diff --git a/ghc-show.spec b/ghc-show.spec index f9a1ebc..b39a487 100644 --- a/ghc-show.spec +++ b/ghc-show.spec @@ -4,13 +4,13 @@ Name: ghc-%{pkg_name} Version: 0.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: 'Show' instances for Lambdabot # SimpleReflect is BSD and show.cabal says GPL License: GPL+ -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 Patch0: show-0.4.1.2-fix-fsf-address.patch BuildRequires: ghc-Cabal-devel @@ -28,10 +28,11 @@ SimpleReflect allows us to literally see how functions 'expand'. %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. @@ -65,6 +66,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Fri Feb 6 2015 Jens Petersen - 0.6-6 +- cblrpm refresh + * Sat Aug 16 2014 Fedora Release Engineering - 0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild