]> git.pld-linux.org Git - packages/Zope-fcForum.git/blob - Zope-fcForum.spec
4661d1c58ce65763fa485c4ff18c69ebcb63e452
[packages/Zope-fcForum.git] / Zope-fcForum.spec
1 %define         zope_subname    fcForum
2 Summary:        Message Board Product for Zope
3 Summary(pl.UTF-8):   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 BuildRequires:  python
13 BuildRequires:  rpmbuild(macros) >= 1.268
14 %pyrequires_eq  python-modules
15 Requires(post,postun):  /usr/sbin/installzopeproduct
16 Requires:       Zope
17 Requires:       Zope-CookieCrumbler
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Message Board Product for Zope.
23
24 %description -l pl.UTF-8
25 Forum dla Zope.
26
27 %prep
28 %setup -q -n %{zope_subname}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
33
34 cp -af {media,www,*.py,refresh.txt,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name}
35
36 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
37 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
38
39 # find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %post
45 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
46 %service -q zope restart
47
48 %postun
49 if [ "$1" = "0" ]; then
50         /usr/sbin/installzopeproduct -d %{zope_subname}
51         %service -q zope restart
52 fi
53
54 %files
55 %defattr(644,root,root,755)
56 %doc filelist.txt readme.txt
57 %{_datadir}/%{name}
This page took 0.719157 seconds and 2 git commands to generate.