From af7c3babe71b472597017049904662df52c5033c Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 22 Jan 2001 15:26:27 +0000 Subject: [PATCH] - release 2, - added regenerating autoconf, automake files in %build for allow build in automake 1.4b enviroment (automak, autoconf added to BuildRequires). Changed files: Guppi.spec -> 1.21 --- Guppi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Guppi.spec b/Guppi.spec index df7df77..08281ac 100644 --- a/Guppi.spec +++ b/Guppi.spec @@ -1,7 +1,7 @@ Summary: Guppi - GNOME Plotting Engine Name: Guppi Version: 0.35.2 -Release: 1 +Release: 2 License: GPL Group: X11/Applications Group(de): X11/Applikationen @@ -10,6 +10,8 @@ Source0: ftp://ftp.gnome.org/pub/guppi/%{name}-%{version}.tar.gz Patch0: %{name}-DESTDIR.patch URL: http://www.gnome.org/guppi/ BuildRequires: ORBit-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: flex BuildRequires: gettext-devel BuildRequires: gnome-libs-devel @@ -64,7 +66,9 @@ Guppi static libraries. %build gettextize --copy --force -automake +aclocal -I macros +autoconf +automake -a -c %configure %{__make} -- 2.43.0