|
|
@ -1,10 +1,11 @@
|
|
|
|
|
|
|
|
# generated by cabal-rpm-0.9.12
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
|
|
|
|
%global pkg_name zlib
|
|
|
|
%global pkg_name zlib
|
|
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
# part of haskell-platform
|
|
|
|
# part of haskell-platform
|
|
|
|
Version: 0.5.4.2
|
|
|
|
Version: 0.6.1.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Compression and decompression in the gzip and zlib formats
|
|
|
|
Summary: Compression and decompression in the gzip and zlib formats
|
|
|
|
|
|
|
|
|
|
|
@ -17,6 +18,13 @@ BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: zlib-devel%{?_isa}
|
|
|
|
BuildRequires: zlib-devel%{?_isa}
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-tasty-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-tasty-hunit-devel
|
|
|
|
|
|
|
|
BuildRequires: ghc-tasty-quickcheck-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -62,6 +70,12 @@ rm -r cbits
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
%if %{with tests}
|
|
|
|
|
|
|
|
%cabal test
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
@ -75,10 +89,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
%doc examples
|
|
|
|
%doc changelog examples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.6.1.1-1
|
|
|
|
|
|
|
|
- update to 0.6.1.1
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 6 2016 Jens Petersen <petersen@redhat.com> - 0.5.4.2-1
|
|
|
|
* Mon Jun 6 2016 Jens Petersen <petersen@redhat.com> - 0.5.4.2-1
|
|
|
|
- update to 0.5.4.2 for ghc-7.10
|
|
|
|
- update to 0.5.4.2 for ghc-7.10
|
|
|
|
|
|
|
|
|
|
|
|