[packages/tcl-dbus] - initial
arekm
arekm at pld-linux.org
Mon Jun 17 10:14:09 CEST 2013
commit 505eff2e5970620955c2d217124e231294fd6ff0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jun 17 10:13:58 2013 +0200
- initial
tcl-dbus.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
---
diff --git a/tcl-dbus.spec b/tcl-dbus.spec
new file mode 100644
index 0000000..88cba36
--- /dev/null
+++ b/tcl-dbus.spec
@@ -0,0 +1,47 @@
+Summary: Tcl Library for Interacting with DBus
+Name: tcl-dbus
+Version: 1.1
+Release: 1
+License: BSD
+Group: Development/Languages/Tcl
+URL: http://dbus-tcl.sourceforge.net/
+Source0: http://downloads.sourceforge.net/dbus-tcl/dbus-tcl%{version}.tar.gz
+# Source0-md5: 370b15f2e88983934574e49b16fc39bc
+BuildRequires: dbus-devel
+BuildRequires: pkg-config
+BuildRequires: tcl-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DBus-Tcl is a Tcl library for interacting with the DBus, a popular
+system for applications to talk to eachother. DBus can also be used to
+coordinate the lifecycle of a process. For more information about
+DBus, see http://www.freedesktop.org/wiki/Software/dbus
+
+%prep
+%setup -q -n dbus-tcl%{version}
+
+%build
+
+%configure \
+%if "%{_lib}" == "lib64"
+ --enable-64bit \
+%endif
+ --enable-threads
+
+%{__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)
+%dir %{_libdir}/dbus-tcl
+%attr(755,root,root) %{_libdir}/dbus-tcl/libdbus-tcl%{version}.so
+%{_libdir}/dbus-tcl/pkgIndex.tcl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tcl-dbus.git/commitdiff/505eff2e5970620955c2d217124e231294fd6ff0
More information about the pld-cvs-commit
mailing list