[ghc-readline] First release.

Shakthi Kannan shakthimaan at fedoraproject.org
Sun Jul 22 04:01:33 UTC 2012


commit e4dfcb5a4b1d7b3000098bc6a64f96233bc050c4
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Sun Jul 22 09:25:08 2012 +0530

    First release.

 .gitignore        |    1 +
 ghc-readline.spec |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..57ad775 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/readline-1.0.1.0.tar.gz
diff --git a/ghc-readline.spec b/ghc-readline.spec
new file mode 100644
index 0000000..339eb96
--- /dev/null
+++ b/ghc-readline.spec
@@ -0,0 +1,58 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name readline
+
+%global common_summary An interface to the GNU readline library
+
+%global common_description The GNU Readline library provides a set of \
+functions for use by applications that allow users to edit command lines \
+as they are typed in. The Readline library includes additional functions \
+to maintain a list of previously-entered command lines, to recall and \
+perhaps reedit those lines, and perform csh-like history expansion on \
+previous commands. 
+
+Name:           ghc-%{pkg_name}
+Version:        1.0.1.0
+Release:        1%{?dist}
+Summary:        %{common_summary}
+
+Group:          System Environment/Libraries
+License:        GPLv2
+# 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-process-devel
+BuildRequires:  readline readline-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 12 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.0.1.0-1
+- Added BuildRequires.
+- Spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index e69de29..927cfed 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eade9576def53ed293628a2f8580007e  readline-1.0.1.0.tar.gz


More information about the scm-commits mailing list