update to 0.6.1.1
This commit is contained in:
parent
e21f2eea07
commit
6ba68edb3f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/zlib-0.5.4.1.tar.gz
|
||||
/zlib-0.5.4.2.tar.gz
|
||||
/zlib-0.6.1.1.tar.gz
|
||||
|
@ -1,10 +1,11 @@
|
||||
# generated by cabal-rpm-0.9.12
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name zlib
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
# part of haskell-platform
|
||||
Version: 0.5.4.2
|
||||
Version: 0.6.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Compression and decompression in the gzip and zlib formats
|
||||
|
||||
@ -17,6 +18,13 @@ BuildRequires: ghc-rpm-macros
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
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
|
||||
|
||||
%description
|
||||
@ -62,6 +70,12 @@ rm -r cbits
|
||||
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%check
|
||||
%if %{with tests}
|
||||
%cabal test
|
||||
%endif
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
@ -75,10 +89,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc examples
|
||||
%doc changelog examples
|
||||
|
||||
|
||||
%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
|
||||
- update to 0.5.4.2 for ghc-7.10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user