[ghc-logict/f16] First release.

Shakthi Kannan shakthimaan at fedoraproject.org
Thu Jun 7 12:04:38 UTC 2012


commit e1392e65e7d5aa3f6bed8a0a20b463238249cb0f
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Thu Jun 7 17:28:43 2012 +0530

    First release.

 .gitignore      |    1 +
 ghc-logict.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..867c094 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/logict-0.5.0.1.tar.gz
diff --git a/ghc-logict.spec b/ghc-logict.spec
new file mode 100644
index 0000000..7e73cfc
--- /dev/null
+++ b/ghc-logict.spec
@@ -0,0 +1,57 @@
+# cabal2spec-0.25
+# https://fedoraproject.org/wiki/Packaging:Haskell
+# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
+
+%global pkg_name logict
+
+%global common_summary Haskell %{pkg_name} library
+
+%global common_description A %{pkg_name} library for Haskell.
+
+Name:           ghc-%{pkg_name}
+Version:        0.5.0.1
+Release:        2%{?dist}
+Summary:        A continuation-based, backtracking, logic programming monad
+
+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-mtl-devel
+
+%description
+A continuation-based, backtracking, logic programming monad. 
+An adaptation of the two-continuation implementation found in 
+the paper Backtracking, Interleaving, and Terminating Monad 
+Transformers available here: http://okmij.org/ftp/papers/LogicT.pdf
+
+%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
+* Thu Jun 07 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.5.0.1-2
+- Updated summary and description.
+
+* Tue Jun 05 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.5.0.1-1
+- Spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index e69de29..89a46f2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+07f0a62df6b394c6737db21bba68644e  logict-0.5.0.1.tar.gz


More information about the scm-commits mailing list