2005-01-24 12:44:30 +00:00
|
|
|
Summary: User-space access to Linux Kernel SCTP
|
|
|
|
Name: lksctp-tools
|
2006-01-24 06:39:58 +00:00
|
|
|
Version: 1.0.5
|
2006-01-24 07:15:12 +00:00
|
|
|
Release: 1.fc5
|
2005-01-24 12:44:30 +00:00
|
|
|
License: LGPL
|
|
|
|
Group: System Environment/Libraries
|
2006-01-24 06:39:58 +00:00
|
|
|
URL: http://lksctp.sourceforge.net/
|
|
|
|
Source: http://dl.sf.net/lksctp/lksctp-tools-%{version}.tar.gz
|
|
|
|
Patch0: lksctp-tools-1.0.5-syntax.patch
|
2005-01-24 12:44:30 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
#BuildRequires: tetex, tetex-latex, tetex-xdvi, tetex-dvips
|
|
|
|
#BuildRequires: ghostscript, enscript
|
|
|
|
BuildRequires: libtool, automake, autoconf
|
|
|
|
|
|
|
|
%description
|
2006-01-24 06:39:58 +00:00
|
|
|
This is the lksctp-tools package for Linux Kernel SCTP (Stream Control
|
|
|
|
Transmission Protocol) Reference Implementation.
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
This package is intended to supplement the Linux Kernel SCTP Reference
|
|
|
|
Implementation now available in the Linux kernel source tree in
|
|
|
|
versions 2.5.36 and following. For more information on LKSCTP see the
|
|
|
|
package documentation README file, section titled "LKSCTP - Linux
|
|
|
|
Kernel SCTP."
|
|
|
|
|
2006-01-24 06:39:58 +00:00
|
|
|
This package contains the base run-time library and command-line tools.
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%package devel
|
2006-01-24 06:39:58 +00:00
|
|
|
Summary: Development files for lksctp-tools
|
2005-01-24 12:44:30 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
2006-01-24 06:39:58 +00:00
|
|
|
Development files for lksctp-tools which include man pages, header files,
|
|
|
|
static libraries, symlinks to dynamic libraries and some tutorial source code.
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documents pertaining to SCTP
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description doc
|
2006-01-24 06:39:58 +00:00
|
|
|
Documents pertaining to LKSCTP & SCTP in general (IETF RFC's & Internet
|
|
|
|
Drafts).
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%prep
|
2006-01-24 06:39:58 +00:00
|
|
|
%setup -q
|
2005-02-07 14:47:11 +00:00
|
|
|
%patch0 -p1
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%build
|
2006-01-24 06:39:58 +00:00
|
|
|
[ ! -x ./configure ] && sh bootstrap
|
|
|
|
%configure
|
2005-01-24 12:44:30 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2006-01-24 06:39:58 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2005-01-24 12:44:30 +00:00
|
|
|
|
2006-01-24 06:39:58 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%files
|
2006-01-24 06:39:58 +00:00
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
%doc AUTHORS ChangeLog COPYING* README
|
2005-01-24 12:44:30 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/libsctp.so.*
|
2006-01-24 06:39:58 +00:00
|
|
|
%dir %{_libdir}/lksctp-tools/
|
|
|
|
%{_libdir}/lksctp-tools/libwithsctp.so.*
|
|
|
|
%{_mandir}/man7/*
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%files devel
|
2006-01-24 06:39:58 +00:00
|
|
|
%defattr(-,root,root,0755)
|
|
|
|
%{_includedir}/*
|
2005-01-24 12:44:30 +00:00
|
|
|
%{_libdir}/libsctp.a
|
2006-01-24 06:39:58 +00:00
|
|
|
%exclude %{_libdir}/libsctp.la
|
|
|
|
%{_libdir}/libsctp.so
|
|
|
|
%dir %{_libdir}/lksctp-tools/
|
|
|
|
%{_libdir}/lksctp-tools/libwithsctp.a
|
|
|
|
%exclude %{_libdir}/lksctp-tools/libwithsctp.la
|
|
|
|
%{_libdir}/lksctp-tools/libwithsctp.so
|
|
|
|
%{_datadir}/lksctp-tools/
|
|
|
|
%{_mandir}/man3/*
|
2005-01-24 12:44:30 +00:00
|
|
|
|
|
|
|
%files doc
|
2006-01-24 06:39:58 +00:00
|
|
|
%defattr(-,root,root,0755)
|
2005-01-24 12:44:30 +00:00
|
|
|
%doc doc/*.txt
|
|
|
|
|
|
|
|
%changelog
|
2006-01-24 06:39:58 +00:00
|
|
|
* Tue Jan 24 2006 Warren Togami <wtogami@redhat.com> 1.0.5-1
|
|
|
|
- 1.0.5
|
|
|
|
|
|
|
|
* Fri Nov 11 2005 Matthias Saou <http://freshrpms.net/> 1.0.4-1
|
|
|
|
- Update to 1.0.4.
|
|
|
|
- Update syntax patch.
|
|
|
|
- Execute bootstrap if no configure script is found.
|
|
|
|
- Don't own entire man? directories.
|
|
|
|
- Own data and lib lksctp-tools directories.
|
|
|
|
- Move devel libs in _libdir/lksctp-tools/ to devel package.
|
|
|
|
- Exclude .la files.
|
|
|
|
- Minor spec file cleanups.
|
2005-12-09 22:41:47 +00:00
|
|
|
|
2005-03-02 12:01:45 +00:00
|
|
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-5
|
|
|
|
- build with gcc-4
|
|
|
|
|
2005-02-07 14:46:07 +00:00
|
|
|
* Mon Feb 07 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-4
|
|
|
|
- initialize variable before use
|
|
|
|
- fix subscript out of range bug (#147286)
|
|
|
|
|
2005-01-24 13:03:40 +00:00
|
|
|
* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-3
|
|
|
|
- build for FC
|
|
|
|
|
2005-01-24 12:49:27 +00:00
|
|
|
* Mon Jan 24 2005 Karsten Hopp <karsten@redhat.de> 1.0.2-2.40E.1
|
|
|
|
- initial RH version based on sourceforge rpm
|
|
|
|
|
2005-01-24 12:44:30 +00:00
|
|
|
* Thu Dec 30 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.2-1
|
|
|
|
- 1.0.2 Release
|
2006-01-24 06:39:58 +00:00
|
|
|
|
2005-01-24 12:44:30 +00:00
|
|
|
* Tue May 11 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.1-1
|
|
|
|
- 1.0.1 Release
|
2006-01-24 06:39:58 +00:00
|
|
|
|
2005-01-24 12:44:30 +00:00
|
|
|
* Thu Feb 26 2004 Sridhar Samudrala <sri@us.ibm.com> 1.0.0-1
|
|
|
|
- 1.0.0 Release
|
2006-01-24 06:39:58 +00:00
|
|
|
|
2005-01-24 12:44:30 +00:00
|
|
|
* Fri Feb 6 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.9.0-1
|
|
|
|
- package only .txt doc files
|
|
|
|
|
|
|
|
* Wed Feb 4 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.7.5-1
|
|
|
|
- badly placed & undelivered files
|
|
|
|
- simplified delivery list
|
|
|
|
|
|
|
|
* Tue Jan 27 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 0.7.5-1
|
|
|
|
- Integrate comment from project team
|
|
|
|
|
|
|
|
* Sat Jan 10 2004 Francois-Xavier Kowalski <francois-xavier.kowalski@hp.com> 2.6.0_test7_0.7.4-1
|
|
|
|
- Creation
|