From: ciesiel Date: Fri, 12 Dec 2003 09:56:07 +0000 (+0000) Subject: - initial release X-Git-Tag: auto/ac/Zope-CMFMPoll-0_3_1-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FZope-CMFMPoll.git;a=commitdiff_plain;h=2a8edb3a0bf9f171c799c87e490ec4db1faf4c11 - initial release Changed files: Zope-CMFMPoll.spec -> 1.1 --- 2a8edb3a0bf9f171c799c87e490ec4db1faf4c11 diff --git a/Zope-CMFMPoll.spec b/Zope-CMFMPoll.spec new file mode 100644 index 0000000..165dfaa --- /dev/null +++ b/Zope-CMFMPoll.spec @@ -0,0 +1,62 @@ +%include /usr/lib/rpm/macros.python +%define zope_subname MPoll +Summary: Sime cookie-based poll product based on Archetypes +Summary(pl): Produkt bazuj±cy na Archetypes umo¿liwiaj±cy dodanie pola do g³osowañ +Name: Zope-CMF%{zope_subname} +Version: 0.3.1 +Release: 1 +License: GPL +Group: Development/Tools +Source0: http://dl.sourceforge.net/sourceforge/collective/%{zope_subname}-%{version}.tar.gz +# Source0-md5: bc8dd0f835e51a16a421e550bb4667f3 +URL: http://sourceforge.net/projects/collective/ +%pyrequires_eq python-modules +Requires: Zope +Requires: Zope-CMF +Requires: Zope-archetypes +Requires(post,postun): /usr/sbin/installzopeproduct +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +Conflicts: CMF + +%description +Sime cookie-based poll product based on Archetypes + +%description -l pl +Produkt bazuj±cy na Archetypes umo¿liwiaj±cy dodanie pola do g³osowañ + +%prep +%setup -q -n %{zope_subname} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/%{name} + +cp -af {Extensions,i18n,skins,*.py,version.txt} $RPM_BUILD_ROOT%{_datadir}/%{name} + +%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name} +%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name} + +# find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;; + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname} +if [ -f /var/lock/subsys/zope ]; then + /etc/rc.d/init.d/zope restart >&2 +fi + +%postun +if [ "$1" = "0" ]; then + /usr/sbin/installzopeproduct -d %{zope_subname} + if [ -f /var/lock/subsys/zope ]; then + /etc/rc.d/init.d/zope restart >&2 + fi +fi + +%files +%defattr(644,root,root,755) +%doc HISTORY.txt README.txt LICENSE.txt +%{_datadir}/%{name}