diff --git a/ghc-ansi-wl-pprint.spec b/ghc-ansi-wl-pprint.spec index 81ffca5..b1defae 100644 --- a/ghc-ansi-wl-pprint.spec +++ b/ghc-ansi-wl-pprint.spec @@ -4,12 +4,12 @@ Name: ghc-%{pkg_name} Version: 0.6.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Wadler/Leijen Pretty Printer for colored ANSI terminal output License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -38,6 +38,8 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +sed -i 's/\r$//' README.textile + %build %ghc_lib_build @@ -60,9 +62,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files +%doc README.textile %changelog +* Wed Jan 28 2015 Jens Petersen - 0.6.7.1-5 +- cblrpm refresh + * Sat Aug 16 2014 Fedora Release Engineering - 0.6.7.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild