cblrpm refresh

epel9
Jens Petersen 10 years ago
parent d7189abcd2
commit a6a50eaed3

@ -4,18 +4,15 @@
%bcond_with tests %bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of haskell-platform # part of haskell-platform
Version: 0.2.4.0 Version: 0.2.4.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Efficient hashing-based container types Summary: Efficient hashing-based container types
License: BSD License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name} Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -36,12 +33,12 @@ BuildRequires: ghc-test-framework-quickcheck2-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
Efficient hashing-based container types. The containers have been Efficient hashing-based container types. The containers have been optimized
optimized for performance critical use, both in terms of large data for performance critical use, both in terms of large data quantities and
quantities and high speed. high speed.
The declared cost of each operation is either worst-case or The declared cost of each operation is either worst-case or amortized,
amortized, but remains valid even if structures are shared. but remains valid even if structures are shared.
%package devel %package devel
@ -91,9 +88,6 @@ files.
%changelog %changelog
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 0.2.4.0-1 * Fri Aug 8 2014 Jens Petersen <petersen@redhat.com> - 0.2.4.0-1
- update to 0.2.4.0 - update to 0.2.4.0

Loading…
Cancel
Save