]> err.no Git - sope/commitdiff
removed GDLContentStore from RPM build
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 27 Sep 2007 21:55:56 +0000 (21:55 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 27 Sep 2007 21:55:56 +0000 (21:55 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1543 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

maintenance/ChangeLog
maintenance/rm-sope-on-osxlib.sh
maintenance/sope.spec

index af2adca0525cf290893e0dbf56bb8acbccdc60d3..1c9cb955a1da8b1d5d7a25abd410aea03274c2ac 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * sope.spec: removed GDLContentStore from RPM build
+
 2007-02-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * syncXcodeVersions.sh: fixed substitution bug in case of
index 47459b13676f6c5d8396033f30d4290783a12152..d9d5d01507c235fc418179a159b991962b49ea15 100755 (executable)
@@ -13,7 +13,6 @@ NGExtensions.framework
 NGStreams.framework
 
 GDLAccess.framework
-GDLContentStore.framework
 
 NGLdap.framework
 NGMime.framework
index ff940f57bbdd4116f39c11ebc8d3a70f0b16f238..1b586a7a2532951b8abc2cc6854280a6ff2d0c33 100644 (file)
@@ -243,7 +243,7 @@ AutoReqProv:  off
 
 %description gdl1
 This package contains a fork of the GNUstep database libraries used
-by the SOPE application server (including GDLContentStore).
+by the SOPE application server.
 
 SOPE is a framework for developing web applications and services. The
 name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
@@ -296,7 +296,7 @@ Requires:     sope%{sope_major_version}%{sope_minor_version}-gdl1
 AutoReqProv:  off
 
 %description gdl1-tools
-Various tools around the GDLContentStore.
+Various tools around the GDL.
 
 SOPE is a framework for developing web applications and services. The
 name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
@@ -309,7 +309,7 @@ AutoReqProv:  off
 
 %description gdl1-devel
 This package contains the header files for SOPE's fork of the GNUstep
-database libraries (including GDLContentStore).
+database libraries.
 
 SOPE is a framework for developing web applications and services. The
 name "SOPE" (SKYRiX Object Publishing Environment) is inspired by ZOPE.
@@ -500,7 +500,6 @@ 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,-)
@@ -525,12 +524,12 @@ rm -fr ${RPM_BUILD_ROOT}
 %files gdl1-devel
 %defattr(-,root,root,-)
 %{prefix}/include/GDLAccess
-%{prefix}/include/GDLContentStore
 %{prefix}/lib/libGDLAccess*.so
-%{prefix}/lib/libGDLContentStore*.so
 
 # ********************************* changelog *************************
 %changelog
+* Thu Sep 27 2007 Helge Hess <helge@opengroupware.org>
+- removed GDLContentStore
 * Mon Jul 10 2006 Frank Reppin <frank@opengroupware.org>
 - adjust requires on new libfoundation
 * Fri Sep 16 2005 Frank Reppin <frank@opengroupware.org>