From b24e4ca493f79c50fc9a818abcd441fec7ef997a Mon Sep 17 00:00:00 2001 From: Jens Petersen <petersen@redhat.com> Date: Wed, 28 Jan 2015 17:50:44 +0900 Subject: [PATCH] cblrpm refresh --- ghc-dlist.spec | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/ghc-dlist.spec b/ghc-dlist.spec index c245e69..5a5882d 100644 --- a/ghc-dlist.spec +++ b/ghc-dlist.spec @@ -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