]> git.pld-linux.org Git - packages/Zope-OrderedFolderSupportPatch.git/blobdiff - Zope-OrderedFolderSupportPatch.spec
- move Sources to distfiles
[packages/Zope-OrderedFolderSupportPatch.git] / Zope-OrderedFolderSupportPatch.spec
index 906ad701a2f8df74aee61f61455c518e58a2be41..840b8f38d741e283fb025b4873e5a8103075d080 100644 (file)
@@ -1,14 +1,16 @@
 %define                zope_subname    OrderedFolderSupportPatch
 Summary:       Patch-product that modifies ObjectManager
-Summary(pl):   Poprawka modyfikuj±ca ObjectManagera
+Summary(pl.UTF-8):     Poprawka modyfikująca ObjectManagera
 Name:          Zope-%{zope_subname}
 Version:       1.0
-Release:       1
+Release:       3
 License:       GPL
 Group:         Development/Tools
 Source0:       OrderedFolderSupportPatch.tar.gz
+# Source0-md5: a036a5c4131d29fe27b195b695036e63
 URL:           http://www.nuxeo.org
-BuildRequires: python >= 2.2
+BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post,postun): /usr/sbin/installzopeproduct
 %pyrequires_eq python-modules
 Requires:      Zope >= 2.6
@@ -19,9 +21,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This is a patch-product that modifies ObjectManager to allow folders
 to be ordered by the user.
 
-%description -l pl
-Poprawka modyfikuj±ca ObjectManagera, aby pozwala³ na sortowanie
-folderów przez u¿ytkownika.
+%description -l pl.UTF-8
+Poprawka modyfikująca ObjectManagera, aby pozwalał na sortowanie
+folderów przez użytkownika.
 
 %prep
 %setup -q -n %{zope_subname}
@@ -42,16 +44,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
+       %service -q zope restart
 fi
 
 %files
This page took 0.059991 seconds and 4 git commands to generate.