Blame SPECS/ghc-hxt-unicode.spec

5a8168
# generated by cabal-rpm-0.12.1
5a8168
# https://fedoraproject.org/wiki/Packaging:Haskell
5a8168
5a8168
%global pkg_name hxt-unicode
5a8168
%global pkgver %{pkg_name}-%{version}
5a8168
5a8168
Name:           ghc-%{pkg_name}
5a8168
Version:        9.0.2.4
5a8168
Release:        3%{?dist}
5a8168
Summary:        Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
5a8168
5a8168
License:        MIT
5a8168
Url:            https://hackage.haskell.org/package/%{pkg_name}
5a8168
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
5a8168
5a8168
BuildRequires:  ghc-Cabal-devel
5a8168
BuildRequires:  ghc-rpm-macros
5a8168
# Begin cabal-rpm deps:
5a8168
BuildRequires:  ghc-hxt-charproperties-devel
5a8168
# End cabal-rpm deps
5a8168
5a8168
%description
5a8168
Unicode encoding and decoding functions for utf8, iso-latin-* and somes other
5a8168
encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16,
5a8168
ASCII are supported. Decoding is done with lazy functions, errors may be
5a8168
detected or ignored.
5a8168
5a8168
5a8168
%package devel
5a8168
Summary:        Haskell %{pkg_name} library development files
5a8168
Provides:       %{name}-static = %{version}-%{release}
5a8168
Provides:       %{name}-doc = %{version}-%{release}
5a8168
%if %{defined ghc_version}
5a8168
Requires:       ghc-compiler = %{ghc_version}
5a8168
Requires(post): ghc-compiler = %{ghc_version}
5a8168
Requires(postun): ghc-compiler = %{ghc_version}
5a8168
%endif
5a8168
Requires:       %{name}%{?_isa} = %{version}-%{release}
5a8168
5a8168
%description devel
5a8168
This package provides the Haskell %{pkg_name} library development files.
5a8168
5a8168
5a8168
%prep
5a8168
%setup -q -n %{pkgver}
5a8168
5a8168
5a8168
%build
5a8168
%ghc_lib_build
5a8168
5a8168
5a8168
%install
5a8168
%ghc_lib_install
5a8168
5a8168
5a8168
%post devel
5a8168
%ghc_pkg_recache
5a8168
5a8168
5a8168
%postun devel
5a8168
%ghc_pkg_recache
5a8168
5a8168
5a8168
%files -f %{name}.files
5a8168
%license LICENSE
5a8168
5a8168
5a8168
%files devel -f %{name}-devel.files
5a8168
5a8168
5a8168
%changelog
5a8168
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.2.4-3
5a8168
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5a8168
5a8168
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 9.0.2.4-2
5a8168
- rebuild
5a8168
5a8168
* Wed Oct  4 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 9.0.2.4-1
5a8168
- spec file generated by cabal-rpm-0.11.2