[ghc-numbers] First release

Shakthi Kannan shakthimaan at fedoraproject.org
Tue Jul 31 10:47:54 UTC 2012


commit 6930a4c1e2125880c0b2732c7d3f00128148f88c
Author: Shakthi Kannan <shakthimaan at fedoraproject.org>
Date:   Tue Jul 31 16:09:57 2012 +0530

    First release

 .gitignore       |    1 +
 ghc-numbers.spec |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b755b22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/numbers-3000.0.0.0.tar.gz
diff --git a/ghc-numbers.spec b/ghc-numbers.spec
new file mode 100644
index 0000000..bd7b908
--- /dev/null
+++ b/ghc-numbers.spec
@@ -0,0 +1,63 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name numbers
+
+%global common_summary Instances of numerical classes for numbers
+
+%global common_description The %{pkg_name} package provides instances of \
+the numerical classes for a variety of different numbers: (computable) real \
+numbers, arbitrary precision fixed numbers, arbitrary precision floating \
+point numbers, differentiable numbers, symbolic numbers, natural numbers, \
+interval arithmetic. 
+
+Name:           ghc-%{pkg_name}
+Version:        3000.0.0.0
+Release:        2%{?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
+
+%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 Jul 31 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 3000.0.0.0-2
+- Updates summary and description.
+
+* Tue Jun 05 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 3000.0.0.0-1
+- Spec file template generated by cabal2spec-0.25.5.
diff --git a/sources b/sources
index e69de29..51d6d09 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9bb1f90a517260e264cfe6900c1a538b  numbers-3000.0.0.0.tar.gz


More information about the scm-commits mailing list