]> git.pld-linux.org Git - packages/ccze.git/commitdiff
- ac/am
authorerjot <erjot@pld-linux.org>
Thu, 15 Jan 2004 20:13:55 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccze.spec -> 1.2

ccze.spec

index b3743a9bf8af3ef15e6b2aabcfc8113c9a7582b0..481a54d835f7575600a605f361f25c8955ee518e 100644 (file)
--- 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}
 
This page took 0.147183 seconds and 4 git commands to generate.