cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-27 23:39:59 +09:00
parent 9d66df58b8
commit 5c10b4a021
1 changed files with 18 additions and 3 deletions

View File

@ -2,14 +2,16 @@
%global pkg_name publicsuffixlist
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Library of effective TLDs
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
@ -20,6 +22,10 @@ BuildRequires: ghc-containers-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-utf8-string-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-idna-devel
%endif
# End cabal-rpm deps
%description
@ -51,6 +57,12 @@ files.
%ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%post devel
%ghc_pkg_recache
@ -67,6 +79,9 @@ files.
%changelog
* Tue Jan 27 2015 Jens Petersen <petersen@fedoraproject.org> - 0.1-4
- cblrpm refresh
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild