update to 0.2.0.1

This commit is contained in:
Jens Petersen 2016-06-23 17:32:37 +09:00
parent 2c6eed1c2a
commit 445039c352
3 changed files with 8 additions and 18 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <petersen@redhat.com> - 0.2.0.1-1
- update to 0.2.0.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4.7-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
5dd951d09b7e503d6c98b40dc494c05a hjsmin-0.1.4.7.tar.gz
79e4027f0758a5bc10b6a1ae04ac9306 hjsmin-0.2.0.1.tar.gz