Updated ChangeLog comment from previous version as the RPM variable

__debug_install_post needs to be overridden instead of
    __os_install_post for -debuginfo subpackage generation
This commit is contained in:
epienbro 2009-06-24 17:27:24 +00:00
parent d9bad00f48
commit c95a721510

View File

@ -2,7 +2,7 @@
Name: mingw32-filesystem
Version: 52
Release: 1%{?dist}
Release: 2%{?dist}
Summary: MinGW base filesystem and environment
Group: Development/Libraries
@ -165,11 +165,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 52-0
* Wed Jun 24 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 52-2
- Updated ChangeLog comment from previous version as the RPM variable
__debug_install_post needs to be overridden instead of __os_install_post
for -debuginfo subpackage generation
* Mon Jun 22 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 52-1
- Add script to create -debuginfo subpackages
This script was created by Fridrich Strba
- All mingw32 packages now need to add these lines to their .spec files:
%%define __os_install_post %%{_mingw32_debug_install_post}
%%define __debug_install_post %%{_mingw32_debug_install_post}
%%{_mingw32_debug_package}
* Thu Jun 4 2009 Adam Goode <adam@spicenitz.org> - 51-1