-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdb2tcl.spec.in
59 lines (43 loc) · 1.22 KB
/
db2tcl.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
%define name db2tcl
%define version @VERSION@
Summary: TCL extension for IBM DB2
Name: %{name}
Version: %{version}
Release: 2
Copyright: BSD
Group: Applications/Databases
Source: http://prdownloads.sourceforge.net/db2tcl/%{name}-%{version}.tar.gz
URL: http://db2tcl.sourceforge.net/
Packager: Sergey N. Belinsky <[email protected]>
BuildRoot: %{_tmppath}/%{name}-buildroot/
BuildRequires: tcl >= 8.0.0 tk >= 8.0.0
%description
DB2TCL is an extension to the TCL that provides access
to a IBM UDB DB2 database server.
%description -l ru
DB2TCL это расширение для языка программирования TCL, которое
позволяет получит доступ к серверу баз данных IBM UDB DB2.
%prep
%setup
%configure
%build
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc README COPYING INSTALL TODO ChangeLog
/usr/bin/*
/usr/lib/*
%{_mandir}/man1/*
%changelog
* Mon Dec 16 2002 Sergey N. Belinsky <[email protected]>
- Fix path to man directory
* Thu Dec 5 2002 Sergey N. Belinsky <[email protected]>
- Initial spec