You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
264 lines
8.1 KiB
264 lines
8.1 KiB
# generated by cabal-rpm-1.0.1
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
%global pkg_name tagsoup
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
%bcond_without tests
|
|
|
|
Name: ghc-%{pkg_name}
|
|
Version: 0.14.8
|
|
Release: 2%{?dist}
|
|
Summary: Parsing and extracting information from (possibly malformed) HTML/XML documents
|
|
|
|
License: BSD
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
# Begin cabal-rpm sources:
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
# End cabal-rpm sources
|
|
|
|
# Begin cabal-rpm deps:
|
|
BuildRequires: ghc-Cabal-devel
|
|
BuildRequires: ghc-rpm-macros
|
|
BuildRequires: ghc-base-prof
|
|
BuildRequires: ghc-bytestring-prof
|
|
BuildRequires: ghc-containers-prof
|
|
BuildRequires: ghc-text-prof
|
|
%if %{with tests}
|
|
BuildRequires: ghc-QuickCheck-devel
|
|
BuildRequires: ghc-deepseq-devel
|
|
BuildRequires: ghc-directory-devel
|
|
BuildRequires: ghc-process-devel
|
|
BuildRequires: ghc-time-devel
|
|
%endif
|
|
# 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.
|
|
|
|
Users should start from the "Text.HTML.TagSoup" module.
|
|
|
|
|
|
%package devel
|
|
Summary: Haskell %{pkg_name} library development files
|
|
Provides: %{name}-static = %{version}-%{release}
|
|
Provides: %{name}-static%{?_isa} = %{version}-%{release}
|
|
%if %{defined ghc_version}
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
%endif
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
%if %{with haddock}
|
|
%package doc
|
|
Summary: Haskell %{pkg_name} library documentation
|
|
|
|
%description doc
|
|
This package provides the Haskell %{pkg_name} library documentation.
|
|
%endif
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
%package prof
|
|
Summary: Haskell %{pkg_name} profiling library
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
%description prof
|
|
This package provides the Haskell %{pkg_name} profiling library.
|
|
%endif
|
|
|
|
|
|
%prep
|
|
# Begin cabal-rpm setup:
|
|
%setup -q -n %{pkgver}
|
|
# End cabal-rpm setup
|
|
|
|
|
|
%build
|
|
# Begin cabal-rpm build:
|
|
%ghc_lib_build
|
|
# End cabal-rpm build
|
|
|
|
|
|
%install
|
|
# Begin cabal-rpm install
|
|
%ghc_lib_install
|
|
# End cabal-rpm install
|
|
|
|
|
|
%check
|
|
%cabal_test
|
|
|
|
|
|
%files -f %{name}.files
|
|
# Begin cabal-rpm files:
|
|
%license LICENSE
|
|
# End cabal-rpm files
|
|
|
|
|
|
%files devel -f %{name}-devel.files
|
|
%doc CHANGES.txt README.md
|
|
|
|
|
|
%if %{with haddock}
|
|
%files doc -f %{name}-doc.files
|
|
%endif
|
|
|
|
|
|
%if %{with ghc_prof}
|
|
%files prof -f %{name}-prof.files
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.8-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
* Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.14.8-1
|
|
- update to 0.14.8
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.7-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 0.14.7-1
|
|
- update to 0.14.7
|
|
|
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.14.6-3
|
|
- refresh to cabal-rpm-0.13
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
* Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.14.6-1
|
|
- update to 0.14.6
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.14.2-1
|
|
- update to 0.14.2
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 0.14-1
|
|
- update to 0.14
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.10-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 0.13.10-1
|
|
- update to 0.13.10
|
|
|
|
* 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)
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.3-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* 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
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Fri May 02 2014 Jens Petersen <petersen@redhat.com> - 0.13.1-1
|
|
- update to 0.13.1
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Tue Jun 04 2013 Jens Petersen <petersen@redhat.com> - 0.12.8-3
|
|
- update to new simplified Haskell Packaging Guidelines
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Thu Nov 08 2012 Jens Petersen <petersen@redhat.com> - 0.12.8-1
|
|
- update to 0.12.8
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.6-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 0.12.6-3
|
|
- rebuild
|
|
|
|
* Fri Mar 23 2012 Jens Petersen <petersen@redhat.com> - 0.12.6-2
|
|
- add license to ghc_files
|
|
|
|
* Fri Jan 6 2012 Jens Petersen <petersen@redhat.com> - 0.12.6-1
|
|
- update to 0.12.6 and cabal2spec-0.25.2
|
|
|
|
* Fri Oct 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.12.2-2.2
|
|
- rebuild with new gmp without compat lib
|
|
|
|
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 0.12.2-2.1
|
|
- rebuild with new gmp
|
|
|
|
* Sat Jul 09 2011 Ben Boeckel <mathstuf@gmail.com> - 0.12.2-2
|
|
- Update to cabal2spec-0.24
|
|
|
|
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 0.12.2-1
|
|
- update to 0.12.2
|
|
- update deps
|
|
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
|
|
|
|
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 0.12-4
|
|
- Enable build on sparcv9
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Sat Jan 15 2011 Ben Boeckel <mathstuf@gmail.com> - 0.12-2
|
|
- Update to cabal2spec-0.22.4
|
|
- Rebuild
|
|
|
|
* Fri Dec 17 2010 Ben Boeckel <mathstuf@gmail.com> - 0.12-1
|
|
- Update to 0.12
|
|
|
|
* Sun Dec 5 2010 Jens Petersen <petersen@redhat.com> - 0.11.1-4
|
|
- rebuild for network-2.3
|
|
|
|
* Sun Nov 28 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-3
|
|
- Rebuild for GHC7
|
|
|
|
* Sun Nov 07 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-2
|
|
- Rebuild
|
|
|
|
* Fri Oct 08 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11.1-1
|
|
- Update to 0.11.1
|
|
|
|
* Tue Sep 21 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11-2
|
|
- Ship the tagsoup.htm file
|
|
|
|
* Sun Sep 12 2010 Ben Boeckel <mathstuf@gmail.com> - 0.11-1
|
|
- Update to 0.11
|
|
|
|
* Sat Sep 04 2010 Ben Boeckel <mathstuf@gmail.com> - 0.10.1-1
|
|
- Initial package
|
|
|
|
* Sat Sep 4 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 0.10.1-0
|
|
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
|