[gtkmm30] Update to 3.1.8

Kalev Lember kalev at fedoraproject.org
Sat Jul 9 10:43:38 UTC 2011


commit 135a66e6736cc29f6eb4c8a1341f6dc95e2d841c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Jul 9 10:05:19 2011 +0300

    Update to 3.1.8
    
    - Use the xz compressed tarballs
    - Clean up the spec file for modern rpmbuild

 .gitignore   |    1 +
 gtkmm30.spec |   17 +++++++----------
 sources      |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f237ed..ecf0e8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ gtkmm-2.90.5.tar.bz2
 /gtkmm-2.99.8.tar.bz2
 /gtkmm-3.0.0.tar.bz2
 /gtkmm-3.0.1.tar.bz2
+/gtkmm-3.1.8.tar.xz
diff --git a/gtkmm30.spec b/gtkmm30.spec
index 7f6f7cf..7ed8af0 100644
--- a/gtkmm30.spec
+++ b/gtkmm30.spec
@@ -4,15 +4,14 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           gtkmm30
-Version:        3.0.1
+Version:        3.1.8
 Release:        1%{?dist}
 Summary:        C++ interface for the GTK+ library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.gtkmm.org/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{release_version}/gtkmm-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{release_version}/gtkmm-%{version}.tar.xz
 
 BuildRequires:  atkmm-devel
 BuildRequires:  cairomm-devel
@@ -82,22 +81,16 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 make check %{?_smp_mflags}
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/gtkmm-%{apiver}/
 %{_includedir}/gdkmm-%{apiver}/
 %{_libdir}/*.so
@@ -106,13 +99,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %files doc
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{tarname}-%{apiver}/
 %doc %{_datadir}/devhelp/
 %doc _docs/*
 
 
 %changelog
+* Sat Jul 09 2011 Kalev Lember <kalevlember at gmail.com> - 3.1.8-1
+- Update to 3.1.8
+- Use the xz compressed tarballs
+- Clean up the spec file for modern rpmbuild
+
 * Mon May 09 2011 Kalev Lember <kalev at smartlink.ee> - 3.0.1-1
 - Update to 3.0.1
 
diff --git a/sources b/sources
index 230dd72..eb76aaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-169ed5b088538fa10483177f3035f77c  gtkmm-3.0.1.tar.bz2
+d6eee35c9e30af729f6235b0dbfaab2c  gtkmm-3.1.8.tar.xz


More information about the scm-commits mailing list