|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global pkg_name pandoc-types
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 1.12.4.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.12.4.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Types for representing a structured document
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -53,6 +53,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
|
|
|
|
@ -63,13 +65,16 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
|
%doc COPYING
|
|
|
|
|
%license LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 1.12.4.5-1
|
|
|
|
|
- update to 1.12.4.5
|
|
|
|
|
|
|
|
|
|
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.12.4.1-3
|
|
|
|
|
- Rebuild (aarch64 vector hashes)
|
|
|
|
|
|
|
|
|
|