ghc-wai-logger/ghc-wai-logger.spec

69 lines
1.5 KiB
RPMSpec
Raw Normal View History

2013-02-13 19:20:17 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
%global pkg_name wai-logger
%global common_summary A logging system for WAI
%global common_description A logging system for WAI
Name: ghc-%{pkg_name}
Version: 0.3.0
2013-03-22 10:33:34 +00:00
Release: 3%{?dist}
2013-02-13 19:20:17 +00:00
Summary: %{common_summary}
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-byteorder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-case-insensitive-devel
BuildRequires: ghc-date-cache-devel
BuildRequires: ghc-fast-logger-devel
BuildRequires: ghc-http-types-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-wai-devel
# End cabal-rpm deps
%description
%{common_description}
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%ghc_devel_package
%ghc_devel_description
%ghc_devel_post_postun
%ghc_files LICENSE
%changelog
2013-03-22 10:33:34 +00:00
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 0.3.0-3
- rebuild
2013-02-13 19:20:17 +00:00
* Wed Feb 13 2013 Ben Boeckel <mathstuf@gmail.com> - 0.3.0-2
- Initial import into Fedora
* Sat Dec 8 2012 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.3.0-1
- spec file generated by cabal-rpm-0.6.6