diff --git a/ghc-zlib.changes b/ghc-zlib.changes index a349496..d6112f9 100644 --- a/ghc-zlib.changes +++ b/ghc-zlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 23 13:42:43 UTC 2012 - peter.trommler@ohm-hochschule.de + +- Added BuildRoot for sle11-sp1 + ------------------------------------------------------------------- Thu Dec 15 09:33:05 UTC 2011 - peter.trommler@ohm-hochschule.de diff --git a/ghc-zlib.spec b/ghc-zlib.spec index 5730e32..e428386 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -30,7 +30,7 @@ Release: 1 Summary: %{common_summary} Group: Development/Libraries/Other -License: @LICENSE@ +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 @@ -46,6 +46,10 @@ BuildRequires: hscolour BuildRequires: ghc-bytestring-devel BuildRequires: zlib-devel +%if %{defined sles_version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%endif + %description %{common_description}