[ghc-network-conduit] import (#818102)

Jens Petersen petersen at fedoraproject.org
Sat Jun 2 04:39:25 UTC 2012


commit 92139a165f4e96ed1df6b6823a343fc77e513521
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Jun 2 13:39:19 2012 +0900

    import (#818102)

 .gitignore               |    1 +
 ghc-network-conduit.spec |   62 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0e83468 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/network-conduit-0.4.0.tar.gz
diff --git a/ghc-network-conduit.spec b/ghc-network-conduit.spec
new file mode 100644
index 0000000..ebd97f2
--- /dev/null
+++ b/ghc-network-conduit.spec
@@ -0,0 +1,62 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name network-conduit
+
+%global common_summary Stream socket data using conduits
+
+%global common_description %{common_summary}
+
+Name:           ghc-%{pkg_name}
+Version:        0.4.0
+Release:        1%{?dist}
+Summary:        %{common_summary}
+
+Group:          System Environment/Libraries
+License:        BSD
+# BEGIN cabal2spec
+URL:            http://hackage.haskell.org/package/%{pkg_name}
+Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+ExclusiveArch:  %{ghc_arches}
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
+# END cabal2spec
+BuildRequires:  ghc-conduit-devel
+BuildRequires:  ghc-network-devel
+
+%description
+%{common_description}
+
+
+%prep
+%setup -q -n %{pkg_name}-%{version}
+
+
+%build
+%ghc_lib_build
+
+
+%install
+%ghc_lib_install
+
+
+# devel subpackage
+%ghc_devel_package
+
+%ghc_devel_description
+
+
+%ghc_devel_post_postun
+
+
+%ghc_files LICENSE
+
+
+%changelog
+* Wed May  2 2012 Jens Petersen <petersen at redhat.com> - 0.4.0-1
+- BSD license
+- depends on conduit and network
+
+* Wed May  2 2012 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org>
+- spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index e69de29..5a5dd67 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+18f519a97fe073c491fb59996316dfa0  network-conduit-0.4.0.tar.gz


More information about the scm-commits mailing list