]> git.pld-linux.org Git - packages/Zope-CMFCollector.git/blobdiff - Zope-CMFCollector.spec
- cleanup
[packages/Zope-CMFCollector.git] / Zope-CMFCollector.spec
index 0eea0cdcc45b8d848f5705388a29c10a9a7c1d5b..a9dcdc72d973b3f580157888e3f6fb53daf78eaa 100644 (file)
@@ -1,24 +1,22 @@
 %include       /usr/lib/rpm/macros.python
 %define                zope_subname    CMFCollector
-Summary:       CMFCollector - an issue collector for Zope
-Summary(pl):   CMFCollector - dodatek do Zope umo¿liwiaj±cy zbieranie wyników
+Summary:       An issue collector for Zopei
+Summary(pl):   Dodatek do Zope umo¿liwiaj±cy zbieranie wyników
 Name:          Zope-%{zope_subname}
-Version:       0.9b
-Release:       3
-License:       ZPL 2.0
+Version:       0.92
+Release:       1
+License:       GPL
 Group:         Development/Tools
-#Source0:      http://cvs.zope.org/CMF/%{zope_subname}/%{zope_subname}.tar.gz?tarball=1
-Source0:       %{zope_subname}.tar.gz
-# Source0-md5: 151c906d1058115f3f98155ec042f8fe
-URL:           http://cvs.zope.org/CMF/%{zope_subname}/
+Source0:       http://zope.org/Members/bowerymarc/%{zope_subname}-update/%{version}/%{zope_subname}.%{version}.tgz
+# Source0-md5: e8daa9e88959edc4e6e8cc03ae23abfa
+URL:           http://zope.org/Members/bowerymarc/CMFCollector-update/
 %pyrequires_eq python-modules
 Requires:      Zope-CMF >= 1.2
 Requires:      Zope >= 2.4
+Requires(post,postun):  /usr/sbin/installzopeproduct
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-Obsoletes:     CMF
-
-%define        product_dir     /usr/lib/zope/Products
+Conflicts:     CMF
 
 %description
 CMFCollector is an issue collector for Zope.
@@ -28,16 +26,16 @@ CMFCollector jest dodatkiem do Zope umo
 
 %prep
 %setup -q -n %{zope_subname}
+find . -type f -name .DS_Store | xargs rm -rf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}/help
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-# should tests be included or not?
-cp -af {Extensions,dtml,skins,tests,*.py,*.zexp} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+cp -af {Extensions,dtml,help,image_sources,skins,tests,*.py,*.zexp,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-%py_comp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
-%py_ocomp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
+%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
 
@@ -45,16 +43,20 @@ cp -af {Extensions,dtml,skins,tests,*.py,*.zexp} $RPM_BUILD_ROOT%{product_dir}/%
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
 if [ -f /var/lock/subsys/zope ]; then
        /etc/rc.d/init.d/zope restart >&2
 fi
 
 %postun
-if [ -f /var/lock/subsys/zope ]; then
-       /etc/rc.d/init.d/zope restart >&2
+if [ "$1" = "0" ]; then
+        /usr/sbin/installzopeproduct -d %{zope_subname}
+        if [ -f /var/lock/subsys/zope ]; then
+                /etc/rc.d/init.d/zope restart >&2
+        fi
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc INSTALL.txt KNOWN_PROBLEMS.txt README.txt TODO.txt
-%{product_dir}/%{zope_subname}
+%doc INSTALL.txt KNOWN_PROBLEMS.txt README.txt TODO.txt RELEASE_NOTES.txt
+%{_datadir}/%{name}
This page took 0.055097 seconds and 4 git commands to generate.