[ghc-pipes] add static provides to devel

Jens Petersen petersen at fedoraproject.org
Thu Oct 17 01:53:16 UTC 2013


commit 12cb654266c55f1f0d8ababff156181b6bf02814
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Oct 17 10:53:02 2013 +0900

    add static provides to devel

 ghc-pipes.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ghc-pipes.spec b/ghc-pipes.spec
index e0b0e9e..d3966aa 100644
--- a/ghc-pipes.spec
+++ b/ghc-pipes.spec
@@ -4,7 +4,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        4.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Compositional pipelines
 
 License:        BSD
@@ -37,6 +37,7 @@ Advantages over traditional streaming libraries:
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
+Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
@@ -74,7 +75,10 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
-* Mon Sep  9 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 4.0.0-0
+* Thu Oct 17 2013 Jens Petersen <petersen at redhat.com> - 4.0.0-2
+- add static provides to devel
+
+* Mon Sep  9 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 4.0.0-1
 - update to 4.0.0
 
 * Mon Jul 29 2013 Jens Petersen <petersen at redhat.com> - 3.3.0-1


More information about the scm-commits mailing list