]> git.pld-linux.org Git - packages/Zope-CMFPhoto.git/blobdiff - Zope-CMFPhoto.spec
- added BR: python
[packages/Zope-CMFPhoto.git] / Zope-CMFPhoto.spec
index 69cf22b01a98c783d468c474f49c43cba23d9b68..c2bb3699126ec1b786cf84b3f1bd5eb861fd5f84 100644 (file)
@@ -1,24 +1,26 @@
-%include       /usr/lib/rpm/macros.python
 %define                zope_subname    CMFPhoto
-Summary:       CMFPhoto - a Zope product with wrapper objects and a Plone skin for the Photo product
-Summary(pl):   CMFPhoto - dodatek dla Zope umo¿liwiaj±cy operacje na obiektach i skórach w Plone
+%define                sub_ver rc2
+Summary:       A Zope product with wrapper objects and a Plone skin for the Photo product
+Summary(pl):   Dodatek dla Zope umo¿liwiaj±cy operacje na obiektach i skórach w Plone
 Name:          Zope-%{zope_subname}
-Version:       0.3
-Release:       1
+Version:       0.4
+Release:       0.%{sub_ver}.3
 License:       GPL v2+
 Group:         Development/Tools
-Source0:       http://dl.sourceforge.net/collective/%{zope_subname}-%{version}.tar.gz
-# Source0-md5: 1adfbc47d6ccccff38f64e3a3f8106fc
+Source0:       http://dl.sourceforge.net/collective/%{zope_subname}-%{version}%{sub_ver}.tar.gz
+# Source0-md5: b175ab4acf27fde98c61c03698ed1cbf
 URL:           http://sourceforge.net/projects/collective/
+BuildRequires:  python
 %pyrequires_eq python-modules
-Requires:      CMF >= 1.3
+Requires:      Zope-CMF >= 1:1.4
 Requires:      ImageMagick
-Requires:      Plone >= 1.0.1
+Requires:      Zope-CMFPlone >= 1.0.1
 Requires:      Zope >= 2.6.1
+Requires(post,postun): /usr/sbin/installzopeproduct
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%define        product_dir     /usr/lib/zope/Products
+Conflicts:     CMF
+Conflicts:     Plone
 
 %description
 CMFPhoto is a Zope product with wrapper objects and a Plone skin for
@@ -33,12 +35,12 @@ i sk
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-cp -af {Extensions,i18n,skins,*.py} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+cp -af {Extensions,i18n,skins,*.py,refresh.txt,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 {} \;;
 
@@ -46,16 +48,20 @@ cp -af {Extensions,i18n,skins,*.py} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname
 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 HISTORY.txt README.txt
-%{product_dir}/%{zope_subname}
+%{_datadir}/%{name}
This page took 0.060845 seconds and 4 git commands to generate.