Accepting request 29028 from network:utilities

Copy from network:utilities/lksctp-tools based on submit request 29028 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lksctp-tools?expand=0&rev=8
This commit is contained in:
OBS User autobuild 2010-01-12 14:14:44 +00:00 committed by Git OBS Bridge
parent f5b2883bbb
commit 3edfe288b4
2 changed files with 10 additions and 69 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 16 09:49:55 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Mon Apr 6 17:47:21 CEST 2009 - meissner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package lksctp-tools (Version 1.0.10)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -21,8 +21,8 @@
Name: lksctp-tools
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
Version: 1.0.10
Release: 1
License: LGPL v2.1 or later
Release: 2
License: LGPLv2.1+
Group: Productivity/Networking/Other
Url: http://lksctp.sourceforge.net
Source0: %name-%version.tar.bz2
@ -36,16 +36,8 @@ SCTP (Stream Control Transmission Protocol) is a message-oriented,
reliable transport protocol with congestion control, support for
transparent multihoming, and multiple ordered streams of messages.
Authors:
--------
La Monte H.P. Yarroll <piggy@acm.org>
Jon Grimm <jgrimm@us.ibm.com>
Sridhar Samudrala <sri@us.ibm.com>
%package devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Development files for SCTP (Stream Control Transmission Protocol)
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
@ -59,14 +51,6 @@ SCTP (Stream Control Transmission Protocol) is a message oriented,
reliable transport protocol, with congestion control, support for
transparent multi-homing, and multiple ordered streams of messages.
Authors:
--------
La Monte H.P. Yarroll <piggy@acm.org>
Jon Grimm <jgrimm@us.ibm.com>
Sridhar Samudrala <sri@us.ibm.com>
%prep
%setup -q -n %name-%version
@ -76,7 +60,7 @@ CPPFLAGS="-I`pwd`/include" \
%configure --prefix=/usr \
--enable-shared \
--disable-static
make
make %{?jobs:-j%jobs}
%install
make install DESTDIR=$RPM_BUILD_ROOT
@ -111,51 +95,3 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Apr 06 2009 meissner@suse.de
- upgraded to 1.0.10
T:TEST Split the kernel frame test framework from lksctp-tools.
The framework is very sensitive to all kernel changes, not just
ones related to SCTP. As such, it has been a gating fractor
to the releases of the new tools.
T:APP New tool sctp_status to be used with SCTP conformance tests.
http://networktest.sourceforge.net/
T:APP Add -T option to sctp_test
T:APP Fix the -e option to sctp_darn
T:LIB Fix building of static libraries.
T:LIB Fix compile warning in addrs.c
T:APP Update the application useage of sctp_connectx
T:TEST Update the sctp_connectx() functional tests.
T:API Update to the sctp_connectx(). Now takes additional argument.
T:API Let sctp_recvmsg() honor passed in MSG_ flags
K: See kernel change log for details. We'll track only tools
changes here from now on.
* Mon Sep 01 2008 meissner@suse.de
- upgraded to 1.0.9
- adjusted to 2.6.26
- Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft
- lots of bugfixes
- disable shared libraries and .la files
* Mon Feb 25 2008 meissner@suse.de
- upgraded to 1.0.8
- added various new features
- adjusted to 2.6.24
- bugfixes
* Tue Jul 17 2007 meissner@suse.de
- upgraded to 1.0.7
- lots of fixes
- adjusted to 2.6.22 kernel
* Wed Apr 25 2007 meissner@suse.de
- fixed some rpmlint problems. Changed permissions
to 755/644, moved some development libraries.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Dec 12 2005 okir@suse.de
- Updated to latest upstream version (1.0.4)
* Wed Nov 02 2005 dmueller@suse.de
- don't build as root
* Fri Jan 21 2005 okir@suse.de
- Updated to latest upstream version (1.0.2)
* Wed May 12 2004 okir@suse.de
- Updated to lksctp-tools to 1.0.1 per request from IBM
* Tue Mar 16 2004 okir@suse.de
- Built initial package