]> git.pld-linux.org Git - packages/Zope-PloneLoginHistory.git/blob - Zope-PloneLoginHistory.spec
- tabs in preamble
[packages/Zope-PloneLoginHistory.git] / Zope-PloneLoginHistory.spec
1 %define         zope_subname    PloneLoginHistory
2 Summary:        Plone Login History
3 Summary(pl.UTF-8):      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-%{version}.tar.gz
10 # Source0-md5:  52bd599d7cd77d408c13fbf6c35e9da8
11 URL:            http://www.easyleading.org/Products/PloneLoginHistory/
12 BuildRequires:  python
13 BuildRequires:  rpmbuild(macros) >= 1.268
14 Requires(post,postun):  /usr/sbin/installzopeproduct
15 %pyrequires_eq  python-modules
16 Requires:       Zope
17 Requires:       Zope-CMF >= 1:1.4.2
18 Requires:       Zope-CMFPlone >= 2.0
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Plone Login History.
24
25 %description -l pl.UTF-8
26 Historia logowań dla Plone.
27
28 %prep
29 %setup -q -n %{zope_subname}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
34
35 cp -af Extensions i18n skins storages *.py *.gif version.txt $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
43 rm -rf $RPM_BUILD_ROOT
44
45 %post
46 /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
47 %service -q zope restart
48
49 %postun
50 if [ "$1" = "0" ]; then
51         /usr/sbin/installzopeproduct -d %{zope_subname}
52         %service -q zope restart
53 fi
54
55 %files
56 %defattr(644,root,root,755)
57 %doc *.txt
58 %{_datadir}/%{name}
This page took 0.061542 seconds and 3 git commands to generate.