Blame SPECS/ghc-hxt-charproperties.spec

73ec60
# generated by cabal-rpm-0.12.1
73ec60
# https://fedoraproject.org/wiki/Packaging:Haskell
73ec60
73ec60
%global pkg_name hxt-charproperties
73ec60
%global pkgver %{pkg_name}-%{version}
73ec60
73ec60
Name:           ghc-%{pkg_name}
73ec60
Version:        9.2.0.1
73ec60
Release:        3%{?dist}
73ec60
Summary:        Character properties and classes for XML and Unicode
73ec60
73ec60
License:        MIT
73ec60
Url:            https://hackage.haskell.org/package/%{pkg_name}
73ec60
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
73ec60
73ec60
BuildRequires:  ghc-Cabal-devel
73ec60
BuildRequires:  ghc-rpm-macros
73ec60
73ec60
%description
73ec60
Character properties defined by XML and Unicode standards. These modules
73ec60
contain predicates for Unicode blocks and char properties and character
73ec60
predicates defined by XML. Supported Unicode version is 7.0.0.
73ec60
73ec60
73ec60
%package devel
73ec60
Summary:        Haskell %{pkg_name} library development files
73ec60
Provides:       %{name}-static = %{version}-%{release}
73ec60
Provides:       %{name}-doc = %{version}-%{release}
73ec60
%if %{defined ghc_version}
73ec60
Requires:       ghc-compiler = %{ghc_version}
73ec60
Requires(post): ghc-compiler = %{ghc_version}
73ec60
Requires(postun): ghc-compiler = %{ghc_version}
73ec60
%endif
73ec60
Requires:       %{name}%{?_isa} = %{version}-%{release}
73ec60
73ec60
%description devel
73ec60
This package provides the Haskell %{pkg_name} library development
73ec60
files.
73ec60
73ec60
73ec60
%prep
73ec60
%setup -q -n %{pkgver}
73ec60
73ec60
73ec60
%build
73ec60
%ghc_lib_build
73ec60
73ec60
73ec60
%install
73ec60
%ghc_lib_install
73ec60
73ec60
73ec60
%post devel
73ec60
%ghc_pkg_recache
73ec60
73ec60
73ec60
%postun devel
73ec60
%ghc_pkg_recache
73ec60
73ec60
73ec60
%files -f %{name}.files
73ec60
%license LICENSE
73ec60
73ec60
73ec60
%files devel -f %{name}-devel.files
73ec60
73ec60
73ec60
%changelog
73ec60
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 9.2.0.1-3
73ec60
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
73ec60
73ec60
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 9.2.0.1-2
73ec60
- rebuild
73ec60
73ec60
* Thu Sep 14 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 9.2.0.1-1
73ec60
- spec file generated by cabal-rpm-0.11.2