thomas: server/pear/Horde_Date Horde_Date.spec,1.4,1.5

cvs at kolab.org cvs at kolab.org
Tue Dec 9 21:32:49 CET 2008


Author: thomas

Update of /kolabrepository/server/pear/Horde_Date
In directory doto:/tmp/cvs-serv19305/pear/Horde_Date

Modified Files:
	Horde_Date.spec 
Log Message:
Added Provides/Obsoletes to .spec files to allow automatic upgrades.

The values used for packages below pear/ are not optimal (not every
package provides a full horde-framework-kolab), but this was the only
way I found to make rpm happy.


Index: Horde_Date.spec
===================================================================
RCS file: /kolabrepository/server/pear/Horde_Date/Horde_Date.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Horde_Date.spec	25 Nov 2008 22:54:32 -0000	1.4
+++ Horde_Date.spec	9 Dec 2008 20:32:47 -0000	1.5
@@ -1,7 +1,7 @@
 # Variables
 %define         V_package Horde_Date
 %define         V_version 0.1.0
-%define         V_release 1
+%define         V_release 20081209
 
 # Package Information
 Name:	   %{V_package}
@@ -29,7 +29,8 @@
 PreReq:       php, php::with_pear = yes
 PreReq:       PEAR-Date
 
-Conflicts:    horde-framework-kolab
+Provides:     horde-framework-kolab = 3.2_rc3-20081209
+Obsoletes:    horde-framework-kolab < 3.2_rc3-20081209
 
 %description 
 Package for creating and manipulating dates.





More information about the commits mailing list