summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 12:49:49 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 12:49:49 +0700
commite7c0382e4c901c3f9ef73b22631569708aba249f (patch)
treeddd5edbe4cc00f8f5e2d1c413a0516392b38b655
parent95daa0b5b88e4b0ea02bf65fca52782922cc4cc6 (diff)
downloadspecs-e7c0382e4c901c3f9ef73b22631569708aba249f.tar.gz
specs-e7c0382e4c901c3f9ef73b22631569708aba249f.tar.xz
specs-e7c0382e4c901c3f9ef73b22631569708aba249f.zip
+ base64-conduit
-rw-r--r--yesod/ghc-base64-conduit.spec56
1 files changed, 56 insertions, 0 deletions
diff --git a/yesod/ghc-base64-conduit.spec b/yesod/ghc-base64-conduit.spec
new file mode 100644
index 0000000..52bb1e7
--- /dev/null
+++ b/yesod/ghc-base64-conduit.spec
@@ -0,0 +1,56 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name base64-conduit
+
+%global common_summary Base64-encode and decode streams of bytes
+
+%global common_description Base64-encode and decode streams of bytes.
+
+Name: ghc-%{pkg_name}
+Version: 1.0.0
+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-bytestring-devel
+BuildRequires: ghc-conduit-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