cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-28 17:50:44 +09:00
parent 7995ac3a9a
commit b24e4ca493
1 changed files with 7 additions and 9 deletions

View File

@ -2,8 +2,7 @@
%global pkg_name dlist
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
%bcond_without tests
Name: ghc-%{pkg_name}
Version: 0.7.1
@ -11,8 +10,8 @@ Release: 1%{?dist}
Summary: Difference lists
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
@ -24,10 +23,9 @@ BuildRequires: ghc-QuickCheck-devel
# End cabal-rpm deps
%description
Difference lists: a list-like type supporting O(1) append.
This is particularly useful for efficient logging and pretty
printing, (e.g. with the Writer monad), where list append
quickly becomes too expensive.
Difference lists are a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing (e.g.
with the Writer monad), where list append quickly becomes too expensive.
%package devel
@ -73,12 +71,12 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Wed Oct 29 2014 Jens Petersen <petersen@redhat.com> - 0.7.1-1
- update to 0.7.1
- refresh to cblrpm-0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild