update to cblrpm-0.8.11

This commit is contained in:
Jens Petersen 2014-06-10 17:59:49 +09:00
parent e3a158c9fb
commit cc343c0df9

View File

@ -2,14 +2,17 @@
%global pkg_name snap-server
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.9.3.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A fast, iteratee-based, epoll-enabled web server for the Snap Framework
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
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -29,8 +32,8 @@ BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-snap-core-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-unix-compat-devel
BuildRequires: ghc-unix-devel
# End cabal-rpm deps
%description
@ -39,7 +42,7 @@ Haskell. For more information, you can visit the Snap project website at
<http://snapframework.com/>.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the snap-core library upon
server library written in Haskell. Together with the 'snap-core' library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
@ -85,6 +88,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Jun 10 2014 Jens Petersen <petersen@redhat.com> - 0.9.3.4-3
- update to cblrpm-0.8.11
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild