[yafc] - Adding useful BRs to enhance the capabilities - Cleaning the spec from useless stuff

Jaromír Cápík jcapik at fedoraproject.org
Wed Oct 1 18:49:09 UTC 2014


commit a8e0670dca119202b645b7406f154e4aaeac0198
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Wed Oct 1 20:46:30 2014 +0200

    - Adding useful BRs to enhance the capabilities
    - Cleaning the spec from useless stuff

 yafc.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/yafc.spec b/yafc.spec
index 529e9ae..f1c4a8b 100644
--- a/yafc.spec
+++ b/yafc.spec
@@ -26,6 +26,10 @@ BuildRequires:      krb5-devel
 BuildRequires:      ncurses-devel
 BuildRequires:      /usr/bin/makeinfo
 BuildRequires:      libbsd-devel
+BuildRequires:      gettext-devel
+BuildRequires:      libssh-devel
+# FIXME: The editline configure check is broken
+BuildRequires:      libedit-devel
 
 Requires:           openssh-clients
 
@@ -65,9 +69,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # Change the perms on %doc files so rpm doesn't pick up their dependencies
 find contrib/ -type f -print0 | xargs -r0 chmod 644
 
-# Remove the CVS directory from contrib so it doesn't get installed into %doc
-rm -rf contrib/CVS
-
 # Remove the info directory that sometimes gets created
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/info/dir
 


More information about the scm-commits mailing list