Accepting request 459908 from devel:languages:haskell:lts:8
update to Haskell LTS version 8.x OBS-URL: https://build.opensuse.org/request/show/459908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=71
This commit is contained in:
parent
e1a3e7a2cf
commit
a7927ac370
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42682dc6f4343d337802fa8d0be0a52d86dad02809638b10b2838d52250782c8
|
||||
size 23610
|
@ -20,7 +20,7 @@
|
||||
%global without_hscolour 1
|
||||
|
||||
Name: ghc-rpm-macros
|
||||
Version: 1.6.91
|
||||
Version: 1.6.95
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
Summary: RPM Macros for building packages for GHC
|
||||
@ -30,9 +30,9 @@ Group: Development/Libraries/Other
|
||||
Url: https://fedoraproject.org/wiki/Haskell_SIG
|
||||
|
||||
# source prepared manually from github.com/opensuse-haskell/ghc-rpm-macros
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: bzip2
|
||||
BuildRequires: xz
|
||||
Requires: rpm
|
||||
%if %{undefined without_hscolour}
|
||||
Requires: hscolour
|
||||
@ -77,6 +77,7 @@ install -p -D -m 0755 cabal-tweak-dep-ver %{buildroot}/%{_bindir}/cabal-tweak-de
|
||||
install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
|
||||
install -p -D -m 0755 ghc-pkg-wrapper %{buildroot}/%{_prefix}/lib/rpm/ghc-pkg-wrapper
|
||||
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
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
@ -88,6 +89,7 @@ install -p -D -m 0644 ghc.attr %{buildroot}/%{_prefix}/lib/rpm/fileattrs/ghc.att
|
||||
%{_bindir}/cabal-tweak-flag
|
||||
%{_prefix}/lib/rpm/ghc-pkg-wrapper
|
||||
%{_prefix}/lib/rpm/fileattrs/ghc.attr
|
||||
%{_prefix}/lib/rpm/ghc-dirs.sh
|
||||
|
||||
%files extra
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user