]> git.pld-linux.org Git - packages/Zope-WebMail.git/blob - Zope-WebMail.spec
f0e47857c4cdef3844280f4f527b8e3f08954d22
[packages/Zope-WebMail.git] / Zope-WebMail.spec
1 %define         zope_subname    WebMail
2 Summary:        A mail client for Zope
3 Summary(pl):    Klient poczty elektronicznej dla Zope
4 Name:           Zope-%{zope_subname}
5 Version:        4.3.1
6 Release:        2
7 License:        GPL v2+
8 Group:          Development/Tools
9 Source0:        http://www.pentila.com/produits/WebMail/%{zope_subname}-%{version}.tgz
10 # Source0-md5:  b35b48977be73eb8511296f3d3f7a244
11 URL:            http://www.pentila.com/produits/WebMail/
12 BuildRequires:  python
13 %pyrequires_eq  python-modules
14 Requires:       Zope
15 Requires(post,postun):  /usr/sbin/installzopeproduct
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 WebMail is a mail client for Zope.
21
22 %description -l pl
23 WebMail jest klientem poczty elektronicznej dla Zope.
24
25 %prep
26 %setup -q -n %{zope_subname}
27
28 find . -type d -name CVS | xargs rm -rf
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
33
34 cp -af {dtml,style_sheet,www,*.py,refresh.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 if [ -f /var/lock/subsys/zope ]; then
47         /etc/rc.d/init.d/zope restart >&2
48 fi
49
50 %postun
51 if [ "$1" = "0" ]; then
52         /usr/sbin/installzopeproduct -d %{zope_subname}
53         if [ -f /var/lock/subsys/zope ]; then
54                 /etc/rc.d/init.d/zope restart >&2
55         fi
56 fi
57
58 %files
59 %defattr(644,root,root,755)
60 # contains authors
61 %doc LICENSE.txt CHANGES.txt
62 %{_datadir}/%{name}
This page took 0.053642 seconds and 2 git commands to generate.