From 6d1395a5bc54ea62fbaddb8ad23de5293f926101 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Jun 2016 12:26:26 +0900 Subject: [PATCH] update to 0.7.0.3 --- .gitignore | 1 + ghc-blaze-markup.spec | 18 ++++++++++-------- sources | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b6ebe15..6d9c184 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /blaze-markup-0.6.1.0.tar.gz /blaze-markup-0.6.1.1.tar.gz /blaze-markup-0.6.2.0.tar.gz +/blaze-markup-0.7.0.3.tar.gz diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 61570f2..343cf33 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -4,17 +4,14 @@ %bcond_with tests -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.6.2.0 -Release: 3%{?dist} +Version: 0.7.0.3 +Release: 1%{?dist} Summary: A blazingly fast markup combinator library for Haskell 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 @@ -61,6 +58,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -77,13 +76,16 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %changelog +* Thu Jun 23 2016 Jens Petersen - 0.7.0.3-1 +- update to 0.7.0.3 + * Wed Feb 03 2016 Fedora Release Engineering - 0.6.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cf320fd..00ab9d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eea6ab8fe54e6bfbca4c9fa2ed7f086c blaze-markup-0.6.2.0.tar.gz +a1edfcab1893df6cdd244d3f97ca4de5 blaze-markup-0.7.0.3.tar.gz