[mingw-xerces-c: 11/13] Renamed the source package to mingw-xerces-c (#801039)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 18:20:56 UTC 2012


commit 1a1663d3a3d879a95166785d4ac8e7d77e1553bd
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 20:14:52 2012 +0200

    Renamed the source package to mingw-xerces-c (#801039)

 mingw32-xerces-c.spec => mingw-xerces-c.spec |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-xerces-c.spec b/mingw-xerces-c.spec
similarity index 79%
rename from mingw32-xerces-c.spec
rename to mingw-xerces-c.spec
index c539ac6..0334389 100644
--- a/mingw32-xerces-c.spec
+++ b/mingw-xerces-c.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-xerces-c
+Name:           mingw-xerces-c
 Version:        3.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MingGW Windows validating XML parser
 
 Group:          Development/Libraries
@@ -24,9 +24,20 @@ BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-gcc-c++
 BuildRequires:  mingw32-binutils
 
+%description
+Xerces-C is a validating XML parser written in a portable subset of
+C++. Xerces-C makes it easy to give your application the ability to
+read and write XML data. A shared library is provided for parsing,
+generating, manipulating, and validating XML documents. Xerces-C is
+faithful to the XML 1.0 recommendation and associated standards (DOM
+1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces).
+
+
+%package -n mingw32-xerces-c
+Summary:        MingGW Windows validating XML parser
 Requires:       pkgconfig
 
-%description
+%description -n mingw32-xerces-c
 Xerces-C is a validating XML parser written in a portable subset of
 C++. Xerces-C makes it easy to give your application the ability to
 read and write XML data. A shared library is provided for parsing,
@@ -61,7 +72,7 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/*.exe
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-xerces-c
 %defattr(-,root,root,-)
 %doc LICENSE
 %{_mingw32_includedir}/xercesc/
@@ -72,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 3.1.1-4
+- Renamed the source package to mingw-xerces-c (#801039)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.1-3
 - Rebuild against the mingw-w64 toolchain
 - Replaced the LDFLAGS override by a patch as it's needed


More information about the scm-commits mailing list