[mingw-libxml++: 23/24] Renamed the source package to mingw-libxml++ (#800926)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 15:44:22 UTC 2012


commit 17c99a3905e034a61261b9cf9aa55684b7ee504b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 17:38:31 2012 +0200

    Renamed the source package to mingw-libxml++ (#800926)

 mingw32-libxml++.spec => mingw-libxml++.spec |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-libxml++.spec b/mingw-libxml++.spec
similarity index 87%
rename from mingw32-libxml++.spec
rename to mingw-libxml++.spec
index 00c47ee..6820c7b 100644
--- a/mingw32-libxml++.spec
+++ b/mingw-libxml++.spec
@@ -4,9 +4,9 @@
 
 %global name1 libxml++
 
-Name:           mingw32-%{name1}
+Name:           mingw-%{name1}
 Version:        2.34.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        MinGW Windows C++ wrapper for the libxml2 XML parser library
 
 Group:          System Environment/Libraries
@@ -25,9 +25,17 @@ BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-gettext
 
+%description
+libxml++ is a C++ wrapper for the libxml2 XML parser library. It's original
+author is Ari Johnson and it is currently maintained by Christophe de Vienne
+and Murray Cumming.
+
+
+%package -n mingw32-%{name1}
+Summary:        MinGW Windows C++ wrapper for the libxml2 XML parser library
 Requires:       pkgconfig
 
-%description
+%description -n mingw32-%{name1}
 libxml++ is a C++ wrapper for the libxml2 XML parser library. It's original
 author is Ari Johnson and it is currently maintained by Christophe de Vienne
 and Murray Cumming.
@@ -53,7 +61,7 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}
 rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
-%files
+%files -n mingw32-%{name1}
 %doc AUTHORS COPYING NEWS README ChangeLog
 %{_mingw32_bindir}/libxml++-2.6-2.dll
 %{_mingw32_includedir}/*
@@ -65,6 +73,9 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.la
 
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 2.34.2-5
+- Renamed the source package to mingw-libxml++ (#800926)
+
 * Tue Feb 28 2012 Kalev Lember <kalevlember at gmail.com> - 2.34.2-4
 - Remove the .la files
 


More information about the scm-commits mailing list