Browse Source

lksctp-tools-1.0.19-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
33399efd5d
1 changed files with 8 additions and 18 deletions
  1. 8 18
      l/lksctp-tools/lksctp-tools-vl.spec

+ 8 - 18
l/lksctp-tools/lksctp-tools-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           lksctp-tools
 Summary:        User-space access to Linux Kernel SCTP
-Version:        1.0.18
+Version:        1.0.19
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -14,12 +14,6 @@ License:        GPLv2 and GPLv2+ and LGPLv2 and MIT
 URL:            http://lksctp.sourceforge.net
 Source0:        https://github.com/sctp/lksctp-tools/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         lksctp-tools-1.0.16-libdir.patch
-Patch1: lksctp-tools-1.0.18-withsctp-use-PACKAGE_VERSION-in-withsctp.h.patch
-Patch2: lksctp-tools-1.0.18-configure.ac-add-CURRENT-REVISION-and-AGE-for-libsct.patch
-Patch3: lksctp-tools-1.0.18-build-fix-netinet-sctp.h-not-to-be-installed.patch
-Patch4: lksctp-tools-1.0.18-build-remove-v4.12-secondary-defines-in-favor-of-HAV.patch
-Patch5: lksctp-tools-1.0.18-build-fix-probing-for-HAVE_SCTP_SENDV.patch
-Patch6: lksctp-tools-1.0.18-build-0b0dce7a36fb-actually-belongs-to-v4.19.patch
 
 BuildRequires:  libtool, automake, autoconf
 
@@ -59,7 +53,7 @@ Drafts).
 
 %package -n compat32-%{name}
 Summary: User-space access to Linux Kernel SCTP
-Group: system
+Group: system,legacy
 Requires: %{name}-%{version}-%{release}
 
 %description -n compat32-%{name}
@@ -79,12 +73,6 @@ Kernel SCTP."
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 
 %build
@@ -104,10 +92,6 @@ make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p"
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %license COPYING*
 %doc AUTHORS ChangeLog README
@@ -137,6 +121,12 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 
 %changelog
+* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.19-1
+- new upstream release.
+- dropped Patch1: no longer needed.
+- dropped Patch2-6: fixed in upstream.
+- dropped ldconfig scriptlets.
+
 * Wed Sep 23 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.18-1
 - new upstream release.
 - imported Patch1-6 from rawhide.