[ghc-wai-logger/f18] import 0.1.4

Jens Petersen petersen at fedoraproject.org
Mon Feb 18 03:20:35 UTC 2013


commit 811f1ad780cfbc788bbe6b557d6c02f71bdd41c9
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Feb 18 12:20:21 2013 +0900

    import 0.1.4
    
    >= 0.2 requires fast-logger >= 0.2 which breaks wai-extra-1.2

 .gitignore          |    1 +
 ghc-wai-logger.spec |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d3246cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/wai-logger-0.1.4.tar.gz
diff --git a/ghc-wai-logger.spec b/ghc-wai-logger.spec
new file mode 100644
index 0000000..0a39da1
--- /dev/null
+++ b/ghc-wai-logger.spec
@@ -0,0 +1,64 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name wai-logger
+
+%global common_summary A logging system for WAI
+
+%global common_description A logging system for WAI.
+
+Name:           ghc-%{pkg_name}
+Version:        0.1.4
+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-byteorder-devel
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-case-insensitive-devel
+BuildRequires:  ghc-fast-logger-devel
+BuildRequires:  ghc-http-types-devel
+BuildRequires:  ghc-network-devel
+BuildRequires:  ghc-old-locale-devel
+BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-unix-devel
+BuildRequires:  ghc-wai-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
+* Mon Feb 18 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 0.1.4-1
+- spec file generated by cabal-rpm-0.7
diff --git a/sources b/sources
index e69de29..40b30dc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bdcfb21314eff2126a5cb0f5ebfb5ef5  wai-logger-0.1.4.tar.gz


More information about the scm-commits mailing list