diff --git a/.gitignore b/.gitignore index 5159e4e..b2021b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vector-binary-instances-0.2.1.0.tar.gz +/vector-binary-instances-0.2.3.2.tar.gz diff --git a/ghc-vector-binary-instances.spec b/ghc-vector-binary-instances.spec index d056783..e76c747 100644 --- a/ghc-vector-binary-instances.spec +++ b/ghc-vector-binary-instances.spec @@ -1,10 +1,13 @@ +# generated by cabal-rpm-0.9.12 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name vector-binary-instances +%bcond_with tests + Name: ghc-%{pkg_name} -Version: 0.2.1.0 -Release: 7%{?dist} +Version: 0.2.3.2 +Release: 1%{?dist} Summary: Binary and Serialize instances for vector License: BSD @@ -15,8 +18,11 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-binary-devel -BuildRequires: ghc-cereal-devel BuildRequires: ghc-vector-devel +%if %{with tests} +BuildRequires: ghc-tasty-devel +BuildRequires: ghc-tasty-quickcheck-devel +%endif # End cabal-rpm deps %description @@ -50,6 +56,14 @@ development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + + +%check +%if %{with tests} +%cabal test +%endif + %post devel %ghc_pkg_recache @@ -60,13 +74,16 @@ development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %changelog +* Sun Jun 26 2016 Jens Petersen - 0.2.3.2-1 +- update to 0.2.3.2 + * Wed Feb 03 2016 Fedora Release Engineering - 0.2.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 63f15be..bd56d3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06abb679efe6bb617c31f54c055a3d07 vector-binary-instances-0.2.1.0.tar.gz +573b7fdd65d7eb09384e2bb6a9decccd vector-binary-instances-0.2.3.2.tar.gz