[ghc-pcre-light] initial import (#713361)

Jens Petersen petersen at fedoraproject.org
Tue Jul 12 09:46:18 UTC 2011


commit 44426ae4cc2d0ac57757b419d0158d0d6474469f
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jul 12 18:46:06 2011 +0900

    initial import (#713361)

 .gitignore          |    1 +
 ghc-pcre-light.spec |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1d05c52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pcre-light-0.4.tar.gz
diff --git a/ghc-pcre-light.spec b/ghc-pcre-light.spec
new file mode 100644
index 0000000..40a32b4
--- /dev/null
+++ b/ghc-pcre-light.spec
@@ -0,0 +1,61 @@
+%global pkg_name pcre-light
+
+%global common_summary Perl5 compatible regular expressions library
+
+%global common_description A small, efficient and portable regex library for Perl 5\
+compatible regular expressions\
+\
+The PCRE library is a set of functions that implement regular\
+expression pattern matching using the same syntax and\
+semantics as Perl 5.
+
+%global ghc_pkg_c_deps pcre-devel
+
+Name:           ghc-%{pkg_name}
+Version:        0.4
+Release:        3%{?dist}
+Summary:        %{common_summary}
+
+Group:          System Environment/Libraries
+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
+# fedora ghc archs:
+ExclusiveArch:  %{ix86} x86_64 ppc alpha sparcv9 ppc64
+BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-rpm-macros
+BuildRequires:  hscolour
+BuildRequires:  ghc-bytestring-prof
+%{?ghc_pkg_c_deps:BuildRequires:  %{ghc_pkg_c_deps}}
+
+%description
+%{common_description}
+
+
+%prep
+%setup -q -n %{pkg_name}-%{version}
+
+
+%build
+%ghc_lib_build
+
+
+%install
+%ghc_lib_install
+
+
+%ghc_lib_package
+
+
+%changelog
+* Wed Jun 15 2011 Jens Petersen <petersen at redhat.com> - 0.4-3
+- update to cabal2spec-0.23
+
+* Wed Jun  1 2011 Jens Petersen <petersen at redhat.com> - 0.4-2
+- experiment without ghc_lib_package (#662258)
+
+* Fri Dec 10 2010 Ben Boeckel <mathstuf at gmail.com> - 0.4-1
+- Initial package
+
+* Wed Dec  8 2010 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org> - 0.4-0
+- initial packaging for Fedora automatically generated by cabal2spec-0.22.2
diff --git a/sources b/sources
index e69de29..8bf1c7f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4907d8d239d3c41f06855faee340d052  pcre-light-0.4.tar.gz


More information about the scm-commits mailing list