[ghc-stringsearch] Initial import into Fedora

Ben Boeckel mathstuf at fedoraproject.org
Thu Jan 31 00:57:17 UTC 2013


commit e9fbb025823e55be527bdccc27f7aa85587d7cd6
Author: Ben Boeckel <mathstuf at gmail.com>
Date:   Wed Jan 30 19:57:14 2013 -0500

    Initial import into Fedora

 .gitignore            |    1 +
 ghc-stringsearch.spec |   66 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources               |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ccf2e13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/stringsearch-0.3.6.4.tar.gz
diff --git a/ghc-stringsearch.spec b/ghc-stringsearch.spec
new file mode 100644
index 0000000..4e6c1b1
--- /dev/null
+++ b/ghc-stringsearch.spec
@@ -0,0 +1,66 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name stringsearch
+
+%global common_summary Fast searching, splitting and replacing of ByteStrings
+
+%global common_description This package provides several functions to quickly\
+search for substrings in strict or lazy ByteStrings.\
+It also provides functions for breaking or splitting\
+on substrings and replacing all occurrences of a\
+substring (the first in case of overlaps) with another.\
+GHC before 6.10 are no longer supported, other compilers\
+only if they support BangPatterns. If you need it to\
+work with other compilers, send a feature request.
+
+Name:           ghc-%{pkg_name}
+Version:        0.3.6.4
+Release:        2%{?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-array-devel
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-containers-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 LICENCE
+
+
+%changelog
+* Wed Jan 30 2013 Ben Boeckel <mathstuf at gmail.com> - 0.3.6.4-2
+- Initial import into Fedora
+
+* Sat Dec  8 2012 Fedora Haskell SIG <haskell at lists.fedoraproject.org>
+- spec file generated by cabal-rpm-0.6.6
diff --git a/sources b/sources
index e69de29..8179ca0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+bfcd292b524aed2d5304071be9ca83b2  stringsearch-0.3.6.4.tar.gz


More information about the scm-commits mailing list