]> git.pld-linux.org Git - packages/Zope-CMFPloneWebMail.git/blob - Zope-CMFPloneWebMail.spec
- pl cosmetics
[packages/Zope-CMFPloneWebMail.git] / Zope-CMFPloneWebMail.spec
1 %define         zope_subname    PloneWebMail
2 Summary:        E-mail client for Plone (IMAP)
3 Summary(pl):    Klient poczty elektronicznej (IMAP) dla Plone
4 Name:           Zope-CMF%{zope_subname}
5 Version:        1.0
6 Release:        1
7 License:        GPL v2
8 Group:          Development/Tools
9 Source0:        http://plonewebmail.openprojects.it/Members/admin/%{zope_subname}-%{version}final.tar.gz
10 # Source0-md5:  255541e6a43c9de4fa6fccce523c5ffa
11 URL:            http://plonewebmail.openprojects.it/
12 Requires(post,postun):  /usr/sbin/installzopeproduct
13 %pyrequires_eq  python-modules
14 Requires:       Zope
15 Requires:       Zope-CMF >= 1.3
16 Requires:       Zope-CMFPlone >= 2.0
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 PloneWebMail is a e-mail client for Plone (IMAP).
22
23 %description -l pl
24 PloneWebMail jest klientem poczty elektronicznej (IMAP) dla Plone.
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 {Extensions,i18n,skins,*.py,VERSION.TXT,refresh.txt,*.gif} $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 CHANGES.TXT README.TXT INSTALL.TXT CREDITS.txt
60 %{_datadir}/%{name}
This page took 0.099982 seconds and 3 git commands to generate.