[packages/tcl-tdbc-sqlite3] - new

qboosh qboosh at pld-linux.org
Wed Mar 9 21:08:13 CET 2016


commit a248f713162893a6cd37407adcca910faff7426f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Mar 9 21:11:53 2016 +0100

    - new

 tcl-tdbc-sqlite3.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/tcl-tdbc-sqlite3.spec b/tcl-tdbc-sqlite3.spec
new file mode 100644
index 0000000..f16d11b
--- /dev/null
+++ b/tcl-tdbc-sqlite3.spec
@@ -0,0 +1,48 @@
+Summary:	TDBC driver to access SQLite 3 databases
+Summary(pl.UTF-8):	Sterownik TDBC służący do dostępu do baz danych SQLite 3
+Name:		tcl-tdbc-sqlite3
+Version:	1.0.4
+Release:	1
+License:	Tcl (BSD-like)
+Group:		Libraries
+Source0:	http://downloads.sourceforge.net/tcl/tdbcsqlite3-%{version}.tar.gz
+# Source0-md5:	324d3a7f4124998b27d92f516e902bd1
+URL:		http://tdbc.tcl.tk/
+BuildRequires:	tcl-devel >= 8.6
+BuildRequires:	tcl-tdbc-devel >= %{version}
+Requires:	tcl >= 8.6
+Requires:	tcl-sqlite3
+Requires:	tcl-tdbc >= %{version}
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tcl TDBC SQLite 3 module is the driver for Tcl Database Connectivity
+(TDBC) to access SQLite 3 databases.
+
+%description -l pl.UTF-8
+Moduł Tcl TDBC SQLite 3 to sterownik szkieletu Tcl Database
+Connectivity (TDBC) służący do dostępu do baz danych SQLite 3.
+
+%prep
+%setup -q -n tdbcsqlite3-%{version}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README license.terms
+%dir %{_prefix}/lib/tcl8/8.*/tdbc
+%attr(755,root,root) %{_prefix}/lib/tcl8/8.*/tdbc/sqlite3-%{version}.tm
+%{_mandir}/mann/tdbc_sqlite3.n*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tcl-tdbc-sqlite3.git/commitdiff/a248f713162893a6cd37407adcca910faff7426f



More information about the pld-cvs-commit mailing list