]> git.pld-linux.org Git - packages/Zope-CMFPloneWebMail.git/blame - Zope-CMFPloneWebMail.spec
- initial release
[packages/Zope-CMFPloneWebMail.git] / Zope-CMFPloneWebMail.spec
CommitLineData
a3c93705 1%define zope_subname PloneWebMail
2Summary: E-mail client for Plone (IMAP)
3Summary(pl): Klient poczty elektronicznej dla Plone (IMAP)
4Name: Zope-CMF%{zope_subname}
5Version: 1.0
6Release: 1
7License: GPL v2
8Group: Development/Tools
9Source0: http://plonewebmail.openprojects.it/Members/admin/%{zope_subname}-%{version}final.tar.gz
10# Source0-md5: 255541e6a43c9de4fa6fccce523c5ffa
11URL: http://plonewebmail.openprojects.it/
12Requires(post,postun): /usr/sbin/installzopeproduct
13%pyrequires_eq python-modules
14Requires: Zope
15Requires: Zope-CMF >= 1.3
16Requires: Zope-CMFPlone >= 2.0
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21PloneWebMail is a e-mail client for Plone (IMAP).
22
23%description -l pl
24PloneWebMail jest klientem poczty elektronicznej dla Plone (IMAP).
25
26%prep
27%setup -q -n %{zope_subname}
28
29%build
30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
34
35cp -af {Extensions,i18n,skins,*.py,VERSION.TXT,refresh.txt,*.gif} $RPM_BUILD_ROOT%{_datadir}/%{name}
36
37%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
38%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
39
40# find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%post
46/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
47if [ -f /var/lock/subsys/zope ]; then
48 /etc/rc.d/init.d/zope restart >&2
49fi
50
51%postun
52if [ "$1" = "0" ]; then
53 /usr/sbin/installzopeproduct -d %{zope_subname}
54 if [ -f /var/lock/subsys/zope ]; then
55 /etc/rc.d/init.d/zope restart >&2
56 fi
57fi
58
59%files
60%defattr(644,root,root,755)
61%doc CHANGES.TXT README.TXT INSTALL.TXT CREDITS.txt
62%{_datadir}/%{name}
This page took 0.264056 seconds and 4 git commands to generate.