diff --git a/ghc-scientific.changes b/ghc-scientific.changes index 68e21ca..011aa69 100644 --- a/ghc-scientific.changes +++ b/ghc-scientific.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 29 09:47:51 UTC 2015 - mpluskal@suse.com + +- Remove ExclusiveArch + ------------------------------------------------------------------- Mon Feb 2 18:00:30 UTC 2015 - mpluskal@suse.com diff --git a/ghc-scientific.spec b/ghc-scientific.spec index 4ad00d6..4be03b1 100644 --- a/ghc-scientific.spec +++ b/ghc-scientific.spec @@ -1,5 +1,5 @@ # -# spec file for package ghc-scientific +# spec file for package ghc # # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name scientific Name: ghc-%{pkg_name} @@ -28,13 +29,12 @@ Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: fdupes BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros BuildRequires: ghc-array-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-hashable-devel +BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel %description @@ -50,7 +50,6 @@ Provides: %{name}-static = %{version}-%{release} Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} - %description -n ghc-%{pkg_name}-devel Data.Scientific provides a space efficient and arbitrary precision scientific number type.