Renamed the source package to mingw-expat
This commit is contained in:
parent
1768a3bc05
commit
4fbac160ac
@ -4,9 +4,9 @@
|
|||||||
%define __find_requires %{_mingw32_findrequires}
|
%define __find_requires %{_mingw32_findrequires}
|
||||||
%define __find_provides %{_mingw32_findprovides}
|
%define __find_provides %{_mingw32_findprovides}
|
||||||
|
|
||||||
Name: mingw32-expat
|
Name: mingw-expat
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: MinGW Windows port of expat XML parser library
|
Summary: MinGW Windows port of expat XML parser library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,6 +32,18 @@ start tag is an example of the kind of structures for which you may
|
|||||||
register handlers.
|
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
|
%prep
|
||||||
%setup -q -n expat-%{version}
|
%setup -q -n expat-%{version}
|
||||||
|
|
||||||
@ -61,7 +73,7 @@ rm -r $RPM_BUILD_ROOT%{_mingw32_mandir}/man1
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -n mingw32-expat
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_mingw32_bindir}/libexpat-1.dll
|
%{_mingw32_bindir}/libexpat-1.dll
|
||||||
@ -73,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 06 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.1-10
|
||||||
|
- Renamed the source package to mingw-expat (RHBZ #800377)
|
||||||
|
|
||||||
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.1-9
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.1-9
|
||||||
- Rebuild against the mingw-w64 toolchain
|
- Rebuild against the mingw-w64 toolchain
|
||||||
|
|
Loading…
Reference in New Issue
Block a user