[tipcutils] Initial import (#953379).

Lokesh Mandvekar lsm5 at fedoraproject.org
Wed Apr 24 15:46:21 UTC 2013


commit 629e212ee7bfef2fb28903173c8f0c8b2e36fd09
Author: Lokesh Mandvekar <lsm5 at buffalo.edu>
Date:   Wed Apr 24 11:46:58 2013 -0400

    Initial import (#953379).
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at buffalo.edu>

 .gitignore     |    1 +
 sources        |    1 +
 tipcutils.spec |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8718a12 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tipcutils-2.0.5.tar.gz
diff --git a/sources b/sources
index e69de29..3ac3d42 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5fbcd0919b180f936e49c43d58760c9b  tipcutils-2.0.5.tar.gz
diff --git a/tipcutils.spec b/tipcutils.spec
new file mode 100644
index 0000000..18eeeed
--- /dev/null
+++ b/tipcutils.spec
@@ -0,0 +1,59 @@
+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 at buffalo.edu> - 2.0.5-4
+- LICENSE file generated
+
+* Fri Apr 19 2013 Lokesh Mandvekar <lsm5 at buffalo.edu> - 2.0.5-3
+- prefix removed, not needed
+
+* Fri Apr 19 2013 Lokesh Mandvekar <lsm5 at buffalo.edu> - 2.0.5-2
+- macro used for prefix, defattr removed
+- check section added
+- description updated
+
+* Thu Apr 18 2013 Lokesh Mandvekar <lsm5 at buffalo.edu> - 2.0.5-1
+- New stable version - initial package
+
+* Tue Apr 16 2013 Lokesh Mandvekar <lsm5 at buffalo.edu> - 2.0.4-1
+- Version upgrade
+
+* Fri Sep 07 2012 Erik Hugne <erik.hugne at ericsson.com> - 2.0.3-1
+- Initial Fedora package


More information about the scm-commits mailing list