Blame ghc-parsec-numbers.spec

c926941
# generated by cabal-rpm-0.11.1
c926941
# https://fedoraproject.org/wiki/Packaging:Haskell
c926941
c926941
%global pkg_name parsec-numbers
c926941
%global pkgver %{pkg_name}-%{version}
c926941
c926941
Name:           ghc-%{pkg_name}
c926941
Version:        0.1.0
c926941
Release:        1%{?dist}
c926941
Summary:        Utilities for parsing numbers from strings
c926941
c926941
License:        BSD
c926941
Url:            https://hackage.haskell.org/package/%{pkg_name}
c926941
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
c926941
Patch0:         parsec-numbers-license.patch
c926941
c926941
BuildRequires:  ghc-Cabal-devel
c926941
BuildRequires:  ghc-rpm-macros
c926941
# Begin cabal-rpm deps:
c926941
BuildRequires:  ghc-parsec-devel
c926941
# End cabal-rpm deps
c926941
c926941
%description
c926941
Parsec-numbers provides the number parsers without the need to use a large (and
c926941
unportable) token parser.
c926941
c926941
c926941
%package devel
c926941
Summary:        Haskell %{pkg_name} library development files
c926941
Provides:       %{name}-static = %{version}-%{release}
c926941
Requires:       ghc-compiler = %{ghc_version}
c926941
Requires(post): ghc-compiler = %{ghc_version}
c926941
Requires(postun): ghc-compiler = %{ghc_version}
c926941
Requires:       %{name}%{?_isa} = %{version}-%{release}
c926941
c926941
%description devel
c926941
This package provides the Haskell %{pkg_name} library development files.
c926941
c926941
c926941
%prep
c926941
%setup -q -n %{pkgver}
c926941
%patch0 -p1
c926941
c926941
c926941
%build
c926941
%ghc_lib_build
c926941
c926941
c926941
%install
c926941
%ghc_lib_install
c926941
c926941
c926941
%post devel
c926941
%ghc_pkg_recache
c926941
c926941
c926941
%postun devel
c926941
%ghc_pkg_recache
c926941
c926941
c926941
%files -f %{name}.files
c926941
%license LICENSE
c926941
c926941
c926941
%files devel -f %{name}-devel.files
c926941
%doc changes
c926941
c926941
c926941
%changelog
c926941
* Fri Jul 28 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.0-1
c926941
- spec file generated by cabal-rpm-0.11.1