%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.
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
%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.
%{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