[ghc-Stream] First release.

Shakthi Kannan shakthimaan at fedoraproject.org
Sun Jul 8 04:50:38 UTC 2012


commit fca8c8db6a7e725e4a0f1f8427b11799197ceef4
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Sun Jul 8 10:14:26 2012 +0530

    First release.

 .gitignore      |    1 +
 ghc-Stream.spec |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..82e31dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Stream-0.4.6.tar.gz
diff --git a/ghc-Stream.spec b/ghc-Stream.spec
new file mode 100644
index 0000000..286c526
--- /dev/null
+++ b/ghc-Stream.spec
@@ -0,0 +1,62 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name Stream
+
+%global common_summary Provides functions to create and manipulate infinite lists
+
+%global common_description This package implements functions, analogous to \
+those from Data.List, to create and manipulate infinite lists: \
+data Stream a = Cons a (Stream a).
+
+Name:           ghc-%{pkg_name}
+Version:        0.4.6
+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-lazysmallcheck-devel
+BuildRequires:  ghc-QuickCheck-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
+* Tue Jun 19 2012 Shakthi Kannan <shakthimaan AT fedoraproject dot org> - 0.4.6-1
+- Added BRs.
+- Spec file template generated by cabal2spec-0.25.5.
diff --git a/sources b/sources
index e69de29..0a49035 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+73e31f5b2bf45a95c217bb2ecb0f08aa  Stream-0.4.6.tar.gz


More information about the scm-commits mailing list