]> git.pld-linux.org Git - packages/Zope-ZPhotoSlides.git/commitdiff
- initial release
authorciesiel <ciesiel@pld-linux.org>
Sat, 3 Jan 2004 13:29:23 +0000 (13:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Warning: this product not ready yet for Zope 2.7* and Plone 2.0*

Changed files:
    Zope-ZPhotoSlides.spec -> 1.1

Zope-ZPhotoSlides.spec [new file with mode: 0644]

diff --git a/Zope-ZPhotoSlides.spec b/Zope-ZPhotoSlides.spec
new file mode 100644 (file)
index 0000000..23591ea
--- /dev/null
@@ -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}
This page took 0.054054 seconds and 4 git commands to generate.