Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
@ -1 +0,0 @@
|
||||
6e6ea4de015a8d2cc5da5f1adca335106d29d9bf SOURCES/hxt-9.3.1.16.tar.gz
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
SOURCES/hxt-9.3.1.16.tar.gz
|
@ -1,99 +0,0 @@
|
||||
# generated by cabal-rpm-0.12.1
|
||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
||||
|
||||
%global pkg_name hxt
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 9.3.1.16
|
||||
Release: 3%{?dist}
|
||||
Summary: A collection of tools for processing XML with Haskell
|
||||
|
||||
License: MIT
|
||||
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-binary-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-hxt-charproperties-devel
|
||||
BuildRequires: ghc-hxt-regex-xmlschema-devel
|
||||
BuildRequires: ghc-hxt-unicode-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
BuildRequires: ghc-network-uri-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but introduces a
|
||||
more general approach for processing XML with Haskell. The Haskell XML Toolbox
|
||||
uses a generic data model for representing XML documents, including the DTD
|
||||
subset and the document subset, in Haskell. It contains a validating XML
|
||||
parser, a HTML parser, namespace support, an XPath expression evaluator, an
|
||||
XSLT library, a RelaxNG schema validator and funtions for serialization and
|
||||
deserialization of user defined data. The library makes extensive use of the
|
||||
arrow approach for processing XML. Since version 9 the toolbox is partitioned
|
||||
into various (sub-)packages. This package contains the core functionality,
|
||||
hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema
|
||||
contain the extensions. hxt-unicode contains encoding and decoding functions,
|
||||
hxt-charproperties char properties for unicode and XML.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
Provides: %{name}-doc = %{version}-%{release}
|
||||
%if %{defined ghc_version}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
Requires(postun): ghc-compiler = %{ghc_version}
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkgver}
|
||||
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
||||
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%postun devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
%files -f %{name}.files
|
||||
%license LICENSE
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc examples
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.3.1.16-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 9.3.1.16-2
|
||||
- rebuild
|
||||
|
||||
* Sun Oct 15 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 9.3.1.16-1
|
||||
- spec file generated by cabal-rpm-0.11.2
|
1
dead.package.c9s
Normal file
1
dead.package.c9s
Normal file
@ -0,0 +1 @@
|
||||
ghc-hxt package is retired for CS-611
|
Loading…
Reference in New Issue
Block a user