]> git.pld-linux.org Git - packages/Zope-ExtFile.git/commitdiff
- initial release auto/ac/Zope-ExtFile-1_1_3-1
authorciesiel <ciesiel@pld-linux.org>
Sat, 3 Jan 2004 00:18:48 +0000 (00:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-ExtFile.spec -> 1.1

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

diff --git a/Zope-ExtFile.spec b/Zope-ExtFile.spec
new file mode 100644 (file)
index 0000000..3193411
--- /dev/null
@@ -0,0 +1,62 @@
+%include       /usr/lib/rpm/macros.python
+%define                zope_subname    ExtFile
+Summary:       Product stores large files in an external file-repository
+Summary(pl):   Produkt umo¿liwiaj±cy obs³uge du¿ych plików w zewnêtrznych repozytoriach
+Name:          Zope-%{zope_subname}
+Version:       1.1.3
+Release:       1
+License:       Distributable
+Group:         Development/Tools
+Source0:       http://zope.org/Members/MacGregor/%{zope_subname}/%{version}/%{zope_subname}-%{version}.tgz
+# Source0-md5: c5963b22b83a9ee0bb3fe46e525f38c0
+URL:           http://zope.org/Members/MacGregor/ExtFile/
+%pyrequires_eq python-modules
+Requires:      ImageMagick
+Requires:      Zope
+Requires(post,postun): /usr/sbin/installzopeproduct
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The ExtFile Product stores large files in an external file-repository
+and is able to display icons for different MIME-Types.
+
+%description -l pl
+Produkt ExtFile umo¿liwia obs³ugê du¿ych plików w zewnêtrznych
+repozytoriach i wy¶wietlanie ich ikonek dla ró¿nych typów MIME.
+
+%prep
+%setup -q -n %{zope_subname}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
+
+cp -af {icons,www,*.py,*.dtml,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 CHANGES.txt LICENSE.txt README.txt
+%{_datadir}/%{name}
This page took 0.282374 seconds and 4 git commands to generate.