forked from pool/ghc-rpm-macros
Accepting request 405533 from devel:languages:haskell
- new macros.ghc-suse - binary packages build statically linked OBS-URL: https://build.opensuse.org/request/show/405533 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-rpm-macros?expand=0&rev=28
This commit is contained in:
commit
56bd242c67
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6826530ab41271fa1e97869fad1c73cfb1b3155eaf253b0b9a01301969344222
|
oid sha256:69cad680812bff9604e4a1fca3c949e7938909140e683a181e8e0e88a2c75e9c
|
||||||
size 22824
|
size 15760
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 14:24:31 UTC 2016 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- new macros.ghc-suse
|
||||||
|
- binary packages build statically linked
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 22 17:55:50 UTC 2016 - mimi.vx@gmail.com
|
Sun May 22 17:55:50 UTC 2016 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
@ -71,6 +71,7 @@ echo no build stage needed
|
|||||||
%install
|
%install
|
||||||
install -p -D -m 0644 macros.ghc %{buildroot}%{macros_dir}/macros.ghc
|
install -p -D -m 0644 macros.ghc %{buildroot}%{macros_dir}/macros.ghc
|
||||||
install -p -D -m 0644 macros.ghc-extra %{buildroot}/%{macros_dir}/macros.ghc-extra
|
install -p -D -m 0644 macros.ghc-extra %{buildroot}/%{macros_dir}/macros.ghc-extra
|
||||||
|
install -p -D -m 0644 macros.ghc-suse %{buildroot}/%{macros_dir}/macros.ghc-suse
|
||||||
install -p -D -m 0755 ghc-deps.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-deps.sh
|
install -p -D -m 0755 ghc-deps.sh %{buildroot}/%{_prefix}/lib/rpm/ghc-deps.sh
|
||||||
install -p -D -m 0755 cabal-tweak-dep-ver %{buildroot}/%{_bindir}/cabal-tweak-dep-ver
|
install -p -D -m 0755 cabal-tweak-dep-ver %{buildroot}/%{_bindir}/cabal-tweak-dep-ver
|
||||||
install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
|
install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
|
||||||
@ -81,6 +82,7 @@ install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.att
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS
|
%doc COPYING AUTHORS
|
||||||
%config %{macros_dir}/macros.ghc
|
%config %{macros_dir}/macros.ghc
|
||||||
|
%config %{macros_dir}/macros.ghc-suse
|
||||||
%{_prefix}/lib/rpm/ghc-deps.sh
|
%{_prefix}/lib/rpm/ghc-deps.sh
|
||||||
%{_bindir}/cabal-tweak-dep-ver
|
%{_bindir}/cabal-tweak-dep-ver
|
||||||
%{_bindir}/cabal-tweak-flag
|
%{_bindir}/cabal-tweak-flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user