]> git.pld-linux.org Git - packages/Zope-FileSystemSite.git/commitdiff
- use %service
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Mar 2006 18:38:11 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-FileSystemSite.spec -> 1.9

Zope-FileSystemSite.spec

index 93afad3a013e64b648873b6daa072d457d8e692d..6ff4f6bf4daab3389e6824c00810ba32157da952 100644 (file)
@@ -10,6 +10,7 @@ Source0:      http://www.infrae.com/download/%{zope_subname}/%{version}/%{zope_subnam
 # Source0-md5: 26b560b5707b17c3eb9d1bff337e3168
 URL:           http://zope.org/Members/philikon/FileSystemSite/
 BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.268
 %pyrequires_eq python-modules
 Requires:      Zope >= 2.7
 Requires:      Zope-CMF >= 1:1.4.1
@@ -22,8 +23,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 FileSystemSite repackaging of the CMF's FileSystem Directory Views
 
 %description -l pl
-FileSystemSite jest produktem Zope zmieniaj±cym sposób
-wy¶wietlania katalogów w CMF
+FileSystemSite jest produktem Zope zmieniaj±cym sposób wy¶wietlania
+katalogów w CMF
 
 %prep
 %setup -q -n %{zope_subname}
@@ -45,16 +46,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.065953 seconds and 4 git commands to generate.