diff --git a/.gitignore b/.gitignore index 0e2a72f..d04badc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /streaming-commons-0.1.2.tar.gz /streaming-commons-0.1.7.3.tar.gz /streaming-commons-0.1.10.0.tar.gz +/streaming-commons-0.1.15.5.tar.gz diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index db16999..880d10d 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -5,18 +5,19 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.10.0 -Release: 3%{?dist} +Version: 0.1.15.5 +Release: 1%{?dist} Summary: Common lower-level functions for streaming data libraries License: MIT -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 # Begin cabal-rpm deps: BuildRequires: ghc-array-devel +BuildRequires: ghc-async-devel BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-directory-devel @@ -30,7 +31,6 @@ BuildRequires: ghc-unix-devel BuildRequires: ghc-zlib-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-async-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-hspec-devel %endif @@ -69,6 +69,8 @@ mv text_cbits.h include/ %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -85,7 +87,7 @@ mv text_cbits.h include/ %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -93,6 +95,9 @@ mv text_cbits.h include/ %changelog +* Thu Jun 23 2016 Jens Petersen - 0.1.15.5-1 +- update to 0.1.15.5 + * Wed Feb 03 2016 Fedora Release Engineering - 0.1.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index cba8818..42f5d46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -078165d1e6de104ed22c53f71f4246c7 streaming-commons-0.1.10.0.tar.gz +07cce0f04f43cea127c3789b9d7da956 streaming-commons-0.1.15.5.tar.gz