diff --git a/lksctp-tools-1.0.16.tar.gz b/lksctp-tools-1.0.16.tar.gz deleted file mode 100644 index 2677fb0..0000000 --- a/lksctp-tools-1.0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0903dd526b7f30a89d5031aa2c82757612becc38ed7bc6e4f972f8deae351f26 -size 565446 diff --git a/lksctp-tools-1.0.17.tar.gz b/lksctp-tools-1.0.17.tar.gz new file mode 100644 index 0000000..245265f --- /dev/null +++ b/lksctp-tools-1.0.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeb204cdb2befc94d9eb3037d1609c9d1d2cd5379d6dd2c0a8ca9b10533aa15 +size 795762 diff --git a/lksctp-tools.changes b/lksctp-tools.changes index b2874fd..8377251 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 28 10:26:08 UTC 2022 - Martin Hauke + +- 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 diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 8713d76..df9d56e 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -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