@ -2,28 +2,29 @@
%global macros_file %{_sysconfdir}/rpm/macros.ghc
%global macros_file %{_sysconfdir}/rpm/macros.ghc
Name: ghc-rpm-macros
Name: ghc-rpm-macros
Version: 0.13.4
Version: 0.13.5
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Macros for building packages for GHC
Summary: Macros for building packages for GHC
Group: Development/Libraries
Group: Development/Libraries
License: GPLv3
License: GPLv3
URL: https://fedoraproject.org/wiki/Haskell_SIG
URL: https://fedoraproject.org/wiki/Haskell_SIG
# This is a Fedora maintained package which is specific to
# This is a Fedora maintained package which is specific to
# our distribution. Thus the source is only available from
# our distribution. Thus the source is only available from
# within this srpm.
# within this srpm.
Source0: ghc-rpm-macros.ghc
Source0: ghc-rpm-macros.ghc
Source1: COPYING
Source1: COPYING
Source2: AUTHORS
Source2: AUTHORS
Source3: ghc-deps.sh
Source3: ghc-deps.sh
%description
%description
A set of macros for building GHC packages following the Haskell Guidelines
A set of macros for building GHC packages following the Haskell Guidelines
of the Fedora Haskell SIG. ghc needs to be installed in order to make use of
of the Fedora Haskell SIG. ghc needs to be installed in order to make use of
these macros.
these macros.
%prep
%prep
%setup -c -T
%setup -c -T
cp %{SOURCE1} %{SOURCE2} .
cp %{SOURCE1} %{SOURCE2} .
@ -58,6 +59,12 @@ EOF
%changelog
%changelog
* Fri Jun 17 2011 Jens Petersen <petersen@redhat.com> - 0.13.5-1
- ghc_bootstrap is now a macro which sets ghc_bootstrapping,
ghc_without_shared, without_prof, without_haddock, without_hscolour,
without_manual, without_testsuite
- tweaks to ghc_check_bootstrap
* Fri Jun 17 2011 Jens Petersen <petersen@redhat.com> - 0.13.4-1
* Fri Jun 17 2011 Jens Petersen <petersen@redhat.com> - 0.13.4-1
- add ghc_check_bootstrap
- add ghc_check_bootstrap