[Erp5-report] r7996 - in /spec/mandriva/2006.0/zope-ExtFile: ./ zope-ExtFile.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 19 17:37:52 CEST 2006


Author: kevin
Date: Mon Jun 19 17:37:51 2006
New Revision: 7996

URL: http://svn.erp5.org?rev=7996&view=rev
Log:
Commit zope-ExtFile-1.4.4-1mdk spec files and patches

Added:
    spec/mandriva/2006.0/zope-ExtFile/
    spec/mandriva/2006.0/zope-ExtFile/zope-ExtFile.spec   (with props)

Added: spec/mandriva/2006.0/zope-ExtFile/zope-ExtFile.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ExtFile/zope-ExtFile.spec?rev=7996&view=auto
==============================================================================
--- spec/mandriva/2006.0/zope-ExtFile/zope-ExtFile.spec (added)
+++ spec/mandriva/2006.0/zope-ExtFile/zope-ExtFile.spec Mon Jun 19 17:37:51 2006
@@ -1,0 +1,70 @@
+%define product   ExtFile
+%define version   1.4.4
+%define release   1
+
+%define zope_home %{_prefix}/lib/zope
+%define software_home %{zope_home}/lib/python
+
+Summary:   A Zope product to store larges files outside the ZODB
+Name:      zope-%{product}
+Version:   %{version}
+Release:   %mkrel %{release}
+License:   GPL
+Group:     System/Servers
+Source0:   %{product}-%{version}.tar.bz2
+URL:       http://www.zope.org/Members/shh/ExtFile
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
+BuildArch: noarch
+Requires:  zope python-imaging
+
+#----------------------------------------------------------------------
+%description
+A Zope product to store larges files outside the ZODB.
+
+#----------------------------------------------------------------------
+%prep
+%setup -c
+
+%build
+
+%install
+%{__rm} -rf  %{buildroot}
+%{__mkdir_p} %{buildroot}/%{software_home}/Products
+%{__cp} -a * %{buildroot}%{software_home}/Products/
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post
+if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
+  service zope restart
+fi
+
+%postun
+if [ -f "%{_prefix}/bin/zopectl" ] && [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
+  service zope restart
+fi
+
+%files
+%defattr(0644, root, root, 0755)
+%doc %{product}/README.txt %{product}/CHANGES.txt %{product}/UPGRADE.txt %{product}/version.txt
+%{software_home}/Products/*
+
+#----------------------------------------------------------------------
+%changelog
+* Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.4.4-1mdk
+- New release for Mandriva 2006
+- Spec file updated
+- Update to version 1.4.4
+
+* Fri May 13 2005 Nicolas Lécureuil <neoclust at mandriva.org> 1.1.3-4mdk
+- Rebuild
+
+* Wed Sep 05 2003 Sebastien Robin <seb at nexedi.com> 1.1.3-3mdk
+- Update spec in order to follows Mandrake Rules
+
+* Wed Apr 25 2003 Sebastien Robin <seb at nexedi.com> 1.1.3-2nxd
+- Clean the spec file
+
+* Mon Feb 3 2003 Jean-Paul Smets <jp at nexedi.com> 1.1.3-1nxd
+- Initial release

Propchange: spec/mandriva/2006.0/zope-ExtFile/zope-ExtFile.spec
------------------------------------------------------------------------------
    svn:executable = *




More information about the Erp5-report mailing list