summaryrefslogtreecommitdiffstats
path: root/yesod
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 12:58:54 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 12:58:54 +0700
commitffa988435376550f686ccc8fcb194a68b2e5bd59 (patch)
treeae13e2399d9b3e94373a610a4d378556096832eb /yesod
parentd673ca0168c1ae737e8420571da2f628d32cc405 (diff)
downloadspecs-ffa988435376550f686ccc8fcb194a68b2e5bd59.tar.gz
specs-ffa988435376550f686ccc8fcb194a68b2e5bd59.tar.xz
specs-ffa988435376550f686ccc8fcb194a68b2e5bd59.zip
+ cookie
Diffstat (limited to 'yesod')
-rw-r--r--yesod/ghc-cookie.spec59
1 files changed, 59 insertions, 0 deletions
diff --git a/yesod/ghc-cookie.spec b/yesod/ghc-cookie.spec
new file mode 100644
index 0000000..0b3e8b0
--- /dev/null
+++ b/yesod/ghc-cookie.spec
@@ -0,0 +1,59 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name cookie
+
+%global common_summary HTTP cookie parsing and rendering
+
+%global common_description This package does not have a description.
+
+Name: ghc-%{pkg_name}
+Version: 0.4.0.1
+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-blaze-builder-devel
+BuildRequires: ghc-bytestring-devel
+BuildRequires: ghc-data-default-devel
+BuildRequires: ghc-old-locale-devel
+BuildRequires: ghc-text-devel
+BuildRequires: ghc-time-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