[Erp5-report] r8037 - /spec/mandriva/2006.0/zope-ZSQLCatalog/ZSQLCatalog.spec

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


Author: kevin
Date: Mon Jun 19 17:42:49 2006
New Revision: 8037

URL: http://svn.erp5.org?rev=8037&view=rev
Log:
Commit zope-ZSQLCatalog-0.10-2mdk spec files and patches

Modified:
    spec/mandriva/2006.0/zope-ZSQLCatalog/ZSQLCatalog.spec

Modified: spec/mandriva/2006.0/zope-ZSQLCatalog/ZSQLCatalog.spec
URL: http://svn.erp5.org/spec/mandriva/2006.0/zope-ZSQLCatalog/ZSQLCatalog.spec?rev=8037&r1=8036&r2=8037&view=diff
==============================================================================
--- spec/mandriva/2006.0/zope-ZSQLCatalog/ZSQLCatalog.spec (original)
+++ spec/mandriva/2006.0/zope-ZSQLCatalog/ZSQLCatalog.spec Mon Jun 19 17:42:49 2006
@@ -1,6 +1,6 @@
 %define product ZSQLCatalog
 %define version 0.10
-%define release 1
+%define release 2
 
 %define zope_home %{_prefix}/lib/zope
 %define software_home %{zope_home}/lib/python
@@ -40,6 +40,8 @@
 %{__rm} -rf %{buildroot}
 
 %post
+mkdir /var/lib/zope/Extensions
+ln -s %{software_home}/Products/%{name}/zsqlbrain.py /var/lib/zope/Extensions/
 if [ "`%{_prefix}/bin/zopectl status`" != "daemon manager not running" ] ; then
   service zope restart
 fi
@@ -56,6 +58,9 @@
 
 #----------------------------------------------------------------------
 %changelog
+* Thu Jan 19 2006 Kevin Deldycke <kevin at nexedi.com> 0.10-2mdk
+- Add missing custom post-command
+
 * Wed Jan 18 2006 Kevin Deldycke <kevin at nexedi.com> 0.10-1mdk
 - Update to version 0.10
 




More information about the Erp5-report mailing list