1
0

Accepting request 238781 from devel:languages:haskell

fix build on SLE and add source tag for rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/238781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-rpm-macros?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2014-06-30 19:45:09 +00:00 committed by Git OBS Bridge
commit b4a6d18959
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 26 11:17:24 UTC 2014 - peter.trommler@ohm-hochschule.de
- add rpmlintrc to spec file
-------------------------------------------------------------------
Thu Jun 26 06:52:11 UTC 2014 - martin.koegler@chello.at
- SLES11 does not support a different BuildArch for subpackages
-------------------------------------------------------------------
Thu May 29 19:39:26 UTC 2014 - peter.trommler@ohm-hochschule.de

View File

@ -32,6 +32,7 @@ Group: Development/Libraries/Other
Url: https://fedoraproject.org/wiki/Haskell_SIG
Source0: http://pkgs.fedoraproject.org/cgit/%{name}.git/snapshot/%{name}-%{git_hash}.tar.xz
Source1: rpmlintrc
# PATCH-FIX-OPENSUSE suse-disable-debug-packages.patch peter.trommler@ohm-hochschule.de -- openSUSE way to disable debug packages
Patch1: suse-disable-debug-packages.patch
# PATCH-FIX-OPENSUSE add-group.patch sbahling@suse.com -- Make sure a Group: tag is generated in subpackages; peter.trommler@ohm-hochschule.de: also puts libraries in System/Libraries, see package group guidelines
@ -84,7 +85,9 @@ for example in ghc and haskell-platform.
%package -n ghc-srpm-macros
Summary: RPM macros for building Haskell source packages
Group: Development/Libraries/Other
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description -n ghc-srpm-macros
Macros used when generating source Haskell rpm packages.