[mingw-pangomm: 20/26] Update to 2.28.3

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:33:04 UTC 2012


commit c7f05c4548dbcf70ed0c28837088dc9135b14490
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Sep 30 20:15:59 2011 +0300

    Update to 2.28.3
    
    - Use automatic mingw dep extraction
    - Clean up the spec file for recent rpmbuild

 .gitignore           |    1 +
 mingw32-pangomm.spec |   26 +++++++++-----------------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b350ef9..1c5f020 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ pangomm-2.26.0.tar.bz2
 /pangomm-2.26.2.tar.bz2
 /pangomm-2.27.1.tar.bz2
 /pangomm-2.28.2.tar.bz2
+/pangomm-2.28.3.tar.xz
diff --git a/mingw32-pangomm.spec b/mingw32-pangomm.spec
index 9b10d42..2d03da1 100644
--- a/mingw32-pangomm.spec
+++ b/mingw32-pangomm.spec
@@ -1,8 +1,5 @@
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
-%global _use_internal_dependency_generator 0
-%global __find_requires %{_mingw32_findrequires}
-%global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 %global apiver 1.4
@@ -10,19 +7,18 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           mingw32-pangomm
-Version:        2.28.2
-Release:        2%{?dist}
+Version:        2.28.3
+Release:        1%{?dist}
 Summary:        MinGW Windows C++ interface for Pango
 
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://gtkmm.sourceforge.net/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/pangomm/%{release_version}/pangomm-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/pangomm/%{release_version}/pangomm-%{version}.tar.xz
 
 BuildArch:      noarch
 
-BuildRequires:  mingw32-filesystem >= 52
+BuildRequires:  mingw32-filesystem >= 68
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
@@ -33,9 +29,6 @@ BuildRequires:  mingw32-pango >= 1.21.4
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 
-Requires:       pkgconfig
-
-
 %description
 pangomm provides a C++ interface to the Pango library. Highlights
 include typesafe callbacks, widgets extensible via inheritance and a
@@ -56,16 +49,10 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root)
 %doc COPYING COPYING.tools
 %{_mingw32_bindir}/libpangomm-%{apiver}-1.dll
 %{_mingw32_libdir}/libpangomm-%{apiver}.la
@@ -76,6 +63,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 30 2011 Kalev Lember <kalevlember at gmail.com> - 2.28.3-1
+- Update to 2.28.3
+- Use automatic mingw dep extraction
+- Clean up the spec file for recent rpmbuild
+
 * Thu Jul 07 2011 Kalev Lember <kalevlember at gmail.com> - 2.28.2-2
 - Rebuilt against win-iconv
 
diff --git a/sources b/sources
index 4d746a6..e26e168 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-005a474863495d3c6267429a80da6cf2  pangomm-2.28.2.tar.bz2
+f259bfb342dc29acf42da923e3459837  pangomm-2.28.3.tar.xz


More information about the scm-commits mailing list