From 4fbac160acf093796c9cb96cc3b04e34d802928d Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Tue, 6 Mar 2012 19:31:16 +0100 Subject: [PATCH] Renamed the source package to mingw-expat --- mingw32-expat.spec => mingw-expat.spec | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) rename mingw32-expat.spec => mingw-expat.spec (80%) diff --git a/mingw32-expat.spec b/mingw-expat.spec similarity index 80% rename from mingw32-expat.spec rename to mingw-expat.spec index cffcae4..1a1bc8a 100644 --- a/mingw32-expat.spec +++ b/mingw-expat.spec @@ -4,9 +4,9 @@ %define __find_requires %{_mingw32_findrequires} %define __find_provides %{_mingw32_findprovides} -Name: mingw32-expat +Name: mingw-expat Version: 2.0.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: MinGW Windows port of expat XML parser library License: MIT @@ -32,6 +32,18 @@ start tag is an example of the kind of structures for which you may register handlers. +%package -n mingw32-expat +Summary: MinGW Windows port of expat XML parser library + +%description -n mingw32-expat +This is expat, the C library for parsing XML, written by James Clark. Expat +is a stream oriented XML parser. This means that you register handlers with +the parser prior to starting the parse. These handlers are called when the +parser discovers the associated structures in the document being parsed. A +start tag is an example of the kind of structures for which you may +register handlers. + + %prep %setup -q -n expat-%{version} @@ -61,7 +73,7 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}/man1 rm -rf $RPM_BUILD_ROOT -%files +%files -n mingw32-expat %defattr(-,root,root) %doc COPYING %{_mingw32_bindir}/libexpat-1.dll @@ -73,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 06 2012 Erik van Pienbroek - 2.0.1-10 +- Renamed the source package to mingw-expat (RHBZ #800377) + * Mon Feb 27 2012 Erik van Pienbroek - 2.0.1-9 - Rebuild against the mingw-w64 toolchain