From db881768be7e1b555965201eb3df954ab91f35c1 Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 10 Sep 2001 08:02:36 +0000 Subject: [PATCH] - release 2, - added am15 patch (fixes for automake 1.5 and some cleanups), - added gbrun patch (with fix reported in gb-config script library name). Changed files: gb.spec -> 1.11 --- gb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gb.spec b/gb.spec index a2d9298..925f750 100644 --- a/gb.spec +++ b/gb.spec @@ -2,13 +2,15 @@ Summary: GB - Gnome Basic Summary: GB - Gnome Basic Name: gb Version: 0.0.20 -Release: 1 +Release: 2 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}-am15.patch +Patch2: %{name}-gbrun.patch URL: http://www.gnome.org/gb/ BuildRequires: automake BuildRequires: flex @@ -60,6 +62,8 @@ Biblioteki statyczne do Gnome Basic. %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp -- 2.44.0