]> git.pld-linux.org Git - packages/Zope-PloneLoginHistory.git/blob - Zope-PloneLoginHistory.spec
- spaces -> tabs
[packages/Zope-PloneLoginHistory.git] / Zope-PloneLoginHistory.spec
1 %define         zope_subname    PloneLoginHistory
2 Summary:        Plone Login History
3 Summary(pl):    Historia logowaƱ dla Plone
4 Name:           Zope-%{zope_subname}
5 Version:        0.2.0
6 Release:        3
7 License:        GPL
8 Group:          Development/Tools
9 Source0:        http://www.easyleading.org/Downloads/PloneLoginHistory-0.2.0.tar.gz
10 # Source0-md5:  52bd599d7cd77d408c13fbf6c35e9da8
11 URL:            http://www.easyleading.org/Products/PloneLoginHistory/
12 Requires(post,postun):  /usr/sbin/installzopeproduct
13 BuildRequires:  python
14 %pyrequires_eq  python-modules
15 Requires:       Zope
16 Requires:       Zope-CMF >= 1:1.4.2
17 Requires:       Zope-CMFPlone >= 2.0
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Plone Login History.
23
24 %description -l pl
25 Historia logowaƱ dla Plone.
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 Extensions i18n skins storages *.py *.gif 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 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 %doc *.txt
61 %{_datadir}/%{name}
This page took 0.071207 seconds and 3 git commands to generate.