[libgdl] Update to 3.2.0

Kalev Lember kalev at fedoraproject.org
Tue Oct 4 16:57:43 UTC 2011


commit 722dc4e1a270acdd9cd81d1670c929aae23b0d8a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Oct 4 19:54:32 2011 +0300

    Update to 3.2.0
    
    ... and clean up the spec file for recent rpmbuild.

 .gitignore  |    1 +
 libgdl.spec |   18 ++++++------------
 sources     |    2 +-
 3 files changed, 8 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7ce8b88..2135399 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ gdl-2.31.3.tar.bz2
 /gdl-2.91.4.tar.bz2
 /gdl-3.0.0.tar.bz2
 /gdl-3.1.2.tar.xz
+/gdl-3.2.0.tar.xz
diff --git a/libgdl.spec b/libgdl.spec
index f975f1e..ef77f9d 100644
--- a/libgdl.spec
+++ b/libgdl.spec
@@ -1,17 +1,15 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	3.1.2
-Release:	2%{?dist}
+Version:	3.2.0
+Release:	1%{?dist}
 Epoch:		1
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://www.gnome.org/
-Source0:	http://download.gnome.org/sources/gdl/3.0/gdl-%{version}.tar.xz
+Source0:	http://download.gnome.org/sources/gdl/3.2/gdl-%{version}.tar.xz
 
 Patch0:		libgdl-2.91.4-pkgconfig.patch
 
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
 Requires:	gobject-introspection
 
 BuildRequires:	gettext
@@ -60,22 +58,16 @@ sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 %find_lang gdl-3
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 %files -f gdl-3.lang
-%defattr (-,root,root,-)
 %doc AUTHORS
 %doc COPYING
 %doc MAINTAINERS
@@ -88,7 +80,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gdl-3/ui
 
 %files devel
-%defattr (-,root,root,-)
 %{_libdir}/%{name}-3.so
 %{_libdir}/pkgconfig/gdl-3.0.pc
 %{_datadir}/gir-1.0/Gdl-3.gir
@@ -100,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-3.0/gdl
 
 %changelog
+* Tue Oct 04 2011 Kalev Lember <kalevlember at gmail.com> - 1:3.2.0-1
+- Update to 3.2.0
+
 * Wed Jun 15 2011 Tomas Bzatek <tbzatek at redhat.com> - 1:3.1.2-1
 - Update to 3.1.2
 
diff --git a/sources b/sources
index 5d8ca76..78c82fa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a56f2067a97b99e8535392f3e768290  gdl-3.1.2.tar.xz
+7301c3409e392f013eabd7b6478ec149  gdl-3.2.0.tar.xz


More information about the scm-commits mailing list