|
|
|
@ -3,9 +3,9 @@
|
|
|
|
|
%global pkg_name tagsoup
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.13.8
|
|
|
|
|
Version: 0.13.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parsing and extracting from HTML/XML documents
|
|
|
|
|
Summary: Parsing and extracting information from (possibly malformed) HTML/XML documents
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
@ -51,6 +51,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
|
|
|
|
@ -61,7 +63,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
|
|
|
|
@ -69,6 +71,10 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Apr 23 2016 Ben Boeckel <mathstuf@gmail.com> - 0.13.9-1
|
|
|
|
|
- update to 0.13.9
|
|
|
|
|
- sync with cabal-rpm-0.9.10
|
|
|
|
|
|
|
|
|
|
* Thu Mar 03 2016 Adam Williamson <awilliam@redhat.com> - 0.13.8-1
|
|
|
|
|
- new release 0.13.8 (latest pandoc needs at least 0.13.7)
|
|
|
|
|
|
|
|
|
|