]> git.pld-linux.org Git - packages/gb.git/commitdiff
- release 2, gb-0_0_20-2
authorkloczek <kloczek@pld-linux.org>
Mon, 10 Sep 2001 08:02:36 +0000 (08:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

diff --git a/gb.spec b/gb.spec
index a2d9298b8674ffbd8ede620866b3d59b9d24f45f..925f75074b5fd67f8f7fcf71a9b8d55a28c1ec43 100644 (file)
--- 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
This page took 0.072592 seconds and 4 git commands to generate.