|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name aeson-pretty
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.7.1
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 0.7.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: JSON pretty-printing library
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
@ -61,6 +61,8 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
%ghc_fix_dynamic_rpath %{pkg_name}
|
|
|
|
|
|
|
|
|
|
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
|
%ghc_pkg_recache
|
|
|
|
@ -71,7 +73,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
|
|
|
|
@ -80,6 +82,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.7.2-1
|
|
|
|
|
- update to 0.7.2
|
|
|
|
|
|
|
|
|
|
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.7.1-7
|
|
|
|
|
- Rebuild for ghc(cmdargs)
|
|
|
|
|
|
|
|
|
|