summaryrefslogtreecommitdiffstats
path: root/yesod
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 15:12:28 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 15:12:28 +0700
commitc54f8ad9925ffbb2773550ba77b304c640fba0fa (patch)
treeb6e7bcd3c9dbe954d1b4e2e63682d824e73416ef /yesod
parent03e7cef7c5caceecae24f7bcf13206e86592dbe3 (diff)
downloadspecs-c54f8ad9925ffbb2773550ba77b304c640fba0fa.tar.gz
specs-c54f8ad9925ffbb2773550ba77b304c640fba0fa.tar.xz
specs-c54f8ad9925ffbb2773550ba77b304c640fba0fa.zip
+ mime-mail
Diffstat (limited to 'yesod')
-rw-r--r--yesod/ghc-mime-mail.spec60
1 files changed, 60 insertions, 0 deletions
diff --git a/yesod/ghc-mime-mail.spec b/yesod/ghc-mime-mail.spec
new file mode 100644
index 0000000..8dc7594
--- /dev/null
+++ b/yesod/ghc-mime-mail.spec
@@ -0,0 +1,60 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name mime-mail
+
+%global common_summary Compose MIME email messages
+
+%global common_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.
+
+Name: ghc-%{pkg_name}
+Version: 0.4.1.2
+Release: 1%{?dist}
+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-base64-bytestring-devel
+BuildRequires: ghc-blaze-builder-devel
+BuildRequires: ghc-bytestring-devel
+BuildRequires: ghc-filepath-devel
+BuildRequires: ghc-process-devel
+BuildRequires: ghc-random-devel
+BuildRequires: ghc-text-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
+* Wed Mar 20 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org>
+- spec file generated by cabal-rpm-0.7.0