]> git.pld-linux.org Git - packages/Zope-CMFPhoto.git/blobdiff - Zope-CMFPhoto.spec
- tabs in preamble
[packages/Zope-CMFPhoto.git] / Zope-CMFPhoto.spec
index 07cfce0b24b66ecfeabe774b9a3ec1e73c490cfd..06b35a3571a8a3aa0c0ca1ea8ab56c3c98dd822d 100644 (file)
@@ -1,33 +1,35 @@
-%include       /usr/lib/rpm/macros.python
 %define                zope_subname    CMFPhoto
+%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
+Summary(pl.UTF-8):     Dodatek dla Zope umożliwiający operacje na obiektach i skórach w Plone
 Name:          Zope-%{zope_subname}
-Version:       0.3
-Release:       6
+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
+BuildRequires: rpmbuild(macros) >= 1.268
 %pyrequires_eq python-modules
-Requires:      Zope-CMF >= 1.3
+Requires(post,postun): /usr/sbin/installzopeproduct
 Requires:      ImageMagick
-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)
+Requires:      Zope-CMF >= 1:1.4
+Requires:      Zope-CMFPlone >= 1.0.1
 Conflicts:     CMF
 Conflicts:     Plone
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 CMFPhoto is a Zope product with wrapper objects and a Plone skin for
 the Photo product.
 
-%description -l pl
-CMFPhoto jest dodatkiem dla Zope umo¿liwiaj±cym operacje na obiektach
-i skórach w Plone.
+%description -l pl.UTF-8
+CMFPhoto jest dodatkiem dla Zope umożliwiającym operacje na obiektach
+i skórach w Plone.
 
 %prep
 %setup -q -n %{zope_subname}
@@ -48,16 +50,12 @@ 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
+%service -q zope restart
 
 %postun
 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
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       %service -q zope restart
 fi
 
 %files
This page took 0.026806 seconds and 4 git commands to generate.