Compare commits

...

2 Commits
rawhide ... f13

Author SHA1 Message Date
Ben Boeckel 8a02275253 Fix ghc-rpm-macros requirement 2011-01-02 19:44:57 -05:00
Ben Boeckel 0f68edc3cb Merge branch 'master' into f13
* master:
  Initial commit
2011-01-02 19:44:44 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# fedora ghc archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
BuildRequires: ghc, ghc-doc, ghc-prof
BuildRequires: ghc-rpm-macros >= 0.8.1
BuildRequires: ghc-rpm-macros >= 0.7.0
%if %{with hscolour}
BuildRequires: hscolour
%endif