]> git.pld-linux.org Git - packages/tcl-tdbc-sqlite3.git/blob - tcl-tdbc-sqlite3.spec
- updated to 1.1.1
[packages/tcl-tdbc-sqlite3.git] / tcl-tdbc-sqlite3.spec
1 Summary:        TDBC driver to access SQLite 3 databases
2 Summary(pl.UTF-8):      Sterownik TDBC służący do dostępu do baz danych SQLite 3
3 Name:           tcl-tdbc-sqlite3
4 Version:        1.1.1
5 Release:        1
6 License:        Tcl (BSD-like)
7 Group:          Libraries
8 Source0:        http://downloads.sourceforge.net/tcl/tdbcsqlite3-%{version}.tar.gz
9 # Source0-md5:  db5927aeaa01d142be0f1ead8623dfb6
10 URL:            http://tdbc.tcl.tk/
11 BuildRequires:  tcl-devel >= 8.6
12 BuildRequires:  tcl-tdbc-devel >= %{version}
13 Requires:       tcl >= 8.6
14 Requires:       tcl-sqlite3
15 Requires:       tcl-tdbc >= %{version}
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Tcl 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
24 Moduł Tcl TDBC SQLite 3 to sterownik szkieletu Tcl Database
25 Connectivity (TDBC) służący do dostępu do baz danych SQLite 3.
26
27 %prep
28 %setup -q -n tdbcsqlite3-%{version}
29
30 %build
31 %configure \
32         --libdir=%{_prefix}/lib
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -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.099964 seconds and 3 git commands to generate.