cblrpm refresh

This commit is contained in:
Jens Petersen 2015-01-28 15:04:17 +09:00
parent b3b5663dc6
commit 420909f1f7
1 changed files with 7 additions and 7 deletions

View File

@ -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 <petersen@redhat.com> - 0.1.4.7-6
- cblrpm refresh
* Mon Nov 17 2014 Jens Petersen <petersen@redhat.com> - 0.1.4.7-5
- refresh to cblrpm-0.8.11