]> git.pld-linux.org Git - packages/xbsql.git/commitdiff
- added acfix patch (lib64 support), rebuild ac/am; release 2 auto/ac/xbsql-0_11-2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Feb 2005 20:10:38 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbsql.spec -> 1.2

xbsql.spec

index aa5e8304346b35120aa2ba2104ee7f2cc70235a6..05e60e3fc5771ebe0acc49f0b537d70abd2d3ffe 100644 (file)
@@ -2,13 +2,17 @@ Summary:      XBSQL - an SQL wrapper for the XBase library
 Summary(pl):   XBSQL - wrapper SQL dla biblioteki XBase
 Name:          xbsql
 Version:       0.11
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 # from URL - dead ftp://195.92.31.34/pub/xbsql-0.6/xbsql-0.6.tgz
 Source0:       http://www.rekallrevealed.org/packages/%{name}-%{version}.tgz
 # Source0-md5: 7f8c8584cf0f592660fb2653a4bfc415
+Patch0:                %{name}-acfix.patch
 URL:           http://www.quaking.demon.co.uk/xbsql/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool >= 2:1.5
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
 BuildRequires: xbase-devel >= 1.8.1
@@ -49,8 +53,13 @@ Statyczna biblioteka XBSQL.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.054558 seconds and 4 git commands to generate.