refresh packaging

This commit is contained in:
Jens Petersen 2016-06-27 16:18:26 +09:00
parent 37771ec2d5
commit cd8e5d1473
1 changed files with 9 additions and 6 deletions

View File

@ -1,17 +1,15 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name blaze-builder
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.3.3.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Efficient buffered output
License: BSD
URL: https://hackage.haskell.org/package/%{pkg_name}
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
@ -54,6 +52,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -64,7 +64,7 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
@ -72,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Mon Jun 27 2016 Jens Petersen <petersen@redhat.com> - 0.3.3.4-4
- refresh packaging
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild