Compare commits

...

3 Commits
rawhide ... f13

Author SHA1 Message Date
Ben Boeckel 7d469808a0 Merge branch 'master' into f13 2010-09-03 21:37:04 -04:00
Ben Boeckel a2c98266ea Merge branch 'master' into f13 2010-09-03 17:56:56 -04:00
Ben Boeckel 6a54475718 Lower macros requirement 2010-09-01 22:26:41 -04:00
1 changed files with 1 additions and 1 deletions

View File

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