SHA256
1
0
forked from pool/ghc-hashable

Synchronize builds with devel:languages:haskell:lts:7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hashable?expand=0&rev=16
This commit is contained in:
Peter Simons 2016-10-06 18:11:49 +00:00 committed by Git OBS Bridge
parent 361e6b047f
commit e980070b9d

View File

@ -23,11 +23,10 @@ Version: 1.2.4.0
Release: 0 Release: 0
Summary: A class for types that can be converted to a hash value Summary: A class for types that can be converted to a hash value
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Libraries Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel BuildRequires: ghc-text-devel
@ -41,7 +40,6 @@ BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel BuildRequires: ghc-test-framework-quickcheck2-devel
BuildRequires: ghc-unix-devel BuildRequires: ghc-unix-devel
%endif %endif
# End cabal-rpm deps
%description %description
This package defines a class, 'Hashable', for types that can be converted to a This package defines a class, 'Hashable', for types that can be converted to a
@ -63,23 +61,17 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkg_name}-%{version}
%build %build
%ifarch i586 %ifarch i586
%define cabal_configure_options -f"-sse2" %define cabal_configure_options -f"-sse2"
%endif %endif
%ghc_lib_build %ghc_lib_build
%install %install
%ghc_lib_install %ghc_lib_install
%check %check
%if %{with tests} %cabal_test
%{cabal} test
%endif
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache