File tipcutils.spec of Package tipcutils
#
# spec file for package tipcutils
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: tipcutils
Version: 2.0.3
Release: 0
Summary: Transparent Inter Process Communication Protocol
License: BSD-3-Clause
Group: Development/Tools/Other
Url: http://sourceforge.net/projects/tipc/
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
TIPC utilities (tipcutils) is a set of userspace programs used to
configure and manage TIPC (http://tipc.sourceforge.net/).
The Transparent Inter Process Communication protocol allows
applications in a clustered computer environment to communicate quickly
and reliably with other applications, regardless of their location
within the cluster.
Authors:
--------
Erik Hugne <erik.hugne@ericsson.com>
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install
%{__mkdir_p} %{buildroot}%{_sbindir}
%{__mkdir_p} %{buildroot}%{_bindir}
%{__install} -m 0755 tipc-config/tipc-config %{buildroot}%{_sbindir}
%{__install} -m 0755 tipc-pipe/tipc-pipe %{buildroot}%{_bindir}
%files
%defattr(-,root,root)
%{_sbindir}/tipc-config
%{_sbindir}/tipc-config
%{_bindir}/tipc-pipe
%changelog