Install macros to %{_rpmconfigdir}/macros.d.
https://lists.fedoraproject.org/pipermail/devel/2014-January/195026.html
This commit is contained in:
parent
e4c93cb77e
commit
98b6135469
@ -1,13 +1,13 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
%global macros_dir %{_sysconfdir}/rpm
|
%global macros_dir %{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
# uncomment to bootstrap without hscolour
|
# uncomment to bootstrap without hscolour
|
||||||
#%%global without_hscolour 1
|
#%%global without_hscolour 1
|
||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: RPM macros for building packages for GHC
|
Summary: RPM macros for building packages for GHC
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -90,6 +90,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.2.3-2
|
||||||
|
- Install macros to %%{_rpmconfigdir}/macros.d.
|
||||||
|
|
||||||
* Mon Feb 10 2014 Jens Petersen <petersen@redhat.com> - 1.2.3-1
|
* Mon Feb 10 2014 Jens Petersen <petersen@redhat.com> - 1.2.3-1
|
||||||
- set datasubdir in cabal_configure for ghc-7.8
|
- set datasubdir in cabal_configure for ghc-7.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user