|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 2.8.0.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Low-level networking interface
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -78,8 +78,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|
|
|
|
# Begin cabal-rpm setup:
|
|
|
|
|
%setup -q -n %{pkgver}
|
|
|
|
|
# End cabal-rpm setup
|
|
|
|
|
# Use rpm's config.* to support new archs like ppc64le
|
|
|
|
|
cp -f /usr/lib/rpm/config.{guess,sub} .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -130,6 +128,10 @@ cp -f /usr/lib/rpm/config.{guess,sub} .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jul 9 2020 Jens Petersen <petersen@redhat.com> - 2.8.0.1-3
|
|
|
|
|
- refresh to cabal-rpm-2.0.2
|
|
|
|
|
- no longer overwrite config.{guess,sub}, to fix rawhide build
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|