[Erp5-report] r7966 - in /spec/mandriva/2006.0/zope-ERP5Security: ./ ERP5Security.spec

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


Author: kevin
Date: Mon Jun 19 17:35:02 2006
New Revision: 7966

URL: http://svn.erp5.org?rev=7966&view=rev
Log:
Commit zope-ERP5Security-0.10-1mdk spec files and patches

Added:
    spec/mandriva/2006.0/zope-ERP5Security/
    spec/mandriva/2006.0/zope-ERP5Security/ERP5Security.spec

Added: spec/mandriva/2006.0/zope-ERP5Security/ERP5Security.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ERP5Security/ERP5Security.spec?rev=7966&view=auto
==============================================================================
--- spec/mandriva/2006.0/zope-ERP5Security/ERP5Security.spec (added)
+++ spec/mandriva/2006.0/zope-ERP5Security/ERP5Security.spec Mon Jun 19 17:35:02 2006
@@ -1,0 +1,66 @@
+%define product ERP5Security
+%define version 0.10
+%define release 1
+
+%define zope_home %{_prefix}/lib/zope
+%define software_home %{zope_home}/lib/python
+
+Summary:   A collection of plugins for Pluggable Auth Service to manage ERP5 security
+Name:      zope-%{product}
+Version:   %{version}
+Release:   %mkrel %{release}
+License:   GPL
+Group:     System/Servers
+URL:       http://www.erp5.org
+Source0:   %{product}-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rootdir
+BuildArch: noarch
+Requires:  erp5-zope zope-PluggableAuthService
+
+#----------------------------------------------------------------------
+%description
+This zope product is a plugin to Pluggable Auth Service, to manage roles,
+groups and users in ERP5. It also add fine security management features to
+ERP5.
+
+#----------------------------------------------------------------------
+%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}/VERSION.txt
+%{software_home}/Products/*
+
+#----------------------------------------------------------------------
+%changelog
+* Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 0.10-1mdk
+- Update to version 0.10
+
+* Mon Jan 16 2006 Kevin Deldycke <kevin at nexedi.com> 0.1.20060116-1mdk
+- New build from the CVS
+
+* Tue Jan 10 2006 Kevin Deldycke <kevin at nexedi.com> 0.1.20060110-1mdk
+- Initial release




More information about the Erp5-report mailing list