]> git.pld-linux.org Git - packages/tcl-tdbc-sqlite3.git/blame - tcl-tdbc-sqlite3.spec
- updated to 1.1.1
[packages/tcl-tdbc-sqlite3.git] / tcl-tdbc-sqlite3.spec
CommitLineData
a248f713
JB
1Summary: TDBC driver to access SQLite 3 databases
2Summary(pl.UTF-8): Sterownik TDBC służący do dostępu do baz danych SQLite 3
3Name: tcl-tdbc-sqlite3
ae74723c 4Version: 1.1.1
a248f713
JB
5Release: 1
6License: Tcl (BSD-like)
7Group: Libraries
8Source0: http://downloads.sourceforge.net/tcl/tdbcsqlite3-%{version}.tar.gz
ae74723c 9# Source0-md5: db5927aeaa01d142be0f1ead8623dfb6
a248f713
JB
10URL: http://tdbc.tcl.tk/
11BuildRequires: tcl-devel >= 8.6
12BuildRequires: tcl-tdbc-devel >= %{version}
13Requires: tcl >= 8.6
14Requires: tcl-sqlite3
15Requires: tcl-tdbc >= %{version}
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20Tcl TDBC SQLite 3 module is the driver for Tcl Database Connectivity
21(TDBC) to access SQLite 3 databases.
22
23%description -l pl.UTF-8
24Moduł Tcl TDBC SQLite 3 to sterownik szkieletu Tcl Database
25Connectivity (TDBC) służący do dostępu do baz danych SQLite 3.
26
27%prep
28%setup -q -n tdbcsqlite3-%{version}
29
30%build
bbf8547f
JB
31%configure \
32 --libdir=%{_prefix}/lib
a248f713
JB
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc ChangeLog README license.terms
47%dir %{_prefix}/lib/tcl8/8.*/tdbc
48%attr(755,root,root) %{_prefix}/lib/tcl8/8.*/tdbc/sqlite3-%{version}.tm
49%{_mandir}/mann/tdbc_sqlite3.n*
This page took 0.104661 seconds and 4 git commands to generate.