[packages/kBuild] update BR
glen
glen at pld-linux.org
Thu Feb 26 21:39:14 CET 2015
commit 52eeae26f7a3dad567f6f685a3cb4c6381df5be9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Feb 26 22:39:09 2015 +0200
update BR
kBuild.spec | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/kBuild.spec b/kBuild.spec
index fb6eb34..785df07 100644
--- a/kBuild.spec
+++ b/kBuild.spec
@@ -21,14 +21,17 @@ Patch1: %{name}-0.1.5-dprintf.patch
Patch2: %{name}-0.1.5-pthread.patch
Patch3: re_string_fetch_byte_case-not-pure-attribute.patch
BuildRequires: acl-devel
-BuildRequires: autoconf
-BuildRequires: automake
BuildRequires: byacc
-BuildRequires: cvs
BuildRequires: flex
+%if %{with bootstrap}
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gettext-autopoint
-BuildRequires: gettext-tools
-%{!?with_bootstrap:BuildRequires: kBuild}
+BuildRequires: libtool
+BuildRequires: texinfo
+%else
+BuildRequires: kBuild
+%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%ifarch %{x8664}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kBuild.git/commitdiff/52eeae26f7a3dad567f6f685a3cb4c6381df5be9
More information about the pld-cvs-commit
mailing list