[tcpcopy/f18] Add missing libtool BR.

Christopher Meng cicku at fedoraproject.org
Tue Oct 22 13:18:17 UTC 2013


commit b0b57b49c928e9020872ae0423c3230ca0ce4113
Author: Christopher Meng <rpm at cicku.me>
Date:   Tue Oct 22 21:14:37 2013 +0800

    Add missing libtool BR.

 tcpcopy.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tcpcopy.spec b/tcpcopy.spec
index ce845ff..f274328 100644
--- a/tcpcopy.spec
+++ b/tcpcopy.spec
@@ -8,6 +8,7 @@ Source0:        https://tcpcopy.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libnetfilter_queue-devel
+BuildRequires:  libtool
 Requires:       iptables
 
 %description
@@ -33,8 +34,7 @@ make install DESTDIR=%{buildroot}
 
 %files
 %doc AUTHORS COPYING README
-%{_bindir}/%{name}
-%{_bindir}/intercept
+%{_bindir}/*
 
 %changelog
 * Tue Oct 22 2013 Christopher Meng <rpm at cicku.me> - 0.9.5-1


More information about the scm-commits mailing list