Пакет ghc7.6.1-mime-mail: Specfile

%define ghc_version 7.6.1
%define hsc_name ghc
%define hsc_version %ghc_version
%define hsc_namever %hsc_name%hsc_version
%define h_pkg_name mime-mail
%define f_pkg_name mime-mail
%define pkg_libdir %_libdir/%hsc_name-%hsc_version/lib/%h_pkg_name-%version

Name: %hsc_namever-%f_pkg_name
Version: 0.4.1.2
Release: alt1
License: BSD3
Packager: Denis Smirnov <mithraen@altlinux.ru>
Group: Development/Haskell
Url: http://github.com/snoyberg/mime-mail
Source: %name-%version.tar
Patch: %name-%version-%release.patch
Summary: Compose MIME email messages.



# Automatically added by buildreq on Sat Dec 22 2012 (-bb)
# optimized out: elfutils ghc7.6.1 ghc7.6.1-common ghc7.6.1-text libgmp-devel pkg-config python-base rpm-build-haskell
BuildRequires: ghc7.6.1-alex ghc7.6.1-base64-bytestring ghc7.6.1-blaze-builder ghc7.6.1-c2hs ghc7.6.1-cpphs ghc7.6.1-doc ghc7.6.1-happy ghc7.6.1-hscolour ghc7.6.1-random

%description
This package provides some high-level datatypes for declaring MIME email
messages, functions for automatically composing these into bytestrings, and
the ability to send bytestrings via the sendmail executable. You can also
use any other library you wish to send via different methods, eg directly
to SMTP.

%prep
%setup
%patch -p1

%build
%hs_configure2
%hs_build

%install
%hs_install
%hs_gen_filelist

%files -f %name-files.all

%changelog
* Sat Dec 22 2012 Denis Smirnov <mithraen@altlinux.ru> 0.4.1.2-alt1
- Spec created by cabal2rpm 0.20_08