summaryrefslogtreecommitdiffstats
path: root/yesod
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 14:46:05 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 14:46:05 +0700
commit73f65f5363a74b5036677dc5f76cd6d31806a26d (patch)
treefce4bbb09abb86fedaf83de15157424c413d3646 /yesod
parentffa988435376550f686ccc8fcb194a68b2e5bd59 (diff)
downloadspecs-73f65f5363a74b5036677dc5f76cd6d31806a26d.tar.gz
specs-73f65f5363a74b5036677dc5f76cd6d31806a26d.tar.xz
specs-73f65f5363a74b5036677dc5f76cd6d31806a26d.zip
+ hspec-expectations
Diffstat (limited to 'yesod')
-rw-r--r--yesod/ghc-hspec-expectations.spec55
1 files changed, 55 insertions, 0 deletions
diff --git a/yesod/ghc-hspec-expectations.spec b/yesod/ghc-hspec-expectations.spec
new file mode 100644
index 0000000..aa6fbf0
--- /dev/null
+++ b/yesod/ghc-hspec-expectations.spec
@@ -0,0 +1,55 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name hspec-expectations
+
+%global common_summary Catchy combinators for HUnit
+
+%global common_description Catchy combinators for HUnit: <https://github.com/sol/hspec-expectations#readme>
+
+Name: ghc-%{pkg_name}
+Version: 0.3.0.3
+Release: 1%{?dist}
+Summary: %{common_summary}
+
+License: MIT
+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-HUnit-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
+%doc README.lhs
+
+
+%changelog
+* Wed Mar 20 2013 Fedora Haskell SIG <haskell@lists.fedoraproject.org>
+- spec file generated by cabal-rpm-0.7.0