cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-28 23:40:44 +09:00
parent a312d26f48
commit 4b38e9c547
1 changed files with 8 additions and 8 deletions

View File

@ -2,17 +2,14 @@
%global pkg_name hgettext
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.1.30
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Haskell binding to libintl
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{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
@ -32,7 +29,7 @@ Bindings to libintl.h (gettext, bindtextdomain).
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: ghc-%{pkg_name}-static = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
@ -62,8 +59,8 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_pkg_recache
# no license file!
%files -f %{name}.files
%doc
%files devel -f %{name}-devel.files
@ -71,6 +68,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Wed Jan 28 2015 Jens Petersen <petersen@redhat.com> - 0.1.30-6
- cblrpm refresh
* Fri Dec 12 2014 Philip Withnall <philip@tecnocode.co.uk> - 0.1.30-5
- Rebuilt for libHSbase changes