Update of /cvsroot/monetdb/sql
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15306

Modified Files:
        vertoo.config 
Log Message:
Added more precise Requires tags.
When building an RPM not using "make rpm", use more precise BuildRequires tags.

Index: vertoo.config
===================================================================
RCS file: /cvsroot/monetdb/sql/vertoo.config,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- vertoo.config       15 Jun 2007 14:32:41 -0000      1.15
+++ vertoo.config       25 Jun 2007 15:37:38 -0000      1.16
@@ -26,18 +26,26 @@
 
 monetdb.setVersionFormat('@normal%[rc?%rc%build:]')
 monetdb.addAnchor("configure.ag", "req_monetdb_ver=%q")
+monetdb.addAnchors("MonetDB-SQL.spec.in",
+                   arguments(pattern = "BuildRequires: MonetDB-devel = %v",
+                             format = "%major.%minor"))
 
 clients.setVersionFormat('@normal%[rc?%rc%build:]')
 clients.addAnchor("configure.ag", "req_clients_ver=%q")
+clients.addAnchors("MonetDB-SQL.spec.in",
+                   arguments(pattern = "BuildRequires: MonetDB-client-devel = 
%v",
+                             format = "%major.%minor"))
 
 monetdb4.setVersionFormat('@normal%[rc?%rc%build:]')
 monetdb4.addAnchor("configure.ag", "req_monetdb4_ver=%q")
-monetdb4.addAnchor("MonetDB-SQL.pc.in", "Requires: MonetDB >= %v")
+monetdb4.addAnchor("MonetDB-SQL.pc.in", "Requires: MonetDB = %v")
 monetdb4.addAnchors("NT/MonetDB4-SQL/MonetDB4-Installer.vdproj",
                     arguments(pattern = "\"ProductVersion\" = \"8:%v\"",
                               format = '@normal'))
 monetdb4.addAnchors("MonetDB-SQL.spec.in",
-                    arguments(pattern = "Requires: MonetDB4-server >= %v",
+                    arguments(pattern = "Requires: MonetDB4-server = %v",
+                              format = "%major.%minor"),
+                    arguments(pattern = "BuildRequires: MonetDB4-server-devel 
= %v",
                               format = "%major.%minor"))
 
 monetdb5.setVersionFormat('@normal%[rc?%rc%build:]')
@@ -46,7 +54,9 @@
                     arguments(pattern = "\"ProductVersion\" = \"8:%v\"",
                               format = '@normal'))
 monetdb5.addAnchors("MonetDB-SQL.spec.in",
-                    arguments(pattern = "Requires: MonetDB5-server >= %v",
+                    arguments(pattern = "Requires: MonetDB5-server = %v",
+                              format = "%major.%minor"),
+                    arguments(pattern = "BuildRequires: MonetDB5-server-devel 
= %v",
                               format = "%major.%minor"))
 
 #jdbc.setVersionFormat('%major.%minor (%suffix)')


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to