Accepting request 965348 from home:mnhauke:osmocom:nightly

- Update to version 1.0.17
  * Build: add option to disable tests build
  * sctp_test: fix hostname resolution
  * man: remove sysctl listing from sctp.7
  * Fix recieved->received typos
  * Fix usage help for sctp_test
  * test_1_to_1_accept_close: also expect EACCES when accept on
    an established socket
  * lksctp-tools: make bind_test can do while disable IPV6
  * libsctp: add pkg-config support
  * autoconf: add m4 folder
- Run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/965348
OBS-URL: https://build.opensuse.org/package/show/network:utilities/lksctp-tools?expand=0&rev=22
This commit is contained in:
Marcus Meissner 2022-03-30 09:28:56 +00:00 committed by Git OBS Bridge
parent e995f2f7a0
commit d2053f5db4
4 changed files with 30 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0903dd526b7f30a89d5031aa2c82757612becc38ed7bc6e4f972f8deae351f26
size 565446

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15
size 795762

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 28 10:26:08 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.0.17
* Build: add option to disable tests build
* sctp_test: fix hostname resolution
* man: remove sysctl listing from sctp.7
* Fix recieved->received typos
* Fix usage help for sctp_test
* test_1_to_1_accept_close: also expect EACCES when accept on
an established socket
* lksctp-tools: make bind_test can do while disable IPV6
* libsctp: add pkg-config support
* autoconf: add m4 folder
- Run spec-cleaner
-------------------------------------------------------------------
Tue Apr 23 12:32:37 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package lksctp-tools
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,13 @@
Name: lksctp-tools
Version: 1.0.17
Release: 0
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
License: LGPL-2.1-or-later
Group: Productivity/Networking/Other
Version: 1.0.16
Release: 0
Url: http://lksctp.sourceforge.net
URL: http://lksctp.sourceforge.net
Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool
%description
@ -54,25 +53,21 @@ transparent multi-homing, and multiple ordered streams of messages.
%build
%define _lto_cflags %{nil}
./bootstrap
CPPFLAGS="-I`pwd`/include" \
%configure --prefix=/usr \
%configure --prefix=%{_prefix} \
--enable-shared \
--disable-static
make %{?_smp_mflags} V=1
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog COPYING.lib
%license COPYING COPYING.lib
%doc AUTHORS ChangeLog
%doc doc/*.txt
%{_bindir}/*
%{_libdir}/libsctp.so.*
@ -81,8 +76,8 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%{_mandir}/man7/*
%files devel
%defattr(-,root,root,-)
%{_includedir}/netinet/sctp.h
%{_libdir}/pkgconfig/libsctp.pc
%{_libdir}/libsctp.so
%dir %{_libdir}/lksctp-tools
%{_libdir}/lksctp-tools/*.so