e31e821
Name:    lksctp-tools
8ec9752
Summary: User-space access to Linux Kernel SCTP
e31e821
Version: 1.0.16
cbdf04d
Release: 5%{?dist}
77741c6
# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
77741c6
License: GPLv2 and GPLv2+ and LGPLv2 and MIT
e31e821
Group:   System Environment/Libraries
e31e821
URL:     http://lksctp.sourceforge.net
e31e821
e31e821
Source0: http://downloads.sourceforge.net/lksctp/%{name}-%{version}.tar.gz
e31e821
Patch0: lksctp-tools-1.0.16-libdir.patch
8ec9752
BuildRequires: libtool, automake, autoconf
8ec9752
8ec9752
%description
77a7db3
This is the lksctp-tools package for Linux Kernel SCTP (Stream Control
77a7db3
Transmission Protocol) Reference Implementation.
8ec9752
8ec9752
This package is intended to supplement the Linux Kernel SCTP Reference
8ec9752
Implementation now available in the Linux kernel source tree in
8ec9752
versions 2.5.36 and following.  For more information on LKSCTP see the
8ec9752
package documentation README file, section titled "LKSCTP - Linux
8ec9752
Kernel SCTP."
8ec9752
77a7db3
This package contains the base run-time library and command-line tools.
8ec9752
8ec9752
%package devel
77a7db3
Summary: Development files for lksctp-tools
8ec9752
Group: Development/Libraries
e31e821
Requires: %{name}%{?_isa} = %{version}-%{release}
8ec9752
8ec9752
%description devel
77a7db3
Development files for lksctp-tools which include man pages, header files,
77a7db3
static libraries, symlinks to dynamic libraries and some tutorial source code.
8ec9752
8ec9752
%package doc
8ec9752
Summary: Documents pertaining to SCTP
8ec9752
Group: System Environment/Libraries
e31e821
Requires: %{name}%{?_isa} = %{version}-%{release}
8ec9752
8ec9752
%description doc
77a7db3
Documents pertaining to LKSCTP & SCTP in general (IETF RFC's & Internet
77a7db3
Drafts).
8ec9752
8ec9752
%prep
77a7db3
%setup -q
4545342
%patch0 -p1
8ec9752
8ec9752
%build
77a7db3
[ ! -x ./configure ] && sh bootstrap
5edfd78
%configure --disable-static
0efccdd
# remove rpath from libtool
0efccdd
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
0efccdd
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
0efccdd
8fa1b3b
make %{?_smp_mflags}
8ec9752
8ec9752
%install
d76f795
rm -f doc/rfc2960.txt doc/states.txt
paragn 3a3d4d5
make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p"
8ec9752
e31e821
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
5edfd78
77a7db3
%post -p /sbin/ldconfig
8ec9752
77a7db3
%postun -p /sbin/ldconfig
8ec9752
8ec9752
%files
77a7db3
%doc AUTHORS ChangeLog COPYING* README
8ec9752
%{_bindir}/*
e31e821
%{_libdir}/libsctp.so.1*
77a7db3
%dir %{_libdir}/lksctp-tools/
e31e821
%{_libdir}/lksctp-tools/libwithsctp.so.1*
77a7db3
%{_mandir}/man7/*
8ec9752
8ec9752
%files devel
77a7db3
%{_includedir}/*
77a7db3
%{_libdir}/libsctp.so
77a7db3
%{_libdir}/lksctp-tools/libwithsctp.so
77a7db3
%{_datadir}/lksctp-tools/
77a7db3
%{_mandir}/man3/*
8ec9752
8ec9752
%files doc
8ec9752
%doc doc/*.txt
8ec9752
8ec9752
%changelog
cbdf04d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.16-5
cbdf04d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
cbdf04d
819cf28
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-4
819cf28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
819cf28
522284c
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-3
522284c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
522284c
9f9842b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.16-2
9f9842b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9f9842b
e31e821
* Tue May  6 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.16-1
e31e821
- Update to 1.0.16
e31e821
- Spec cleanups
e31e821
b43bbcc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.15-2
b43bbcc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b43bbcc
Daniel Borkmann d3b173f
* Sun May 12 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.15-1
Daniel Borkmann d3b173f
- Update to 1.0.15
Daniel Borkmann d3b173f
Daniel Borkmann e88b414
* Tue Apr 09 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.14-1
Daniel Borkmann e88b414
- Update to 1.0.14
Daniel Borkmann e88b414
Daniel Borkmann 41e9842
* Fri Jan 25 2013 Daniel Borkmann <dborkman@redhat.com> - 1.0.13-1
Daniel Borkmann 41e9842
- Update to 1.0.13
Daniel Borkmann 41e9842
4d8a8a8
* Mon Jan 21 2013 Jan Safranek <jsafrane@redhat.com> - 1.0.12-1
4d8a8a8
- Update to 1.0.12
4d8a8a8
8f68025
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-5
8f68025
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8f68025
99ceb4b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-4
99ceb4b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
99ceb4b
5b4cd70
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.11-3
5b4cd70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5b4cd70
paragn 3a3d4d5
* Tue Oct 05 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.0.11-2
paragn 3a3d4d5
- Merge-review cleanup (#226100)
paragn 3a3d4d5
0efccdd
* Tue Dec  1 2009 Jan Safranek <jsafrane@redhat.com> 1.0.11-1
0efccdd
- Update to 1.0.11
0efccdd
- Remove rpath from compiled binaries
5edfd78
- Remove static libraries
0efccdd
b876fd3
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
b876fd3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b876fd3
Zdenek Prikryl 04e8119
* Tue Apr 14 2009 Zdenek Prikryl <zprikryl@redhat.com> 1.0.10-1
Zdenek Prikryl 6ddb07e
- added release tag to Requires of devel and doc packages (#492531)
Zdenek Prikryl 6ddb07e
- Update to 1.0.10
Zdenek Prikryl 6ddb07e
b3e7a16
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
b3e7a16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b3e7a16
Zdenek Prikryl 0421b01
* Wed Aug 06 2008 Zdenek Prikryl <zprikryl@redhat.com> 1.0.9-1
Zdenek Prikryl 0421b01
- Update to 1.0.9
Zdenek Prikryl 0421b01
Zdenek Prikryl 3cf469b
* Wed Jul 16 2008 Zdenek Prikryl <zprikryl@redhat.com> 1.0.8-1
Zdenek Prikryl 3cf469b
- Update to 1.0.8
Zdenek Prikryl 3cf469b
d13332a
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.7-3
d13332a
- Autorebuild for GCC 4.3
d13332a
92827d8
* Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 1.0.7-2
92827d8
- rebuild for buildid
92827d8
77741c6
* Wed Aug 08 2007 Karsten Hopp <karsten@redhat.com> 1.0.7-1
77741c6
- update to 1.0.7
77741c6
- update license tag
77741c6
8fa1b3b
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 1.0.6-3
8fa1b3b
- add post/postun requirements
8fa1b3b
- review fixes
8fa1b3b
4545342
* Tue Sep 19 2006 Karsten Hopp <karsten@redhat.de> 1.0.6-2
4545342
- fix fileconflict (#205225)
4545342
d76f795
* Tue Jul 25 2006 Karsten Hopp <karsten@redhat.de> 1.0.6-1
d76f795
- update to 1.0.6
d76f795
e42c5d4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.fc5.2.1
e42c5d4
- rebuild
e42c5d4
ffb4e0d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.fc5.2
ffb4e0d
- bump again for double-long bug on ppc(64)
ffb4e0d
f3236af
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.5-1.fc5.1
f3236af
- rebuilt for new gcc4.1 snapshot and glibc changes
f3236af
77a7db3
* Tue Jan 24 2006 Warren Togami <wtogami@redhat.com> 1.0.5-1
77a7db3
- 1.0.5
77a7db3
77a7db3
* Fri Nov 11 2005 Matthias Saou <http://freshrpms.net/> 1.0.4-1
77a7db3
- Update to 1.0.4.
77a7db3
- Update syntax patch.
77a7db3
- Execute bootstrap if no configure script is found.
77a7db3
- Don't own entire man? directories.
77a7db3
- Own data and lib lksctp-tools directories.
77a7db3
- Move devel libs in _libdir/lksctp-tools/ to devel package.
77a7db3
- Exclude .la files.
77a7db3
- Minor spec file cleanups.
0d98b8d
1778646
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-5
1778646
- build with gcc-4
1778646
268a179
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-4
268a179
- initialize variable before use
268a179
- fix subscript out of range bug (#147286)
268a179
e5201ed
* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-3
e5201ed
- build for FC
e5201ed
c89d4a6
* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-2.40E.1
c89d4a6
- initial RH version based on sourceforge rpm
c89d4a6
8ec9752
* Thu Dec 30 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.2-1
8ec9752
- 1.0.2 Release
77a7db3
8ec9752
* Tue May 11 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.1-1
8ec9752
- 1.0.1 Release
77a7db3
8ec9752
* Thu Feb 26 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.0-1
8ec9752
- 1.0.0 Release
77a7db3
8ec9752
* Fri Feb  6 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.9.0-1
8ec9752
- package only .txt doc files
8ec9752
8ec9752
* Wed Feb  4 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.7.5-1
8ec9752
- badly placed & undelivered files
8ec9752
- simplified delivery list
8ec9752
8ec9752
* Tue Jan 27 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.7.5-1
8ec9752
- Integrate comment from project team
8ec9752
8ec9752
* Sat Jan 10 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 2.6.0_test7_0.7.4-1
8ec9752
- Creation