]> git.pld-linux.org Git - packages/xbsql.git/blame - xbsql.spec
- release 7 (by relup.sh)
[packages/xbsql.git] / xbsql.spec
CommitLineData
f1a0e659 1Summary: XBSQL - an SQL wrapper for the XBase library
356af779 2Summary(pl.UTF-8): XBSQL - wrapper SQL dla biblioteki XBase
f1a0e659
JB
3Name: xbsql
4Version: 0.11
47b5b832 5Release: 7
f1a0e659
JB
6License: LGPL
7Group: Libraries
8# from URL - dead ftp://195.92.31.34/pub/xbsql-0.6/xbsql-0.6.tgz
9Source0: http://www.rekallrevealed.org/packages/%{name}-%{version}.tgz
10# Source0-md5: 7f8c8584cf0f592660fb2653a4bfc415
2f9a73e1 11Patch0: %{name}-acfix.patch
f1a0e659 12URL: http://www.quaking.demon.co.uk/xbsql/
2f9a73e1
JB
13BuildRequires: autoconf
14BuildRequires: automake
8536d130 15BuildRequires: bison
2f9a73e1 16BuildRequires: libtool >= 2:1.5
f1a0e659
JB
17BuildRequires: ncurses-devel
18BuildRequires: readline-devel
19BuildRequires: xbase-devel >= 1.8.1
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23XBSQL is a wrapper library which provides an SQL-subset interface to
24XBase DBMS.
25
bc7634ed
JR
26%description -l pl.UTF-8
27XBSQL to biblioteka obudowująca dostarczająca interfejs będący
f1a0e659
JB
28podzbiorem SQL do systemu baz danych XBase.
29
30%package devel
31Summary: Header files for XBSQL library
356af779 32Summary(pl.UTF-8): Pliki nagłówkowe biblioteki XBSQL
f1a0e659
JB
33Group: Development/Libraries
34Requires: %{name} = %{version}-%{release}
35Requires: xbase-devel
36
37%description devel
38Header files for XBSQL library.
39
bc7634ed
JR
40%description devel -l pl.UTF-8
41Pliki nagłówkowe biblioteki XBSQL.
f1a0e659
JB
42
43%package static
44Summary: Static XBSQL library
356af779 45Summary(pl.UTF-8): Statyczna biblioteka XBSQL
f1a0e659
JB
46Group: Development/Libraries
47Requires: %{name}-devel = %{version}-%{release}
48
49%description static
50Static XBSQL library.
51
bc7634ed 52%description static -l pl.UTF-8
f1a0e659
JB
53Statyczna biblioteka XBSQL.
54
55%prep
56%setup -q
2f9a73e1 57%patch0 -p1
f1a0e659
JB
58
59%build
2f9a73e1
JB
60%{__libtoolize}
61%{__aclocal}
62%{__autoconf}
63%{__automake}
f1a0e659
JB
64%configure
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
69
70%{__make} install \
71 DESTDIR=$RPM_BUILD_ROOT
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
76%post -p /sbin/ldconfig
77%postun -p /sbin/ldconfig
78
79%files
80%defattr(644,root,root,755)
81%doc AUTHORS Announce ChangeLog README TODO
82%attr(755,root,root) %{_bindir}/xql
83%attr(755,root,root) %{_libdir}/libxbsql.so.*.*.*
b9228ed4 84%attr(755,root,root) %ghost %{_libdir}/libxbsql.so.0
f1a0e659
JB
85
86%files devel
87%defattr(644,root,root,755)
88%doc doc/*.html
89%attr(755,root,root) %{_libdir}/libxbsql.so
90%{_libdir}/libxbsql.la
91%{_includedir}/xbsql.h
92
93%files static
94%defattr(644,root,root,755)
95%{_libdir}/libxbsql.a
This page took 0.081106 seconds and 4 git commands to generate.