]> git.pld-linux.org Git - packages/xbsql.git/blobdiff - xbsql.spec
- release 7 (by relup.sh)
[packages/xbsql.git] / xbsql.spec
index aa5e8304346b35120aa2ba2104ee7f2cc70235a6..57d65a45694141b2a09f6c780cfcc60c85384db9 100644 (file)
@@ -1,14 +1,19 @@
 Summary:       XBSQL - an SQL wrapper for the XBase library
-Summary(pl):   XBSQL - wrapper SQL dla biblioteki XBase
+Summary(pl.UTF-8):     XBSQL - wrapper SQL dla biblioteki XBase
 Name:          xbsql
 Version:       0.11
-Release:       1
+Release:       7
 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: bison
+BuildRequires: libtool >= 2:1.5
 BuildRequires: ncurses-devel
 BuildRequires: readline-devel
 BuildRequires: xbase-devel >= 1.8.1
@@ -18,13 +23,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 XBSQL is a wrapper library which provides an SQL-subset interface to
 XBase DBMS.
 
-%description -l pl
-XBSQL to biblioteka obudowuj±ca dostarczaj±ca interfejs bêd±cy
+%description -l pl.UTF-8
+XBSQL to biblioteka obudowująca dostarczająca interfejs będący
 podzbiorem SQL do systemu baz danych XBase.
 
 %package devel
 Summary:       Header files for XBSQL library
-Summary(pl):   Pliki nag³ówkowe biblioteki XBSQL
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki XBSQL
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      xbase-devel
@@ -32,25 +37,30 @@ Requires:   xbase-devel
 %description devel
 Header files for XBSQL library.
 
-%description devel -l pl
-Pliki nag³ówkowe biblioteki XBSQL.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki XBSQL.
 
 %package static
 Summary:       Static XBSQL library
-Summary(pl):   Statyczna biblioteka XBSQL
+Summary(pl.UTF-8):     Statyczna biblioteka XBSQL
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static XBSQL library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka XBSQL.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -71,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS Announce ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/xql
 %attr(755,root,root) %{_libdir}/libxbsql.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libxbsql.so.0
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.064375 seconds and 4 git commands to generate.