2018-01-24 13:11:06 +00:00
|
|
|
# generated by cabal-rpm-0.12.1
|
2017-09-06 19:42:57 +00:00
|
|
|
# https://fedoraproject.org/wiki/Packaging:Haskell
|
|
|
|
|
|
|
|
%global pkg_name feed
|
|
|
|
%global pkgver %{pkg_name}-%{version}
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
Version: 1.0.0.0
|
2018-07-13 01:46:56 +00:00
|
|
|
Release: 5%{?dist}
|
2017-09-06 19:42:57 +00:00
|
|
|
Summary: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
|
|
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: ghc-Cabal-devel
|
|
|
|
BuildRequires: ghc-rpm-macros
|
|
|
|
# Begin cabal-rpm deps:
|
|
|
|
BuildRequires: ghc-base-compat-devel
|
|
|
|
BuildRequires: ghc-bytestring-devel
|
|
|
|
BuildRequires: ghc-old-locale-devel
|
|
|
|
BuildRequires: ghc-old-time-devel
|
|
|
|
BuildRequires: ghc-safe-devel
|
|
|
|
BuildRequires: ghc-text-devel
|
|
|
|
BuildRequires: ghc-time-devel
|
|
|
|
BuildRequires: ghc-time-locale-compat-devel
|
|
|
|
BuildRequires: ghc-utf8-string-devel
|
|
|
|
BuildRequires: ghc-xml-conduit-devel
|
|
|
|
BuildRequires: ghc-xml-types-devel
|
|
|
|
%if %{with tests}
|
|
|
|
BuildRequires: ghc-HUnit-devel
|
|
|
|
BuildRequires: ghc-test-framework-devel
|
|
|
|
BuildRequires: ghc-test-framework-hunit-devel
|
|
|
|
%endif
|
|
|
|
# End cabal-rpm deps
|
|
|
|
|
|
|
|
%description
|
|
|
|
Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
|
|
|
|
|
|
|
|
To help working with the multiple feed formats we've ended up with, this set of
|
|
|
|
modules provides parsers, pretty printers and some utility code for querying
|
|
|
|
and just generally working with a concrete representation of feeds in Haskell.
|
|
|
|
|
|
|
|
For basic reading and editing of feeds, consult the documentation of the
|
|
|
|
Text.Feed.* hierarchy.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Haskell %{pkg_name} library development files
|
|
|
|
Provides: %{name}-static = %{version}-%{release}
|
2018-01-24 13:11:06 +00:00
|
|
|
Provides: %{name}-doc = %{version}-%{release}
|
|
|
|
%if %{defined ghc_version}
|
2017-09-06 19:42:57 +00:00
|
|
|
Requires: ghc-compiler = %{ghc_version}
|
|
|
|
Requires(post): ghc-compiler = %{ghc_version}
|
|
|
|
Requires(postun): ghc-compiler = %{ghc_version}
|
2018-01-24 13:11:06 +00:00
|
|
|
%endif
|
2017-09-06 19:42:57 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel-doc
|
|
|
|
Summary: Haskell %{pkg_name} library development documentation
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description devel-doc
|
|
|
|
This package provides the Haskell %{pkg_name} library development
|
|
|
|
documentation.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{pkgver}
|
2018-01-26 08:53:34 +00:00
|
|
|
cabal-tweak-dep-ver xml-conduit '< 1.6' '< 1.8'
|
2017-09-06 19:42:57 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%ghc_lib_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%ghc_lib_install
|
|
|
|
grep -v "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-devel-nodoc.files
|
|
|
|
grep "%{_docdir}/ghc/html/libraries/%{pkgver}" %{name}-devel.files > %{name}-devel-doc.files
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%cabal_test
|
|
|
|
|
|
|
|
|
|
|
|
%post devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
|
%postun devel
|
|
|
|
%ghc_pkg_recache
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
|
|
|
%license LICENSE
|
|
|
|
%{_datadir}/%{pkgver}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel -f %{name}-devel-nodoc.files
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
|
|
|
|
|
|
|
|
%files devel-doc -f %{name}-devel-doc.files
|
|
|
|
%doc CHANGELOG.md README.md
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-07-13 01:46:56 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 11:37:43 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 10:32:57 +00:00
|
|
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 1.0.0.0-3
|
|
|
|
- rebuild
|
|
|
|
|
2017-09-06 19:42:57 +00:00
|
|
|
* Mon Sep 04 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.0.0.0-2
|
|
|
|
- Split docs into separate subpackage.
|
|
|
|
|
|
|
|
* Sun Sep 03 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 1.0.0.0-1
|
|
|
|
- Update to latest version.
|
|
|
|
- Update to latest spec template.
|
|
|
|
|
|
|
|
* Fri Jul 21 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3.12.0-1
|
|
|
|
- Update to latest version.
|
|
|
|
|
|
|
|
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3.11.1-5
|
|
|
|
- Re-add dist tag to release numbers.
|
|
|
|
|
|
|
|
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.3.11.1-4
|
|
|
|
- Bump for Fedora 26.
|
|
|
|
|
|
|
|
* Thu Dec 15 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.3.11.1-3
|
|
|
|
- Update release to be newer than previous builds
|
|
|
|
|
|
|
|
* Thu Dec 15 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.3.11.1-1
|
|
|
|
- spec file generated by cabal-rpm-0.10.0
|