[IBSimu/el5/master] Requires pkgconfig on EPEL5

stevetraylen stevetraylen at fedoraproject.org
Mon Apr 18 21:38:44 UTC 2011


commit 5fecceb96fe40128ed8bfc2703a7f656ce344b42
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Mon Apr 18 23:38:38 2011 +0200

    Requires pkgconfig on EPEL5

 IBSimu.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/IBSimu.spec b/IBSimu.spec
index 97d88ed..db7af5b 100644
--- a/IBSimu.spec
+++ b/IBSimu.spec
@@ -1,6 +1,6 @@
 Name:           IBSimu
 Version:        1.0.4
-Release:        4%{?dist}
+Release:        4%{?dist}.1
 Summary:        Ion beam simulator
 
 Group:          System Environment/Libraries
@@ -63,6 +63,9 @@ as a C++ library for maximal versatility and openness.
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name}%{?_isa} = %{version}-%{release}
+%if 0%{?rhel} == 5
+Requires:       pkgconfig
+%endif
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -112,6 +115,9 @@ make check
 %doc doc/html
 
 %changelog
+* Mon Apr 18 2011 Steve Traylen <steve.traylen at cern.ch> 1.0.4-4 1
+- Requires pkgconfig on EPEL5
+
 * Mon Apr 18 2011 Steve Traylen <steve.traylen at cern.ch> 1.0.4-4
 - Add automake to BR for rhel but not centos?
 - define size_t with libibsimu-cstddef.patch


More information about the scm-commits mailing list