[ghc-glib] fix the build macro

Jens Petersen petersen at fedoraproject.org
Tue Sep 7 05:07:31 UTC 2010


commit a039ca05af687e736e57431174970b3fea035cda
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Sep 7 15:07:33 2010 +1000

    fix the build macro

 ghc-glib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-glib.spec b/ghc-glib.spec
index 1000c81..01fa842 100644
--- a/ghc-glib.spec
+++ b/ghc-glib.spec
@@ -14,7 +14,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.11.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -47,7 +47,7 @@ This package provides the shared library.
 
 
 %build
-%ghc_bin_build
+%ghc_lib_build
 
 
 %install
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep  7 2010 Jens Petersen <petersen at redhat.com> - 0.11.2-2
+- fix the build macro
+
 * Mon Sep  6 2010 Jens Petersen <petersen at redhat.com> - 0.11.2-1
 - update to 0.11.2
 


More information about the scm-commits mailing list