]> git.pld-linux.org Git - packages/Zope-fcForum.git/blob - Zope-fcForum.spec
- release 3 for rebuild with python 2.4
[packages/Zope-fcForum.git] / Zope-fcForum.spec
1 %define         zope_subname    fcForum
2 Summary:        Message Board Product for Zope
3 Summary(pl):    Forum dla Zope
4 Name:           Zope-%{zope_subname}
5 Version:        2.0.7
6 Release:        3
7 License:        ZPL 2.0
8 Group:          Development/Tools
9 Source0:        http://www.genixsys.com/files/%{zope_subname}-2-0-7.tgz
10 # Source0-md5:  159dedced08004e140c516041f6954bc
11 URL:            http://www.genixsys.com/forum_dev/index_html
12 %pyrequires_eq  python-modules
13 Requires:       Zope
14 Requires:       Zope-CookieCrumbler
15 Requires(post,postun):  /usr/sbin/installzopeproduct
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Message Board Product for Zope.
21
22 %description -l pl
23 Forum dla Zope.
24
25 %prep
26 %setup -q -n %{zope_subname}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
31
32 cp -af {media,www,*.py,refresh.txt,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
33
34 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
35 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
36
37 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post
43 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
44 if [ -f /var/lock/subsys/zope ]; then
45         /etc/rc.d/init.d/zope restart >&2
46 fi
47
48 %postun
49 if [ "$1" = "0" ]; then
50         /usr/sbin/installzopeproduct -d %{zope_subname} 
51         if [ -f /var/lock/subsys/zope ]; then
52                 /etc/rc.d/init.d/zope restart >&2
53         fi
54 fi
55
56 %files
57 %defattr(644,root,root,755)
58 %doc filelist.txt readme.txt
59 %{_datadir}/%{name}
This page took 0.031799 seconds and 4 git commands to generate.