]> git.pld-linux.org Git - packages/gb.git/commitdiff
- release 2, gb-0_0_17-2
authorkloczek <kloczek@pld-linux.org>
Fri, 29 Dec 2000 19:44:08 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added am_fixes patch with fixes in automake for correct passing CFLAGS
  completed in autoconf.

Changed files:
    gb.spec -> 1.5

gb.spec

diff --git a/gb.spec b/gb.spec
index 5f4fdac184746cda58557a20d242b21e0cbffdb0..086490c6f6638205bcb5e26b4cf63c8e977c9a49 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.17
-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
 URL:           http://www.gnome.org/gb/
+BuildRequires: automake
 BuildRequires: flex
 BuildRequires: gnome-libs-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -55,8 +57,10 @@ Biblioteki statyczne do Gnome Basic.
 
 %prep
 %setup -q
+%patch -p1
 
 %build
+automake
 %configure
 %{__make}
 
This page took 0.084337 seconds and 4 git commands to generate.