diff --git a/ghc-hjsmin.spec b/ghc-hjsmin.spec index 2bc737b..2dbd519 100644 --- a/ghc-hjsmin.spec +++ b/ghc-hjsmin.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.1.4.7 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Haskell implementation of a javascript minifier 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 @@ -82,10 +79,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files -%doc TODO.txt README.markdown +%doc README.markdown TODO.txt %changelog +* Wed Jan 28 2015 Jens Petersen - 0.1.4.7-6 +- cblrpm refresh + * Mon Nov 17 2014 Jens Petersen - 0.1.4.7-5 - refresh to cblrpm-0.8.11