[libifp] Add missing BR on automake (fucking autotools...)

konradm konradm at fedoraproject.org
Sat Apr 27 22:21:49 UTC 2013


commit e7de6186ff068b1bc2b1f9933427007c65995e34
Author: Conrad Meyer <cse.cem at gmail.com>
Date:   Sat Apr 27 15:21:43 2013 -0700

    Add missing BR on automake (fucking autotools...)

 libifp.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libifp.spec b/libifp.spec
index 44264ca..61c670e 100644
--- a/libifp.spec
+++ b/libifp.spec
@@ -12,6 +12,7 @@ Source2:        10-libifp.rules
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  libusb-devel
 
@@ -70,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 - Build with autoreconf -fiv because static copies of auto-generated scripts
   are fucking dumb
 - Fix rh #925775
-- add BR: autoconf
+- add BR: autoconf, automake
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list