From 74d613d0114900454cc25a6bd1c9c76230b238d2 Mon Sep 17 00:00:00 2001 From: ciesiel Date: Sat, 3 Jan 2004 13:29:23 +0000 Subject: [PATCH] - initial release - Warning: this product not ready yet for Zope 2.7* and Plone 2.0* Changed files: Zope-ZPhotoSlides.spec -> 1.1 --- Zope-ZPhotoSlides.spec | 68 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Zope-ZPhotoSlides.spec diff --git a/Zope-ZPhotoSlides.spec b/Zope-ZPhotoSlides.spec new file mode 100644 index 0000000..23591ea --- /dev/null +++ b/Zope-ZPhotoSlides.spec @@ -0,0 +1,68 @@ +# +# WARNING: This product not ready yet for Zope 2.7b* and Plone 2.0!!! +# +%include /usr/lib/rpm/macros.python +%define zope_subname ZPhotoSlides +Summary: Product is a web photo gallery for the dynamic wev-based server Zope +Summary(pl): Produkt umo¿liwiaj±cy tworzenie dynamicznych galerii zdjêæ dla Zope +Name: Zope-%{zope_subname} +Version: 1.2.1 +Release: 1 +License: GPL v2+ +Group: Development/Tools +Source0: http://dl.sourceforge.net/sourceforge/zphotoslides/%{zope_subname}-%{version}.tar.gz +# Source0-md5: 141f6181735fdba8eaaa10de072a1300 +URL: http://www.zphotoslides.org/ +%pyrequires_eq python-modules +Requires: python-Imaging +Requires: Zope-LocalFS +Requires: Zope +Requires(post,postun): /usr/sbin/installzopeproduct +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ZPhotoSlides is a web photo gallery for the dynamic wev-based server +Zope + +%description -l pl +ZPhotoSlides umo¿liwia tworzenie dynamicznych galerii zdjêæ dla +serwera Zope + +%prep +%setup -q -n %{zope_subname} +find . -type d -name CVS | xargs rm -rf + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/%{name} + +cp -af {Extensions,dtml,help,locale,photo_edition,www,zpt,country*,*.py,version.txt,refresh.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 CHANGES README TODO UPGRADE +%{_datadir}/%{name} -- 2.43.0