[ghc-smallcheck/f18] Updated to 1.0.4

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


commit 51a5374b9bb17c8bd1577ec6d6043b76e0c6180b
Author: Shakthi Kannan <shakthimaan at fedoraproject.org>
Date:   Thu Aug 29 15:59:08 2013 +0530

    Updated to 1.0.4

 .gitignore          |    1 +
 ghc-smallcheck.spec |   53 +++++++++++++++++++++++++++++++++++++-------------
 sources             |    2 +-
 3 files changed, 41 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa5cc18..a9d966d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /smallcheck-0.6.1.tar.gz
 /smallcheck-1.0.2.tar.gz
+/smallcheck-1.0.4.tar.gz
diff --git a/ghc-smallcheck.spec b/ghc-smallcheck.spec
index 04bbe14..7804e23 100644
--- a/ghc-smallcheck.spec
+++ b/ghc-smallcheck.spec
@@ -1,17 +1,11 @@
 # https://fedoraproject.org/wiki/Packaging:Haskell
-# https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name smallcheck
 
-%global common_summary A testing library to verify properties of test cases
-
-%global common_description SmallCheck is a testing library that allows to verify properties for\
-all test cases up to some depth. The test cases are generated automatically.
-
 Name:           ghc-%{pkg_name}
-Version:        1.0.2
+Version:        1.0.4
 Release:        1%{?dist}
-Summary:        %{common_summary}
+Summary:        A property-based testing library
 
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
@@ -24,30 +18,61 @@ BuildRequires:  ghc-logict-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-pretty-devel
 # End cabal-rpm deps
-BuildRequires:  ghc-dlist-devel
 
 %description
-%{common_description}
+SmallCheck is a testing library that allows to verify properties for
+all test cases up to some depth. The test cases are generated automatically.
+
+
+%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
 %setup -q -n %{pkg_name}-%{version}
 
+
 %build
 %ghc_lib_build
 
+
 %install
 %ghc_lib_install
 
-%ghc_devel_package
 
-%ghc_devel_description
+%post devel
+%ghc_pkg_recache
+
+
+%postun devel
+%ghc_pkg_recache
+
+
+%files -f %{name}.files
+%doc LICENSE
 
-%ghc_devel_post_postun
 
-%ghc_files LICENSE
+%files devel -f %{name}-devel.files
 %doc README.md
 
+
 %changelog
+* Thu Aug 29 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.0.4-1
+- new upstream version 1.0.4
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Tue Jun 11 2013 Jens Petersen <petersen at redhat.com> - 1.0.2-2
+- update to new simplified Haskell Packaging Guidelines
+
 * Mon Mar 18 2013 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 1.0.2-1
 - new upstream version 1.0.2
 
diff --git a/sources b/sources
index 57a0efa..5d02af4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8eb02e57d1528e32808b4ceee036c369  smallcheck-1.0.2.tar.gz
+31b004152f04a103ff05f48661302284  smallcheck-1.0.4.tar.gz


More information about the scm-commits mailing list