diff --git a/.gitignore b/.gitignore index f5f008a..169880a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /random-1.0.1.1.tar.gz -/random-1.1.tar.gz diff --git a/ghc-random.spec b/ghc-random.spec index cf81dba..7f0c6ba 100644 --- a/ghc-random.spec +++ b/ghc-random.spec @@ -4,8 +4,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 1.1 -Release: 1%{?dist} +Version: 1.0.1.1 +Release: 30%{?dist} Summary: Random number library License: BSD @@ -46,8 +46,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %post devel %ghc_pkg_recache @@ -58,17 +56,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files -%doc README.md %changelog -* Fri Oct 02 2015 Jens Petersen - 1.1-1 -- update to 1.1 - * Wed Jun 17 2015 Fedora Release Engineering - 1.0.1.1-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index df40249..4104646 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -474f10b9389b316e4472b71d20298993 random-1.1.tar.gz +9a249cfa7ff6793cbf2be06e9fcd7538 random-1.0.1.1.tar.gz