[ghc-logict/f18] Updated to new upstream 0.6.0.1

Shakthi Kannan shakthimaan at fedoraproject.org
Thu Aug 29 10:41:32 UTC 2013


commit ca06ef2e1318fcce7d3ac9d8788963f87da0c778
Author: Shakthi Kannan <shakthimaan at fedoraproject.org>
Date:   Thu Aug 29 16:08:10 2013 +0530

    Updated to new upstream 0.6.0.1

 .gitignore      |    1 +
 ghc-logict.spec |   49 ++++++++++++++++++++++++++++++++++---------------
 sources         |    2 +-
 3 files changed, 36 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92872c2..73261a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /logict-0.5.0.1.tar.gz
 /logict-0.5.0.2.tar.gz
 /logict-0.6.tar.gz
+/logict-0.6.0.1.tar.gz
diff --git a/ghc-logict.spec b/ghc-logict.spec
index 4feceec..494b59d 100644
--- a/ghc-logict.spec
+++ b/ghc-logict.spec
@@ -1,19 +1,11 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
-# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name logict
 
-%global common_summary A backtracking logic-programming monad
-
-%global common_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": <http://okmij.org/ftp/papers/LogicT.pdf>.
-
 Name:           ghc-%{pkg_name}
-Version:        0.6
+Version:        0.6.0.1
 Release:        1%{?dist}
-Summary:        %{common_summary}
+Summary:        A backtracking logic-programming monad
 
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
@@ -26,7 +18,21 @@ BuildRequires:  ghc-mtl-devel
 # End cabal-rpm deps
 
 %description
-%{common_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": <http://okmij.org/ftp/papers/LogicT.pdf>.
+
+
+%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} = %{version}-%{release}
+
+%description devel
+This package provides the Haskell %{pkg_name} library development files.
 
 
 %prep
@@ -41,18 +47,31 @@ BuildRequires:  ghc-mtl-devel
 %ghc_lib_install
 
 
-%ghc_devel_package
+%post devel
+%ghc_pkg_recache
+
 
-%ghc_devel_description
+%postun devel
+%ghc_pkg_recache
 
 
-%ghc_devel_post_postun
+%files -f %{name}.files
+%doc LICENSE
 
 
-%ghc_files LICENSE
+%files devel -f %{name}-devel.files
 
 
 %changelog
+* Thu Aug 29 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.6.0.1-1
+- new upstream version 0.6.0.1
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Fri Jun 07 2013 Jens Petersen <petersen at redhat.com> - 0.6-2
+- update to new simplified Haskell Packaging Guidelines
+
 * Mon Mar 18 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.6-1
 - new upstream version 0.6
 
diff --git a/sources b/sources
index 17c9e0b..508a84b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e88d1f1d00777e83cb788a6eeab71f0  logict-0.6.tar.gz
+5728be1c07dd3056272d8833b3eeb15c  logict-0.6.0.1.tar.gz


More information about the scm-commits mailing list