summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 15:18:50 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2013-03-20 15:18:50 +0700
commitd34c4392f6d215ede6cf632b2f7731d654d557ea (patch)
tree76d4d44a450e96e7a7d23304730475a2681903de
parentc54f8ad9925ffbb2773550ba77b304c640fba0fa (diff)
downloadspecs-d34c4392f6d215ede6cf632b2f7731d654d557ea.tar.gz
specs-d34c4392f6d215ede6cf632b2f7731d654d557ea.tar.xz
specs-d34c4392f6d215ede6cf632b2f7731d654d557ea.zip
+ mime-types
-rw-r--r--yesod/ghc-mime-types.spec56
1 files changed, 56 insertions, 0 deletions
diff --git a/yesod/ghc-mime-types.spec b/yesod/ghc-mime-types.spec
new file mode 100644
index 0000000..0d9c3b9
--- /dev/null
+++ b/yesod/ghc-mime-types.spec
@@ -0,0 +1,56 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name mime-types
+
+%global common_summary Basic mime-type handling types and functions
+
+%global common_description Basic mime-type handling types and functions.
+
+Name: ghc-%{pkg_name}
+Version: 0.1.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-bytestring-devel
+BuildRequires: ghc-containers-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