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