diff --git a/ghc-concatenative.spec b/ghc-concatenative.spec index babe664..79da559 100644 --- a/ghc-concatenative.spec +++ b/ghc-concatenative.spec @@ -4,12 +4,12 @@ Name: ghc-%{pkg_name} Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A library for postfix control flow 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,14 +26,14 @@ notation. For more information on stack based languages, see %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}%{?_isa} = %{version}-%{release} %description devel -This package provides the development files for -the Haskell %{pkg_name} library. +This package provides the Haskell %{pkg_name} library development files. %prep @@ -64,6 +64,9 @@ the Haskell %{pkg_name} library. %changelog +* Tue Jan 27 2015 Jens Petersen - 1.0.1-5 +- cblrpm refresh + * Sat Aug 16 2014 Fedora Release Engineering - 1.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild