[Erp5-report] r7910 - in /spec/mandriva/2006.0/zope-CMFMailIn: ./ zope-CMFMailIn.spec

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 19 17:29:24 CEST 2006


Author: kevin
Date: Mon Jun 19 17:29:22 2006
New Revision: 7910

URL: http://svn.erp5.org?rev=7910&view=rev
Log:
Commit zope-CMFMailIn-1.0.0-6mdk spec files and patches

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

Added: spec/mandriva/2006.0/zope-CMFMailIn/zope-CMFMailIn.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-CMFMailIn/zope-CMFMailIn.spec?rev=7910&view=auto
==============================================================================
--- spec/mandriva/2006.0/zope-CMFMailIn/zope-CMFMailIn.spec (added)
+++ spec/mandriva/2006.0/zope-CMFMailIn/zope-CMFMailIn.spec Mon Jun 19 17:29:22 2006
@@ -1,0 +1,72 @@
+%define product   CMFMailIn
+%define version   1.0.0
+%define release   6
+
+%define zope_home %{_prefix}/lib/zope
+%define software_home %{zope_home}/lib/python
+
+Summary:   A Zope product to import emails into CMF 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
+CMFMailIn is a Zope product to import emails into CMF 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}/README.txt %{product}/INSTALL.txt %{product}/LICENSE.txt %{product}/VERSION.txt
+%{software_home}/Products/*
+
+#----------------------------------------------------------------------
+%changelog
+* Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 1.0.0-6mdk
+- New release for Mandriva 2006
+- Spec file updated
+
+* Fri May 13 2005 Nicolas Lécureuil <neoclust at mandriva.org> 1.0.0-5mdk
+- Remove Packager tag
+
+* Fri May 13 2005 Nicolas Lécureuil <neoclust at mandriva.org> 1.0.0-4mdk
+- Rebuild
+
+* Wed Sep 05 2003 Sebastien Robin <seb at nexedi.com> 1.0.0-3mdk
+- Update spec in order to follows Mandrake Rules
+
+* Wed May 21 2003 Sebastien Robin <jp at nexedi.com> 1.0.0-2nxd
+- clean spec file
+
+* Wed Mar 05 2003 Jean-Paul Smets <jp at nexedi.com> 1.0.0-1nxd
+- Initial release

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




More information about the Erp5-report mailing list