[mingw-expat: 11/12] Renamed the source package to mingw-expat

epienbro epienbro at fedoraproject.org
Tue Mar 6 18:33:14 UTC 2012


commit 4fbac160acf093796c9cb96cc3b04e34d802928d
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Tue Mar 6 19:31:16 2012 +0100

    Renamed the source package to mingw-expat

 mingw32-expat.spec => mingw-expat.spec |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)
---
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 <epienbro at fedoraproject.org> - 2.0.1-10
+- Renamed the source package to mingw-expat (RHBZ #800377)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.1-9
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list