]> git.pld-linux.org Git - packages/Zope-fcForum.git/blobdiff - Zope-fcForum.spec
- tabs in preamble
[packages/Zope-fcForum.git] / Zope-fcForum.spec
index 0c865291461d0066c1085b9a508c6c18d86168d5..320506891fc284549c6731767991fd35a06fe551 100644 (file)
@@ -1,27 +1,27 @@
-%include       /usr/lib/rpm/macros.python
 %define                zope_subname    fcForum
 Summary:       Message Board Product for Zope
-Summary(pl):   Forum dla Zope
+Summary(pl.UTF-8):     Forum dla Zope
 Name:          Zope-%{zope_subname}
-Version:       2.0.1
-Release:       1
+Version:       2.0.7
+Release:       3
 License:       ZPL 2.0
 Group:         Development/Tools
-Source0:       http://www.genix.biz/files/%{zope_subname}-2-0-1.tgz
-# Source0-md5: 9c74b9b6f532aee732345485301c3c85
-URL:           http://www.genix.biz/forum_dev/index_html
+Source0:       http://www.genixsys.com/files/%{zope_subname}-2-0-7.tgz
+# Source0-md5: 159dedced08004e140c516041f6954bc
+URL:           http://www.genixsys.com/forum_dev/index_html
+BuildRequires: python
+BuildRequires: rpmbuild(macros) >= 1.268
 %pyrequires_eq python-modules
+Requires(post,postun): /usr/sbin/installzopeproduct
 Requires:      Zope
 Requires:      Zope-CookieCrumbler
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        product_dir     /usr/lib/zope/Products
-
 %description
 Message Board Product for Zope.
 
-%description -l pl
+%description -l pl.UTF-8
 Forum dla Zope.
 
 %prep
@@ -29,12 +29,12 @@ Forum dla Zope.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-cp -af {Extensions,www,*.py} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+cp -af {media,www,*.py,refresh.txt,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
 
-%py_comp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
-%py_ocomp $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
+%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
+%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
 
@@ -42,16 +42,16 @@ cp -af {Extensions,www,*.py} $RPM_BUILD_ROOT%{product_dir}/%{zope_subname}
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ -f /var/lock/subsys/zope ]; then
-       /etc/rc.d/init.d/zope restart >&2
-fi
+/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
+%service -q zope restart
 
 %postun
-if [ -f /var/lock/subsys/zope ]; then
-       /etc/rc.d/init.d/zope restart >&2
+if [ "$1" = "0" ]; then
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       %service -q zope restart
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc filelist.txt
-%{product_dir}/%{zope_subname}
+%doc filelist.txt readme.txt
+%{_datadir}/%{name}
This page took 0.033339 seconds and 4 git commands to generate.