[Erp5-report] r8030 - in /spec/mandriva/2006.0/zope-ZMailIn: ./ zope-ZMailIn.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 19 17:42:04 CEST 2006


Author: kevin
Date: Mon Jun 19 17:41:59 2006
New Revision: 8030

URL: http://svn.erp5.org?rev=8030&view=rev
Log:
Commit zope-ZMailIn-1.0.1-3mdk spec files and patches

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

Added: spec/mandriva/2006.0/zope-ZMailIn/zope-ZMailIn.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ZMailIn/zope-ZMailIn.spec?rev=8030&view=auto
==============================================================================
--- spec/mandriva/2006.0/zope-ZMailIn/zope-ZMailIn.spec (added)
+++ spec/mandriva/2006.0/zope-ZMailIn/zope-ZMailIn.spec Mon Jun 19 17:41:59 2006
@@ -1,0 +1,63 @@
+%define product   ZMailIn
+%define version   1.0.1
+%define release   3
+
+%define zope_home %{_prefix}/lib/zope
+%define software_home %{zope_home}/lib/python
+
+Summary:   A Zope product to import emails into Zope sites
+Name:      zope-%{product}
+Version:   %{version}
+Release:   %mkrel %{release}
+License:   GPL
+Group:     System/Servers
+Source0:   %{product}-%{version}.tar.bz2
+URL:       http://www.zope.org/Members/NIP/ZMailIn
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
+BuildArch: noarch
+Requires:  zope zope-CMF zope-ZMailIn
+
+#----------------------------------------------------------------------
+%description
+ZMailIn is a Zope product to import emails into Zope sites.
+
+#----------------------------------------------------------------------
+%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}/CREDITS.txt %{product}/INSTALL.txt %{product}/LICENSE.txt %{product}/VERSION.txt %{product}/CHANGES.txt
+%{software_home}/Products/*
+
+#----------------------------------------------------------------------
+%changelog
+* Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.0.1-3mdk
+- New release for Mandriva 2006
+- Spec file updated
+
+* Wed Sep 05 2003 Sebastien Robin <seb at nexedi.com> 1.0.1-2mdk
+- Update spec in order to follows Mandrake Rules
+
+* Wed Mar 05 2003 Jean-Paul Smets <jp at nexedi.com> 1.0.1-1nxd
+- Initial release

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




More information about the Erp5-report mailing list