osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-rpm-macros revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=103
This commit is contained in:
parent
9d2513d728
commit
e6f15b1610
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d11b99299138dba57016436fcfaf9ff4a109bbe410bbe90e961be92738c57f36
|
||||
size 17200
|
3
ghc-rpm-macros-1.9.95.tar.xz
Normal file
3
ghc-rpm-macros-1.9.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fd87d2f80e6f6f642cb853e418892190850855f81193e0b138bcea477f73ae3
|
||||
size 17088
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -15,15 +15,11 @@
|
||||
# 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.90
|
||||
Version: 1.9.95
|
||||
Release: 0
|
||||
Summary: RPM Macros for building packages for GHC
|
||||
License: GPL-3.0-or-later
|
||||
@ -78,10 +74,6 @@ 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
|
||||
@ -97,9 +89,6 @@ install -d -D -m 0755 %{buildroot}%{_datadir}/licenses
|
||||
%{_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
|
||||
|
Loading…
Reference in New Issue
Block a user