osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-rpm-macros revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=102
This commit is contained in:
Peter Simons 2020-09-04 15:04:11 +00:00 committed by Git OBS Bridge
parent 693a9154f3
commit 9d2513d728
4 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu May 7 07:48:19 UTC 2020 - Peter Simons <psimons@suse.com>
- Update to version 1.9.95.
-------------------------------------------------------------------
Mon Dec 30 20:05:43 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -15,11 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%if 0%{?suse_version} <= 1320
%global license doc
%endif
%global macros_dir %{_sysconfdir}/rpm
%global without_hscolour 1
Name: ghc-rpm-macros
Version: 1.9.95
Version: 1.9.90
Release: 0
Summary: RPM Macros for building packages for GHC
License: GPL-3.0-or-later
@ -74,6 +78,10 @@ install -p -D -m 0755 ghc-pkg-wrapper %{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wr
install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.attr
install -p -D -m 0755 ghc-dirs.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-dirs.sh
install -p -D -m 0644 Setup.hs %{buildroot}/%{_datadir}/%{name}/Setup.hs
%if 0%{?suse_version} <= 1320
install -d -D -m 0755 %{buildroot}%{_datadir}/licenses
%endif
%files
%doc AUTHORS
@ -89,6 +97,9 @@ install -p -D -m 0644 Setup.hs %{buildroot}/%{_datadir}/%{name}/Setup.hs
%{_prefix}/lib/rpm/ghc-dirs.sh
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/Setup.hs
%if 0%{?suse_version} <= 1320
%dir %{_datadir}/licenses
%endif
%files extra
%config %{macros_dir}/macros.ghc-extra