]> git.pld-linux.org Git - packages/Zope-FileSystemSite.git/blobdiff - Zope-FileSystemSite.spec
- updated 2.1
[packages/Zope-FileSystemSite.git] / Zope-FileSystemSite.spec
index 93afad3a013e64b648873b6daa072d457d8e692d..028a7a18fa9891214dac4ed3681fe15ab031d9d2 100644 (file)
@@ -1,15 +1,16 @@
 %define                zope_subname    FileSystemSite
 Summary:       Repackaging of the CMF's FileSystem Directory Views
-Summary(pl):   Produkt zmieniaj±cy organizacje wy¶wietlania katalogów w CMF
+Summary(pl.UTF-8):     Produkt zmieniający organizacje wyświetlania katalogów w CMF
 Name:          Zope-%{zope_subname}
-Version:       1.4.2
+Version:       2.1
 Release:       1
 License:       ZPL 2.0
 Group:         Development/Tools
 Source0:       http://www.infrae.com/download/%{zope_subname}/%{version}/%{zope_subname}-%{version}.tgz
-# Source0-md5: 26b560b5707b17c3eb9d1bff337e3168
+# Source0-md5: 8c3069af49168023ea8e56c54f2bf4c8
 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
@@ -21,9 +22,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 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
+%description -l pl.UTF-8
+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.953286 seconds and 4 git commands to generate.