]> git.pld-linux.org Git - SPECS.git/blob - tcl-dbus.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / tcl-dbus.spec
1 Summary:        Tcl Library for Interacting with DBus
2 Name:           tcl-dbus
3 Version:        2.0
4 Release:        1
5 License:        BSD
6 Group:          Development/Languages/Tcl
7 URL:            http://dbus-tcl.sourceforge.net/
8 Source0:        http://downloads.sourceforge.net/dbus-tcl/dbus/%{version}/dbus-%{version}.tar.gz
9 # Source0-md5:  09def26e4fff4e4a9903e6d5a3b1d272
10 BuildRequires:  dbus-devel
11 BuildRequires:  pkg-config
12 BuildRequires:  tcl-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 DBus-Tcl is a Tcl library for interacting with the DBus, a popular
17 system for applications to talk to eachother. DBus can also be used to
18 coordinate the lifecycle of a process. For more information about
19 DBus, see http://www.freedesktop.org/wiki/Software/dbus
20
21 %prep
22 %setup -q -n dbus-%{version}
23
24 %build
25
26 %configure \
27 %if "%{_lib}" == "lib64"
28         --enable-64bit \
29 %endif
30         --enable-threads
31
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc ChangeLog README doc/dbus.html
46 %dir %{_libdir}/dbus
47 %attr(755,root,root) %{_libdir}/dbus/libdbus%{version}.so
48 %{_libdir}/dbus/pkgIndex.tcl
This page took 0.048121 seconds and 3 git commands to generate.