8ec9752
Summary: User-space access to Linux Kernel SCTP
8ec9752
Name: lksctp-tools
77a7db3
Version: 1.0.5
e42c5d4
Release: 1.fc5.2.1
8ec9752
License: LGPL
8ec9752
Group: System Environment/Libraries
77a7db3
URL: http://lksctp.sourceforge.net/
77a7db3
Source: http://dl.sf.net/lksctp/lksctp-tools-%{version}.tar.gz
77a7db3
Patch0: lksctp-tools-1.0.5-syntax.patch
8ec9752
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
8ec9752
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
8ec9752
#BuildRequires: ghostscript, enscript
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
8ec9752
Requires: %{name} = %{version}
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
8ec9752
Requires: %{name} = %{version}
8ec9752
8ec9752
%description doc
77a7db3
Documents pertaining to LKSCTP & SCTP in general (IETF RFC's & Internet
77a7db3
Drafts).
8ec9752
8ec9752
%prep
77a7db3
%setup -q
900c7c6
%patch0 -p1
8ec9752
8ec9752
%build
77a7db3
[ ! -x ./configure ] && sh bootstrap
77a7db3
%configure
8ec9752
make
8ec9752
8ec9752
%install
8ec9752
rm -rf $RPM_BUILD_ROOT
8ec9752
make install DESTDIR="$RPM_BUILD_ROOT"
8ec9752
8ec9752
%clean
8ec9752
rm -rf $RPM_BUILD_ROOT
8ec9752
77a7db3
%post -p /sbin/ldconfig
8ec9752
77a7db3
%postun -p /sbin/ldconfig
8ec9752
8ec9752
%files
77a7db3
%defattr(-,root,root,0755)
77a7db3
%doc AUTHORS ChangeLog COPYING* README
8ec9752
%{_bindir}/*
8ec9752
%{_libdir}/libsctp.so.*
77a7db3
%dir %{_libdir}/lksctp-tools/
77a7db3
%{_libdir}/lksctp-tools/libwithsctp.so.*
77a7db3
%{_mandir}/man7/*
8ec9752
8ec9752
%files devel
77a7db3
%defattr(-,root,root,0755)
77a7db3
%{_includedir}/*
8ec9752
%{_libdir}/libsctp.a
77a7db3
%exclude %{_libdir}/libsctp.la
77a7db3
%{_libdir}/libsctp.so
77a7db3
%dir %{_libdir}/lksctp-tools/
77a7db3
%{_libdir}/lksctp-tools/libwithsctp.a
77a7db3
%exclude %{_libdir}/lksctp-tools/libwithsctp.la
77a7db3
%{_libdir}/lksctp-tools/libwithsctp.so
77a7db3
%{_datadir}/lksctp-tools/
77a7db3
%{_mandir}/man3/*
8ec9752
8ec9752
%files doc
77a7db3
%defattr(-,root,root,0755)
8ec9752
%doc doc/*.txt
8ec9752
8ec9752
%changelog
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