1
0

Accepting request 590693 from devel:languages:haskell

OBS-URL: https://build.opensuse.org/request/show/590693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-rpm-macros?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2018-04-17 09:15:52 +00:00 committed by Git OBS Bridge
commit 009362dd95
4 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 20 14:03:36 UTC 2018 - mimi.vx@gmail.com
- update to 1.7.4
- sync with ustream
- support sublibraries
-------------------------------------------------------------------
Fri Jul 14 14:23:54 UTC 2017 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-rpm-macros
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@ -19,10 +19,10 @@
%global macros_dir %{_sysconfdir}/rpm
%global without_hscolour 1
Name: ghc-rpm-macros
Version: 1.7.2
Version: 1.7.4
Release: 0
Summary: RPM Macros for building packages for GHC
License: GPL-3.0+
License: GPL-3.0-or-later
Group: Development/Libraries/Other
Url: https://fedoraproject.org/wiki/Haskell_SIG
# source gets updated with osc service dr
@ -76,8 +76,8 @@ install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.att
install -p -D -m 0755 ghc-dirs.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-dirs.sh
%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS
%doc AUTHORS
%license COPYING
%config %{macros_dir}/macros.ghc
%config %{macros_dir}/macros.ghc-suse
%{_prefix}/lib/rpm/ghc-deps.sh
@ -89,7 +89,6 @@ install -p -D -m 0755 ghc-dirs.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-dirs.sh
%{_prefix}/lib/rpm/ghc-dirs.sh
%files extra
%defattr(-,root,root,-)
%config %{macros_dir}/macros.ghc-extra
%changelog