X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=Zope-FileSystemSite.spec;h=028a7a18fa9891214dac4ed3681fe15ab031d9d2;hb=HEAD;hp=93afad3a013e64b648873b6daa072d457d8e692d;hpb=4b00fa566f2b4f3a742fc17bb0761b2e663ecb23;p=packages%2FZope-FileSystemSite.git diff --git a/Zope-FileSystemSite.spec b/Zope-FileSystemSite.spec index 93afad3..028a7a1 100644 --- a/Zope-FileSystemSite.spec +++ b/Zope-FileSystemSite.spec @@ -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