From f6e626d337be5c6c2043a4b2679390f566ccd028 Mon Sep 17 00:00:00 2001 From: erjot Date: Thu, 15 Jan 2004 20:13:55 +0000 Subject: [PATCH] - ac/am Changed files: ccze.spec -> 1.2 --- ccze.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ccze.spec b/ccze.spec index b3743a9..481a54d 100644 --- a/ccze.spec +++ b/ccze.spec @@ -11,6 +11,8 @@ Vendor: PLD Source0: ftp://bonehunter.rulez.org/pub/ccze/stable/%{name}-%{version}.tar.gz # Source-md5: 221966bce7c5f011eca38157241a0432 URL: http://bonehunter.rulez.org/CCZE.html +BuildRequires: autoconf +BuildRequires: automake BuildRequires: ncurses-devel >= 5.0 BuildRequires: pcre-devel >= 3.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,6 +32,9 @@ html. %setup -q %build +%{__aclocal} +%{__autoheader} +%{__autoconf} %configure --with-builtins=all %{__make} -- 2.44.0