[cgdb] - Add missing autoconf BR.

Gilboa Davara gilboa at fedoraproject.org
Sun Jun 9 05:21:16 UTC 2013


commit 8c4902807d4c113e1edbfc6d44b463e222dab42d
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Sun Jun 9 08:20:52 2013 +0300

    - Add missing autoconf BR.

 cgdb.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/cgdb.spec b/cgdb.spec
index 429c429..c1bf6ed 100644
--- a/cgdb.spec
+++ b/cgdb.spec
@@ -1,6 +1,6 @@
 Name:			cgdb
 Version:		0.6.7
-Release:		2%{?dist}
+Release:		3%{?dist}
 Summary:		CGDB is a curses-based interface to the GNU Debugger (GDB)
 
 Group:			Development/Debuggers
@@ -12,6 +12,8 @@ BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	readline-devel
 BuildRequires:	ncurses-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
 Requires:		gdb
 
 Requires(post):		/sbin/install-info
@@ -68,6 +70,9 @@ fi
 
 
 %changelog
+* Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-3
+- Add missing autoconf BR.
+
 * Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-2
 - Fix #925144 by calling autoconf. (Temporary solution, pending upsteam fix).
 


More information about the scm-commits mailing list