From 54246ae092ad512f243fe7ca5a3328f41cc68c01 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 19 Jan 2001 18:30:24 +0000 Subject: [PATCH] - release 3, - added ac_fix patch with two simplifications in ac suit, - now package can be also builded in automake 1.4b enviroment. Changed files: gb.spec -> 1.6 --- gb.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gb.spec b/gb.spec index 086490c..01ab801 100644 --- a/gb.spec +++ b/gb.spec @@ -2,13 +2,14 @@ Summary: GB - Gnome Basic Summary: GB - Gnome Basic Name: gb Version: 0.0.17 -Release: 2 +Release: 3 License: GPL Group: X11/Libraries Group(de): X11/Libraries Group(pl): X11/Biblioteki Source0: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gb/%{name}-%{version}.tar.gz Patch0: %{name}-am_fixes.patch +Patch1: %{name}-ac_fix.patch URL: http://www.gnome.org/gb/ BuildRequires: automake BuildRequires: flex @@ -57,10 +58,13 @@ Biblioteki statyczne do Gnome Basic. %prep %setup -q -%patch -p1 +%patch0 -p1 +%patch1 -p1 %build -automake +aclocal +autoconf +automake -a -c %configure %{__make} -- 2.44.0