From bf3e7f02c975b822385b78603e2eaea381443120 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 26 Jan 2015 15:44:23 +0900 Subject: [PATCH] cblrpm-0.9 --- ghc-HTTP.spec | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index 9973fd3..1142a43 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -4,18 +4,15 @@ %bcond_with tests -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} # part of haskell-platform Version: 4000.2.10 -Release: 2%{?dist} +Release: 1%{?dist} Summary: A library for client-side HTTP 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 @@ -57,8 +54,8 @@ to handle multi-step interactions with a web server. The representation of the bytes flowing across is extensible via the use of a type class, letting you pick the representation of requests and responses that -best fits your use. Some pre-packaged, common instances are provided for you -('ByteString', 'String'). +best fits your use. Some pre-packaged, common instances are provided for +'ByteString' and 'String'. %package devel @@ -107,9 +104,6 @@ This package provides the Haskell %{pkg_name} library development files. %changelog -* Sat Aug 16 2014 Fedora Release Engineering - 4000.2.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - * Thu Aug 7 2014 Jens Petersen - 4000.2.10-1 - update to 4000.2.10