[ghc-arrows] First release

Shakthi Kannan shakthimaan at fedoraproject.org
Tue Oct 9 05:15:48 UTC 2012


commit 084b7f6d375a5c141ed5df347aade51dc1016ad4
Author: Shakthi Kannan <shakthimaan at fedoraproject.org>
Date:   Tue Oct 9 10:40:05 2012 +0530

    First release

 .gitignore      |    1 +
 ghc-arrows.spec |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a712ffc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/arrows-0.4.4.0.tar.gz
diff --git a/ghc-arrows.spec b/ghc-arrows.spec
new file mode 100644
index 0000000..c7c7e1c
--- /dev/null
+++ b/ghc-arrows.spec
@@ -0,0 +1,60 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name arrows
+
+%global common_summary Classes that extend the Arrow class
+
+%global common_description Several classes that extend the Arrow class, \
+and some transformers that implement or lift these classes.
+
+Name:           ghc-%{pkg_name}
+Version:        0.4.4.0
+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-Stream-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
+* Mon Jul  9 2012 Shakthi Kannan <shakthimaan at fedoraproject dot org> - 0.4.4.0-1
+- Added BRs
+- Spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index e69de29..e55ce17 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f50e49df9324a491aa727d43fca9b8ff  arrows-0.4.4.0.tar.gz


More information about the scm-commits mailing list