|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
%global macros_file %{_sysconfdir}/rpm/macros.ghc
|
|
|
|
|
|
|
|
|
|
Name: ghc-rpm-macros
|
|
|
|
|
Version: 0.94
|
|
|
|
|
Version: 0.95
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Macros for building packages for GHC
|
|
|
|
|
|
|
|
|
@ -60,6 +60,9 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 7 2012 Jens Petersen <petersen@redhat.com> - 0.95-1
|
|
|
|
|
- let ghc_bin_install take an arg to disable implicit stripping for subpackages
|
|
|
|
|
|
|
|
|
|
* Thu Jun 7 2012 Jens Petersen <petersen@redhat.com> - 0.94-1
|
|
|
|
|
- allow ghc_description, ghc_devel_description, ghc_devel_post_postun
|
|
|
|
|
to take args
|
|
|
|
|