cblrpm refresh

This commit is contained in:
Jens Petersen 2015-02-06 06:54:51 +01:00
parent 337aad9367
commit d47ee9b58d
1 changed files with 8 additions and 4 deletions

View File

@ -4,13 +4,13 @@
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.6 Version: 0.6
Release: 5%{?dist} Release: 6%{?dist}
Summary: 'Show' instances for Lambdabot Summary: 'Show' instances for Lambdabot
# SimpleReflect is BSD and show.cabal says GPL # SimpleReflect is BSD and show.cabal says GPL
License: GPL+ License: GPL+
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Patch0: show-0.4.1.2-fix-fsf-address.patch Patch0: show-0.4.1.2-fix-fsf-address.patch
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
@ -28,10 +28,11 @@ SimpleReflect allows us to literally see how functions 'expand'.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
This package provides the Haskell %{pkg_name} library development files. 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 %changelog
* Fri Feb 6 2015 Jens Petersen <petersen@redhat.com> - 0.6-6
- cblrpm refresh
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-5 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild