Accepting request 107433 from home:ptrommler:devel:languages:haskell:platform-2011.4

Fix BuildRoot for SLE-11-SP1.
SPDX license tag

OBS-URL: https://build.opensuse.org/request/show/107433
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zlib?expand=0&rev=3
This commit is contained in:
Peter Trommler 2012-02-28 15:26:18 +00:00 committed by Git OBS Bridge
parent df800b599f
commit b745dd8fbf
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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}