[mingw-libxml++: 18/24] Update to 2.34.2

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:43:56 UTC 2012


commit cc0980cb1c6f74f091e9331284de9f111dc8fe05
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Oct 2 23:03:08 2011 +0300

    Update to 2.34.2
    
    - Spec cleanup for recent rpmbuild

 .gitignore            |    1 +
 mingw32-libxml++.spec |   23 +++++++++--------------
 sources               |    2 +-
 3 files changed, 11 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f2c3df..48f87d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ libxml++-2.30.0.tar.bz2
 /libxml++-2.33.1.tar.bz2
 /libxml++-2.33.2.tar.bz2
 /libxml++-2.34.1.tar.bz2
+/libxml++-2.34.2.tar.xz
diff --git a/mingw32-libxml++.spec b/mingw32-libxml++.spec
index 375dc43..5f0b4f2 100644
--- a/mingw32-libxml++.spec
+++ b/mingw32-libxml++.spec
@@ -1,29 +1,25 @@
 %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 name1 libxml++
 
 Name:           mingw32-%{name1}
-Version:        2.34.1
-Release:        3%{?dist}
+Version:        2.34.2
+Release:        1%{?dist}
 Summary:        MinGW Windows C++ wrapper for the libxml2 XML parser library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://libxmlplusplus.sourceforge.net/
-Source:         http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-%{version}.tar.bz2
+Source:         http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.34/libxml++-%{version}.tar.xz
 Patch1:         libxml++-mingw32.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 
 BuildRequires:  mingw32-libxml2 >= 2.6.1
 BuildRequires:  mingw32-glibmm24 >= 2.4.0
-BuildRequires:  mingw32-filesystem >= 52
+BuildRequires:  mingw32-filesystem >= 68
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-gcc-c++
@@ -37,7 +33,7 @@ author is Ari Johnson and it is currently maintained by Christophe de Vienne
 and Murray Cumming.
 
 
-%{_mingw32_debug_package}
+%{?_mingw32_debug_package}
 
 
 %prep
@@ -52,16 +48,11 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
-%defattr (-,root,root,-)
 %doc AUTHORS COPYING NEWS README ChangeLog
 %{_mingw32_bindir}/libxml++-2.6-2.dll
 %{_mingw32_includedir}/*
@@ -74,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct 02 2011 Kalev Lember <kalevlember at gmail.com> - 2.34.2-1
+- Update to 2.34.2
+- Spec cleanup for recent rpmbuild
+
 * Wed Jul 06 2011 Kalev Lember <kalevlember at gmail.com> - 2.34.1-3
 - Rebuilt against win-iconv
 
diff --git a/sources b/sources
index 759b1d2..514a1fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-996d2d3bc8d917a84f5a4ae34f1add0c  libxml++-2.34.1.tar.bz2
+2ec0bf8f0d8d510a3b28c173a8a4b21c  libxml++-2.34.2.tar.xz


More information about the scm-commits mailing list