[ghc-bloomfilter/f17] Initial import modified: .gitignore new file: ghc-bloomfilter.spec modified: sources

narasim narasim at fedoraproject.org
Sun Apr 22 06:10:01 UTC 2012


commit c2e4b686bcc0eb48bb26634b6979b94df17072e7
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Sun Apr 22 11:39:43 2012 +0530

    Initial import
    	modified:   .gitignore
    	new file:   ghc-bloomfilter.spec
    	modified:   sources

 .gitignore           |    1 +
 ghc-bloomfilter.spec |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9c2b749 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bloomfilter-1.2.6.8.tar.gz
diff --git a/ghc-bloomfilter.spec b/ghc-bloomfilter.spec
new file mode 100644
index 0000000..646bbdc
--- /dev/null
+++ b/ghc-bloomfilter.spec
@@ -0,0 +1,66 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name bloomfilter
+
+%global common_summary A fast, space efficient Bloom filter implementation
+
+%global common_description This package provides both mutable \
+and immutable Bloom filter data types, \
+along with a family of hash function and an easy-to-use interface.
+
+Name:           ghc-%{pkg_name}
+Version:        1.2.6.8
+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-deepseq-devel, ghc-bytestring-devel, ghc-array-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
+* Sat Apr 14 2012 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 1.2.6.8-1
+- spec file template generated by cabal2spec-0.25.5
+- Package updated to 1.2.6.8
+
+* Sun Jan 16 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 1.2.6.7-1
+- Initial package. License is BSD. Added summary and description
+
+* Sun Jan 16 2011 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org> - 1.2.6.7-0
+- initial packaging for Fedora automatically generated by cabal2spec-0.22.4
diff --git a/sources b/sources
index e69de29..6674eb8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c6bd1eec063b3142171e7fee6611df3c  bloomfilter-1.2.6.8.tar.gz


More information about the scm-commits mailing list