Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > d16e0e2274a96892a232f220d2d42359 > files > 2

tipcutils-2.0.5-4.fc18.src.rpm

Name:       tipcutils
Version:    2.0.5
Release:    4%{?dist}
License:    BSD
URL:        http://tipc.sourceforge.net/
Summary:    Utils package required to configure TIPC
Source0:    http://lsm5.fedorapeople.org/rpmbuild/SOURCES/%{name}-%{version}.tar.gz

%description
Tipcutils is a set of userspace programs used to configure and manage TIPC on
your system. It provides the tipc-config and tipc-pipe utilities.
The tipc-config tool provides numerous commands for configuring and
monitoring a TIPC network. Certain commands are only available to users
having network administrator privileges (eg. root) to prevent unauthorized
users from reconfiguring the network. The tipc-pipe utility acts as a netcat
like program for TIPC. It is used for reading and writing network connections
using TIPC.

%prep
%setup -q -n %{name}-%{version}
head -n31 tipc-config/tipc-config.c | tail -n28 | sed -e 's/ \* //g' -e 's/\*//g' > LICENSE

%build
%configure
make

%install
make install DESTDIR=%{buildroot}

%files
%{_sbindir}/tipc-config
%{_bindir}/tipc-pipe
%{_mandir}/man1/tipc-config.1.gz
%{_mandir}/man1/tipc-pipe.1.gz
%doc LICENSE README

%check
make check

%changelog
* Mon Apr 22 2013 Lokesh Mandvekar <lsm5@buffalo.edu> - 2.0.5-4
- LICENSE file generated

* Fri Apr 19 2013 Lokesh Mandvekar <lsm5@buffalo.edu> - 2.0.5-3
- prefix removed, not needed

* Fri Apr 19 2013 Lokesh Mandvekar <lsm5@buffalo.edu> - 2.0.5-2
- macro used for prefix, defattr removed
- check section added
- description updated

* Thu Apr 18 2013 Lokesh Mandvekar <lsm5@buffalo.edu> - 2.0.5-1
- New stable version - initial package

* Tue Apr 16 2013 Lokesh Mandvekar <lsm5@buffalo.edu> - 2.0.4-1
- Version upgrade

* Fri Sep 07 2012 Erik Hugne <erik.hugne@ericsson.com> - 2.0.3-1
- Initial Fedora package