|
|
|
@ -3,13 +3,13 @@
|
|
|
|
|
%global pkg_name tagsoup
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
Version: 0.13.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 0.13.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parsing and extracting from HTML/XML documents
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
@ -20,11 +20,10 @@ BuildRequires: ghc-text-devel
|
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
TagSoup is a library for parsing HTML/XML.
|
|
|
|
|
It supports the HTML 5 specification, and can be used to parse
|
|
|
|
|
either well-formed XML, or unstructured and malformed HTML from the web.
|
|
|
|
|
The library also provides useful functions to extract information from
|
|
|
|
|
an HTML document, making it ideal for screen-scraping.
|
|
|
|
|
TagSoup is a library for parsing HTML/XML. It supports the HTML 5
|
|
|
|
|
specification, and can be used to parse either well-formed XML, or unstructured
|
|
|
|
|
and malformed HTML from the web. The library also provides useful functions to
|
|
|
|
|
extract information from an HTML document, making it ideal for screen-scraping.
|
|
|
|
|
|
|
|
|
|
Users should start from the "Text.HTML.TagSoup" module.
|
|
|
|
|
|
|
|
|
@ -66,10 +65,14 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
|
|
|
%doc README.md
|
|
|
|
|
%doc tagsoup.htm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 22 2015 Jens Petersen <petersen@redhat.com> - 0.13.3-1
|
|
|
|
|
- update to 0.13.3
|
|
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|