[ghc-utf8-light] Initial commit.

Ricky Elrod codeblock at fedoraproject.org
Fri Jul 12 13:14:40 UTC 2013


commit a46a373c2fe4a10759896c19844a5f15d2195eb7
Author: Ricky Elrod <ricky at elrod.me>
Date:   Fri Jul 12 09:14:16 2013 -0400

    Initial commit.

 .gitignore          |    1 +
 ghc-utf8-light.spec |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..59a0337 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/utf8-light-0.4.0.1.tar.gz
diff --git a/ghc-utf8-light.spec b/ghc-utf8-light.spec
new file mode 100644
index 0000000..424cd7a
--- /dev/null
+++ b/ghc-utf8-light.spec
@@ -0,0 +1,64 @@
+# https://fedoraproject.org/wiki/Packaging:Haskell
+
+%global pkg_name utf8-light
+
+Name:           ghc-%{pkg_name}
+Version:        0.4.0.1
+Release:        1%{?dist}
+Summary:        Lightweight UTF8 handling
+
+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-bytestring-devel
+# End cabal-rpm deps
+
+%description
+Lightweight UTF8 handling.
+
+
+%package devel
+Summary:        Haskell %{pkg_name} library development files
+Requires:       ghc-compiler = %{ghc_version}
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+This package provides the development files for the Haskell %{pkg_name} library.
+
+
+%prep
+%setup -q -n %{pkg_name}-%{version}
+
+
+%build
+%ghc_lib_build
+
+
+%install
+%ghc_lib_install
+
+
+%post devel
+%ghc_pkg_recache
+
+
+%postun devel
+%ghc_pkg_recache
+
+
+%files -f %{name}.files
+%doc LICENSE
+
+
+%files devel -f %{name}-devel.files
+
+
+%changelog
+* Mon Jul  8 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 0.4.0.1-1
+- spec file generated by cabal-rpm-0.8.2
diff --git a/sources b/sources
index e69de29..2d022d5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2872960bee7195d064ebb0fe458c3a90  utf8-light-0.4.0.1.tar.gz


More information about the scm-commits mailing list