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

Modified Files:
      Tag: SQL_2-24
        MonetDB-SQL.spec.in 
Log Message:
Split off a devel4 subpackage that is for M4 development so that devel does not 
depend on any M4 RPMs.

U MonetDB-SQL.spec.in
Index: MonetDB-SQL.spec.in
===================================================================
RCS file: /cvsroot/monetdb/sql/MonetDB-SQL.spec.in,v
retrieving revision 1.63.2.3
retrieving revision 1.63.2.4
diff -u -d -r1.63.2.3 -r1.63.2.4
--- MonetDB-SQL.spec.in 9 Jun 2008 21:24:33 -0000       1.63.2.3
+++ MonetDB-SQL.spec.in 16 Jun 2008 21:18:03 -0000      1.63.2.4
@@ -110,10 +110,6 @@
 %package devel
 Summary: MonetDB SQL development package
 Group: Applications/Databases
-%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
-Requires: %{name}-server4
-Requires: MonetDB4-server-devel
-%endif
 %if %{?_with_monetdb5:1}%{!?_with_monetdb5:0}
 Requires: %{name}-server5
 Requires: MonetDB5-server-devel
@@ -129,6 +125,27 @@
 
 This package contains the files needed to develop with %{name}.
 
+%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
+%package devel4
+Summary: MonetDB SQL development package
+Group: Applications/Databases
+%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
+Requires: %{name}-server4
+Requires: MonetDB4-server-devel
+Requires: %{name}-devel
+%endif
+Requires: MonetDB-devel
+Requires: MonetDB-client-devel
+
+%description devel4
+MonetDB is a database management system that is developed from a
+main-memory perspective with use of a fully decomposed storage model,
+automatic index management, extensibility of data types and search
+accelerators, SQL- and XML- frontends.
+
+This package contains the files needed to develop with %{name}.
+%endif
+
 %prep
 rm -rf $RPM_BUILD_ROOT
 
@@ -206,8 +223,15 @@
 %defattr(-,root,root)
 %{_libdir}/pkgconfig/MonetDB-SQL.pc
 %{_bindir}/monetdb-sql-config
-%{_libdir}/libembeddedsql.so
+%if %{?_with_monetdb5:1}%{!?_with_monetdb5:0}
 %{_libdir}/libembeddedsql5.so
+%endif
+
+%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
+%files devel4
+%defattr(-,root,root)
+%{_libdir}/libembeddedsql.so
+%endif
 
 %changelog
 * Mon Jun 25 2007 Sjoerd Mullender <[EMAIL PROTECTED]> - @[EMAIL PROTECTED]


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to