Accepting request 361034 from devel:languages:haskell:lts

- update to 1.5.0
- update for ghc-8.0
- ghc-deps uses --provides and --requires again

- dropped add-group.patch and files-defattr.patch
- dropped: sle-sp1-rpmdeps.patch
           remove-flags.patch
- regenerated sle-sp1-rpmdeps.patch
* fix build on openSUSE 11.4
  * no macro %__global_ldflags in openSUSE
  * fixed upstream
- make package noarch and remove rpmlintrc
* fixed by patch 18 in ghc.spec
* do not use -O2 optimization (out of memory failures on OBS)
* support RUNPATH as well as RPATH
- enable shared libraries and dynamic linking on ppc64 and ppc64le
- disable dependency on prelink for arm and aarch64 architectures
- add rpmlintrc to spec file
- SLES11 does not support a different BuildArch for subpackages
- BR xz for SLE 11 builds
    you will probably get rpmlint warnings about it
- use stable URL (no git hash)
* define _pkgdocdir macro
- refresh sle-sp1-rpmdeps.patch
- disable colorized documentation for ppc bootstrap
- fix typo in email address for patch 2
- refresh files-defattr.patch
- enable colorized documentation
* remove unused patch2 in setup section
- enable colorized documentation for all Haskell packages

OBS-URL: https://build.opensuse.org/request/show/361034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=57
This commit is contained in:
Ondřej Súkup 2016-02-23 18:03:26 +00:00 committed by Git OBS Bridge
parent 400ab46f58
commit 2d4c1ffe50
4 changed files with 79 additions and 72 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3013400a3466bf4f48c87d6a9701be8de352b4290316e4dad0bf087a5f5d2af0
size 15486

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af0ef8b6e65dead43f26a704d16ab5e0f8de9190574e6d061d5e2dbd46596f68
size 15705

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 18 14:55:41 UTC 2016 - mimi.vx@gmail.com
- update to 1.5.0
- update for ghc-8.0
- ghc-deps uses --provides and --requires again
-------------------------------------------------------------------
Mon Oct 26 14:26:32 UTC 2015 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-rpm-macros
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%global without_hscolour 1
Name: ghc-rpm-macros
Version: 1.4.98
Version: 1.5.0
Release: 0
BuildArch: noarch
Summary: RPM Macros for building packages for GHC