]> git.pld-linux.org Git - packages/gb.git/commitdiff
- release 3, gb-0_0_17-3
authorkloczek <kloczek@pld-linux.org>
Fri, 19 Jan 2001 18:30:24 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

diff --git a/gb.spec b/gb.spec
index 086490c6f6638205bcb5e26b4cf63c8e977c9a49..01ab80192bfe19689933097bf7d638da779943b5 100644 (file)
--- 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}
 
This page took 0.134317 seconds and 4 git commands to generate.