diff --git a/.gitignore b/.gitignore index af58731..6050632 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /hjsmin-0.1.4.4.tar.gz /hjsmin-0.1.4.6.tar.gz /hjsmin-0.1.4.7.tar.gz +/hjsmin-0.2.0.1.tar.gz diff --git a/ghc-hjsmin.spec b/ghc-hjsmin.spec index 13d15d7..ec3ca08 100644 --- a/ghc-hjsmin.spec +++ b/ghc-hjsmin.spec @@ -2,11 +2,9 @@ %global pkg_name hjsmin -%bcond_with tests - Name: ghc-%{pkg_name} -Version: 0.1.4.7 -Release: 9%{?dist} +Version: 0.2.0.1 +Release: 1%{?dist} Summary: Haskell implementation of a javascript minifier License: BSD @@ -22,12 +20,6 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-language-javascript-devel BuildRequires: ghc-optparse-applicative-devel BuildRequires: ghc-text-devel -%if %{with tests} -BuildRequires: ghc-HUnit-devel -BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-test-framework-devel -BuildRequires: ghc-test-framework-hunit-devel -%endif # End cabal-rpm deps %description @@ -61,12 +53,6 @@ This package provides the Haskell %{pkg_name} library development files. rm %{buildroot}%{ghc_pkgdocdir}/LICENSE -%check -%if %{with tests} -%cabal test -%endif - - %post devel %ghc_pkg_recache @@ -80,11 +66,14 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files devel -f %{name}-devel.files -%doc README.markdown TODO.txt +%doc TODO.txt Readme.md %{_bindir}/%{pkg_name} %changelog +* Thu Jun 23 2016 Jens Petersen - 0.2.0.1-1 +- update to 0.2.0.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.1.4.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 65c5420..fc1477b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5dd951d09b7e503d6c98b40dc494c05a hjsmin-0.1.4.7.tar.gz +79e4027f0758a5bc10b6a1ae04ac9306 hjsmin-0.2.0.1.tar.gz