Compare commits

...

2 Commits
rawhide ... f25

Author SHA1 Message Date
Jens Petersen 4999c0ea2c update LICENSE file rm 2017-04-26 17:30:19 +09:00
Jens Petersen 97ac1c50a0 requires ghc-Cabal-devel instead of ghc-compiler (#1445210) 2017-04-26 17:07:50 +09:00
1 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.11
# https://fedoraproject.org/wiki/Packaging:Haskell
%bcond_with tests
@ -8,7 +9,7 @@
Name: cabal-install
# part of haskell-platform
Version: 1.22.9.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Command-line interface for Cabal and Hackage
License: BSD
@ -45,7 +46,7 @@ BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
%endif
# End cabal-rpm deps
Requires: ghc-compiler
Requires: ghc-Cabal-devel
# for /etc/bash_completion.d/
Requires: filesystem
# for /etc/profile.d/
@ -102,7 +103,7 @@ mv dist/build/%{binname}/%{binname}{,.static}
mv %{buildroot}%{_bindir}/%{binname}{,.dynamic}
install dist/build/%{binname}/%{binname}.static %{buildroot}%{_bindir}
touch %{buildroot}%{_bindir}/%{binname}
rm %{buildroot}%{_pkgdocdir}/LICENSE
rm %{buildroot}%{_defaultlicensedir}/%{name}/LICENSE
%endif
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
@ -188,6 +189,9 @@ fi
%changelog
* Wed Apr 26 2017 Jens Petersen <petersen@redhat.com> - 1.22.9.0-2
- requires ghc-Cabal-devel (Matej Smid, #1445210)
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 1.22.9.0-1
- update to 1.22.9.0