From 25cb0005508e274526d1256a3c76c027338c0bb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 21 Mar 2001 18:57:52 +0000 Subject: [PATCH] autostuff is back Changed files: botnet.spec -> 1.11 --- botnet.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/botnet.spec b/botnet.spec index 16f4686..2865326 100644 --- a/botnet.spec +++ b/botnet.spec @@ -11,6 +11,8 @@ Group(pl): Biblioteki Source0: http://zekiller.skytech.org/fichiers/botnet/%{name}-%{version}.tar.gz Patch0: %{name}-examples.patch URL: http://zekiller.skytech.org/coders_en.html +BuildRequires: automake +BuildRequires: autoconf BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -67,7 +69,10 @@ korzystaj %build - +rm -f missing +automake -a -c +aclocal +autoconf %configure %{__make} -- 2.44.0