From 0a74e7b0d07edddeb2b31f0566a0b6bbcd51ea24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sat, 6 Oct 2001 17:10:56 +0000 Subject: [PATCH] - ac2.5 ready Changed files: cbb.spec -> 1.8 --- cbb.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/cbb.spec b/cbb.spec index d85c469..f15fef9 100644 --- a/cbb.spec +++ b/cbb.spec @@ -11,6 +11,8 @@ Group(de): Applikationen Group(pl): Aplikacje URL: http://cbb.sourceforge.net/ BuildArch: noarch +BuildRequires: automake +BuildRequires: autoconf BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Requires: tcl >= 7.4, tk >= 4.0, gnuplot @@ -32,12 +34,19 @@ modyfikacji kodu. %setup -q %build -%configure2_13 +rm -f missing +aclocal +autoconf +automake -a -c +%configure %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} prefix=%{_prefix} install +%{__make} \ + prefix=%{_prefix} \ + DESTDIR=$RPM_BUILD_ROOT \ + install %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0