[glibmm24] Update to 2.28.2

Kalev Lember kalev at fedoraproject.org
Tue Jun 14 16:31:23 UTC 2011


commit a3fdad967c41348a8ca2ddc5a39a3604a648ecde
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Tue Jun 14 19:28:37 2011 +0300

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

 .gitignore    |    1 +
 glibmm24.spec |   18 +++++++-----------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 790ddac..5555c1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ glibmm-2.24.1.tar.bz2
 /glibmm-2.27.99.tar.bz2
 /glibmm-2.28.0.tar.bz2
 /glibmm-2.28.1.tar.bz2
+/glibmm-2.28.2.tar.xz
diff --git a/glibmm24.spec b/glibmm24.spec
index 6488c9c..bcbc3cd 100644
--- a/glibmm24.spec
+++ b/glibmm24.spec
@@ -4,15 +4,14 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           glibmm24
-Version:        2.28.1
+Version:        2.28.2
 Release:        1%{?dist}
 Summary:        C++ interface for the GLib library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.gtkmm.org/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{release_version}/glibmm-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{release_version}/glibmm-%{version}.tar.xz
 
 BuildRequires:  libsigc++20-devel >= 2.0.0
 BuildRequires:  glib2-devel >= 2.28.0
@@ -60,29 +59,22 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm -rf tools
 find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/glibmm-2.4/
 %{_includedir}/giomm-2.4/
 %{?_with_static: %{_libdir}/*.a}
@@ -93,12 +85,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/*.m4
 
 %files doc
-%defattr(-,root,root,-)
 %doc %{_datadir}/devhelp/
 %doc %{_docdir}/%{tarname}-%{api_ver}/
 
 
 %changelog
+* Tue Jun 14 2011 Kalev Lember <kalev at smartlink.ee> - 2.28.2-1
+- Update to 2.28.2
+- Use .xz compressed tarballs
+- Clean up the spec file for modern rpmbuild
+
 * Mon May 09 2011 Kalev Lember <kalev at smartlink.ee> - 2.28.1-1
 - Update to 2.28.1
 
diff --git a/sources b/sources
index 46f0f56..02b938f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5ec0d60558c92098da0bdab389aae94  glibmm-2.28.1.tar.bz2
+7bbc4ad1c4f79dec0ee79e6daea4bb03  glibmm-2.28.2.tar.xz


More information about the scm-commits mailing list