diff --git a/ghc-network.spec b/ghc-network.spec index fd63b5a..4c3000c 100644 --- a/ghc-network.spec +++ b/ghc-network.spec @@ -30,7 +30,7 @@ Release: 1 Summary: %{common_summary} Group: Development/Libraries/Other -License: BSD3 +License: BSD-3-Clause # BEGIN cabal2spec URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz @@ -45,6 +45,10 @@ BuildRequires: hscolour # list ghc-*-prof dependencies: BuildRequires: ghc-bytestring-devel ghc-parsec-devel +%if %{defined sles_version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%endif + %description %{common_description}