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

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/16 - sjoerd:
        MonetDB-geom.spec.in,1.1.2.4(Geom_0-4,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-geom.spec.in
===================================================================
RCS file: /cvsroot/monetdb/geom/MonetDB-geom.spec.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- MonetDB-geom.spec.in        11 Jun 2008 21:07:52 -0000      1.4
+++ MonetDB-geom.spec.in        16 Jun 2008 23:23:19 -0000      1.5
@@ -102,10 +102,6 @@
 %package devel
 Summary: MonetDB SQL GIS development package
 Group: Applications/Databases
-%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
-Requires: %{name}-MonetDB4
-Requires: MonetDB4-server-devel
-%endif
 %if %{?_with_monetdb5:1}%{!?_with_monetdb5:0}
 Requires: %{name}-MonetDB5
 Requires: MonetDB5-server-devel
@@ -121,6 +117,27 @@
 
 This package contains the files needed to develop with %{name}.
 
+%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
+%package devel4
+Summary: MonetDB SQL GIS development package
+Group: Applications/Databases
+%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
+Requires: %{name}-MonetDB4
+Requires: MonetDB4-server-devel
+%endif
+Requires: %{name}-devel
+Requires: MonetDB-devel
+Requires: geos-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
 
@@ -166,10 +183,17 @@
 %{_libdir}/MonetDB5/lib/lib_geom.so.*
 %{_libdir}/MonetDB5/geom.mal
 %endif
+
 %files devel
 %{_bindir}/monetdb-geom-config
-%{_libdir}/MonetDB4/lib/lib_geom.so
+%if %{?_with_monetdb5:1}%{!?_with_monetdb5:0}
 %{_libdir}/MonetDB5/lib/lib_geom.so
+%endif
+
+%if %{?_with_monetdb4:1}%{!?_with_monetdb4:0}
+%files devel4
+%{_libdir}/MonetDB4/lib/lib_geom.so
+%endif
 
 %changelog
 * Tue May 27 2008 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