diff --git a/.gitignore b/.gitignore index 58f950b..bffc27b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /cmdargs-0.10.tar.gz /cmdargs-0.10.2.tar.gz /cmdargs-0.10.3.tar.gz +/cmdargs-0.10.12.tar.gz diff --git a/ghc-cmdargs.spec b/ghc-cmdargs.spec index 7909751..46400dc 100644 --- a/ghc-cmdargs.spec +++ b/ghc-cmdargs.spec @@ -3,13 +3,13 @@ %global pkg_name cmdargs Name: ghc-%{pkg_name} -Version: 0.10.3 -Release: 5%{?dist} +Version: 0.10.12 +Release: 1%{?dist} Summary: Command line argument processing License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{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 @@ -26,10 +26,11 @@ This library provides an easy way to define command line parsers. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package provides the Haskell %{pkg_name} library development files. @@ -64,9 +65,13 @@ cabal-tweak-flag quotation False %files devel -f %{name}-devel.files +%doc README.md %changelog +* Mon Jan 19 2015 Jens Petersen - 0.10.12-1 +- update to 0.10.12 + * Sat Aug 16 2014 Fedora Release Engineering - 0.10.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 09497f5..cdcd16d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -537ba2091a951aa03ce5eb1df295df76 cmdargs-0.10.3.tar.gz +b962dc0472be507631f43f70b13b3157 cmdargs-0.10.12.tar.gz