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