Use the RPM magic to automatically generate provides/requires tags

and automatically generate a debuginfo subpackage
This commit is contained in:
Erik van Pienbroek 2012-03-06 21:21:05 +01:00
parent e3a8ecfeb1
commit 3614a755ae

View File

@ -1,8 +1,6 @@
%define __strip %{mingw32_strip}
%define __objdump %{mingw32_objdump}
%define _use_internal_dependency_generator 0
%define __find_requires %{mingw32_findrequires}
%define __find_provides %{mingw32_findprovides}
%define __debug_install_post %{mingw32_debug_install_post}
Name: mingw-expat
Version: 2.0.1
@ -44,6 +42,9 @@ start tag is an example of the kind of structures for which you may
register handlers.
%{?_mingw32_debug_package}
%prep
%setup -q -n expat-%{version}
@ -88,6 +89,8 @@ rm -rf $RPM_BUILD_ROOT
* Tue Mar 06 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.1-10
- Renamed the source package to mingw-expat (RHBZ #800377)
- Use mingw macros without leading underscore
- Use the RPM magic to automatically generate provides/requires tags
- Automatically generate a debuginfo subpackage
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 2.0.1-9
- Rebuild against the mingw-w64 toolchain