rpms/libgdl/devel libgdl-2.24.0-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 libgdl.spec, 1.7, 1.8 sources, 1.5, 1.6 libgdl-0.7.11-pkgconfig.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Fri Oct 24 16:06:33 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/libgdl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15899

Modified Files:
	.cvsignore libgdl.spec sources 
Added Files:
	libgdl-2.24.0-pkgconfig.patch 
Removed Files:
	libgdl-0.7.11-pkgconfig.patch 
Log Message:
* Fri Oct 24 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.24.0-1
- Version bump to 2.24.0.
- Rpaths removed by upstream.
- libgdl-gnome-1.so has been dropped.


libgdl-2.24.0-pkgconfig.patch:

--- NEW FILE libgdl-2.24.0-pkgconfig.patch ---
diff -urNp gdl-2.24.0.orig/gdl-1.0.pc.in gdl-2.24.0/gdl-1.0.pc.in
--- gdl-2.24.0.orig/gdl-1.0.pc.in	2008-09-22 20:48:17.000000000 +0530
+++ gdl-2.24.0/gdl-1.0.pc.in	2008-10-24 15:46:24.750075149 +0530
@@ -8,6 +8,6 @@ idldir=@datadir@/idl/libgdl-1.0
 Name: gdl
 Description: Gnome DevTool Libraries
 Version: @VERSION@
-Requires: gtk+-2.0 libxml-2.0 libglade-2.0
+Requires: gtk+-2.0
 Libs: -L${libdir} -lgdl-1
 Cflags: -I${includedir}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	18 Mar 2008 04:08:26 -0000	1.5
+++ .cvsignore	24 Oct 2008 16:06:03 -0000	1.6
@@ -1 +1 @@
-gdl-0.7.11.tar.gz
+gdl-2.24.0.tar.gz


Index: libgdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/libgdl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libgdl.spec	27 Mar 2008 04:19:28 -0000	1.7
+++ libgdl.spec	24 Oct 2008 16:06:03 -0000	1.8
@@ -1,6 +1,6 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	0.7.11
+Version:	2.24.0
 Release:	1%{?dist}
 # Mixed source licensing scenario.
 License:	(GPLv2 and GPLv2+ and LGPLv2+)
@@ -60,10 +60,6 @@
 %build
 %configure --disable-static --enable-gtk-doc
 
-# Remove rpaths.
-rm -f ./libtool
-cp %{_bindir}/libtool .
-
 # Omit unused direct shared library dependencies.
 sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
 
@@ -74,7 +70,6 @@
 
 make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
-find $RPM_BUILD_ROOT -type f -name "*.a" -delete
 
 %find_lang gdl-1
 
@@ -93,7 +88,6 @@
 %doc MAINTAINERS
 %doc NEWS
 %doc README
-%{_libdir}/%{name}-gnome-1.so.*
 %{_libdir}/%{name}-1.so.*
 
 %dir %{_datadir}/gdl
@@ -102,9 +96,7 @@
 %files devel
 %defattr (-,root,root,-)
 %{_libdir}/%{name}-1.so
-%{_libdir}/%{name}-gnome-1.so
 %{_libdir}/pkgconfig/gdl-1.0.pc
-%{_libdir}/pkgconfig/gdl-gnome-1.0.pc
 
 %dir %{_datadir}/gtk-doc/html/gdl
 %{_datadir}/gtk-doc/html/gdl/*
@@ -113,6 +105,11 @@
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* Fri Oct 24 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.24.0-1
+- Version bump to 2.24.0.
+- Rpaths removed by upstream.
+- libgdl-gnome-1.so has been dropped.
+
 * Tue Mar 18 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.7.11-1
 - Version bump to 0.7.11. Closes Red Hat Bugzilla bug #437556.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	18 Mar 2008 04:08:26 -0000	1.5
+++ sources	24 Oct 2008 16:06:03 -0000	1.6
@@ -1 +1 @@
-a57c66eee9be14389b1c97fa5562325c  gdl-0.7.11.tar.gz
+f6976f171eb2f49a2bd839e0c732706d  gdl-2.24.0.tar.gz


--- libgdl-0.7.11-pkgconfig.patch DELETED ---




More information about the scm-commits mailing list