Added support for RHEL6

This commit is contained in:
Erik van Pienbroek 2012-12-03 19:59:00 +01:00
parent b09bf88df8
commit ac04067e87
2 changed files with 9 additions and 1 deletions

View File

@ -28,6 +28,11 @@
%mingw_package_header \
%global __strip %{mingw_strip} \
%global __objdump %{mingw_objdump} \
%if 0%{?rhel} == 6 \
%global _use_internal_dependency_generator 0 \
%global __find_requires %{mingw_findrequires} \
%global __find_provides %{mingw_findprovides} \
%endif \
%global __debug_install_post %%{mingw_debug_install_post} \
%{nil}

View File

@ -2,7 +2,7 @@
Name: mingw-filesystem
Version: 96
Release: 2%{?dist}
Release: 3%{?dist}
Summary: MinGW cross compiler base filesystem and environment
Group: Development/Libraries
@ -248,6 +248,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
%changelog
* Mon Dec 3 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 96-3
- Added support for RHEL6
* Sat Nov 10 2012 Kalev Lember <kalevlember@gmail.com> - 96-2
- Add provides for mscoree.dll and regenerate the standard-dlls file