]> err.no Git - sope/commitdiff
added GDLContentStore
authorfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 22 Mar 2005 13:10:56 +0000 (13:10 +0000)
committerfrank <frank@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 22 Mar 2005 13:10:56 +0000 (13:10 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@686 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

maintenance/sope.spec

index d2a2c2f007628d74a3ca15a9127c5a0f26a65fef..8acd28a1bd08b79dd3555ce5bbe2e59dc8dc8dc6 100644 (file)
@@ -238,12 +238,12 @@ name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
 %package gdl1
 Summary:      GNUstep database libraries for SOPE
 Group:        Development/Libraries
-Requires:     sope%{sope_major_version}%{sope_minor_version}-core libfoundation%{lfmaj}%{lfmin}
+Requires:     sope%{sope_major_version}%{sope_minor_version}-core sope%{sope_major_version}%{sope_minor_version}-xml libfoundation%{lfmaj}%{lfmin}
 AutoReqProv:  off
 
 %description gdl1
 This package contains a fork of the GNUstep database libraries used
-by the SOPE application server.
+by the SOPE application server (including GDLContentStore).
 
 SOPE is a framework for developing web applications and services. The
 name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
@@ -266,6 +266,18 @@ GNUstep database libraries.
 SOPE is a framework for developing web applications and services. The
 name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
 
+%package gdl1-tools
+Summary:      Tools (gcs_cat/gcs_gensql/gcs_ls/gcs_mkdir/gcs_recreatequick)
+Group:        Development/Libraries
+Requires:     sope%{sope_major_version}%{sope_minor_version}-gdl1
+AutoReqProv:  off
+
+%description gdl1-tools
+Various tools around the GDLContentStore.
+
+SOPE is a framework for developing web applications and services. The
+name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
+
 %package gdl1-devel
 Summary:      Development files for the GNUstep database libraries
 Group:        Development/Libraries
@@ -274,7 +286,7 @@ AutoReqProv:  off
 
 %description gdl1-devel
 This package contains the header files for SOPE's fork of the GNUstep
-database libraries.
+database libraries (including GDLContentStore).
 
 SOPE is a framework for developing web applications and services. The
 name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
@@ -450,18 +462,35 @@ rm -fr ${RPM_BUILD_ROOT}
 %{prefix}/bin/connect-EOAdaptor
 %{prefix}/bin/load-EOAdaptor
 %{prefix}/lib/libGDLAccess*.so.%{sope_libversion}*
+%{prefix}/lib/libGDLContentStore*.so.%{sope_libversion}*
 
 %files gdl1-postgresql
 %defattr(-,root,root,-)
 %{prefix}/lib/sope-%{sope_libversion}/dbadaptors/PostgreSQL.gdladaptor
 
+%files gdl1-tools
+%defattr(-,root,root,-)
+%{prefix}/bin/gcs_cat
+%{prefix}/bin/gcs_gensql
+%{prefix}/bin/gcs_ls
+%{prefix}/bin/gcs_mkdir
+%{prefix}/bin/gcs_recreatequick
+
 %files gdl1-devel
 %defattr(-,root,root,-)
 %{prefix}/include/GDLAccess
+%{prefix}/include/GDLContentStore
 %{prefix}/lib/libGDLAccess*.so
+%{prefix}/lib/libGDLContentStore*.so
 
 # ********************************* changelog *************************
 %changelog
+* Tue Mar 22 2005 Frank Reppin <frank@opengroupware.org>
+- added GDLContentStore to sope-gdl1
+- reworked descriptions regarding GDLContentStore
+- added new subpackage sope-gdl1-tools
+- sope-gdl1 now depends on sope-xml due to -lDOM -lSaxObjC
+  used by GDLContentStore
 * Fri Jan 28 2005 Frank Reppin <frank@opengroupware.org>
 - reworked dependencies
 - deal with ld.so.conf in (post|preun) of appserver rather than core