[IBSimu] Add automake to BR for rhel but not centos?

stevetraylen stevetraylen at fedoraproject.org
Mon Apr 18 19:48:52 UTC 2011


commit c77fc8b41bb8c1c2dbfda748d75857376d79a064
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Mon Apr 18 21:47:55 2011 +0200

    Add automake to BR for rhel but not centos?

 IBSimu.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/IBSimu.spec b/IBSimu.spec
index e5dfddb..458e9ca 100644
--- a/IBSimu.spec
+++ b/IBSimu.spec
@@ -1,6 +1,6 @@
 Name:           IBSimu
 Version:        1.0.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Ion beam simulator
 
 Group:          System Environment/Libraries
@@ -20,6 +20,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if 0%{?rhel} == 5
 BuildRequires:  cairo-devel%{?_isa}
 BuildRequires:  autoconf
+# Needed on RHEL but not CentOS?
+BuildRequires:  automake
 %else
 BuildRequires:  cairo-devel%{?_isa} >= 1.4.0
 %endif
@@ -105,6 +107,9 @@ make check
 %doc doc/html
 
 %changelog
+* Mon Apr 18 2011 Steve Traylen <steve.traylen at cern.ch> 1.0.4-4
+- Add automake to BR for rhel but not centos?
+
 * Mon Apr 18 2011 Steve Traylen <steve.traylen at cern.ch> 1.0.4-3
 - Correct english in descripton.
 


More information about the scm-commits mailing list