From 9761796035a10a5b1e7674773a3e8434e2317fbb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 01 2016 15:50:14 +0000 Subject: Reverting "update to 0.5.4.2" This reverts commit 155b250d04e46c6a744cbbd115ba03795aa967d2. --- diff --git a/.gitignore b/.gitignore index f1dd24e..97915a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /zlib-0.5.4.1.tar.gz -/zlib-0.5.4.2.tar.gz diff --git a/ghc-zlib.spec b/ghc-zlib.spec index b85730e..b9a7f55 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -2,15 +2,18 @@ %global pkg_name zlib +# no useful debuginfo for Haskell packages without C sources +%global debug_package %{nil} + Name: ghc-%{pkg_name} # part of haskell-platform -Version: 0.5.4.2 -Release: 1%{?dist} +Version: 0.5.4.1 +Release: 31%{?dist} Summary: Compression and decompression in the gzip and zlib formats License: BSD -Url: https://hackage.haskell.org/package/%{pkg_name} -Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +URL: http://hackage.haskell.org/package/%{pkg_name} +Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -59,8 +62,6 @@ rm -r cbits %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %post devel %ghc_pkg_recache @@ -71,7 +72,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files @@ -79,9 +80,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog -* Wed Sep 16 2015 Jens Petersen - 0.5.4.2-1 -- update to 0.5.4.2 for ghc-7.10 - * Wed Jun 17 2015 Fedora Release Engineering - 0.5.4.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 8b25baf..314d227 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79f01f01f859b0ef68d5787756d181c1 zlib-0.5.4.2.tar.gz +d0d10786d2bbd1d401a8b28a83e88475 zlib-0.5.4.1.tar.gz