Compare commits

...

1 Commits
rawhide ... f13

Author SHA1 Message Date
Ben Boeckel e5fc1b6c78 Fix ghc-rpm-macros requires 2010-10-03 16:45:28 -04:00
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,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