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

Modified Files:
        MonetDB-SQL.spec.in 
Log Message:
propagated changes of Monday Jun 16 2008 - Tuesday Jun 17 2008
from the SQL_2-24 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/16 - sjoerd:
        
NT/MonetDB4-SQL/MonetDB4-SQL-Installer.vdproj,1.11.2.4(SQL_2-24,SQL_2-24-0,Stable_DailyBuild-17)
        
NT/MonetDB4-SQL64/MonetDB4-SQL-Installer.vdproj,1.6.2.5(SQL_2-24,SQL_2-24-0,Stable_DailyBuild-17)
        
NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj,1.19.2.4(SQL_2-24,SQL_2-24-0,Stable_DailyBuild-17)
        
NT/MonetDB5-SQL64/MonetDB5-SQL-Installer.vdproj,1.9.2.4(SQL_2-24,SQL_2-24-0,Stable_DailyBuild-17)
Removed JDBC .jar files.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/16 - mr-meltdown:
        src/jdbc/tests/Tests/Test.SQL.bat,1.6.4.1(SQL_2-24,Stable_DailyBuild-17)
Update JDBC version number.  Not updating the windows installers since
they are changed not to install Java jars any more.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/16 - sjoerd:
        MonetDB-SQL.spec.in,1.63.2.4(SQL_2-24,Stable_DailyBuild-17)
Split off a devel4 subpackage that is for M4 development so that devel does not 
depend on any M4 RPMs.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: MonetDB-SQL.spec.in
===================================================================
RCS file: /cvsroot/monetdb/sql/MonetDB-SQL.spec.in,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- MonetDB-SQL.spec.in 10 Jun 2008 08:34:07 -0000      1.66
+++ MonetDB-SQL.spec.in 16 Jun 2008 23:37:55 -0000      1.67
@@ -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