This commit is contained in:
parent
7cf8be39cf
commit
aaaf4d33f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da28a079f659550bf5d142ed3f1cbbc162c58b17e0b682cf6a9c4fe7a092d147
|
|
||||||
size 522272
|
|
3
lksctp-tools-1.0.9.tar.bz2
Normal file
3
lksctp-tools-1.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf87c4834210b2d7b116ae15cb97a01abb361239f4c057ce0b446b4c3290af48
|
||||||
|
size 542808
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 1 14:03:38 CEST 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
- upgraded to 1.0.9
|
||||||
|
- adjusted to 2.6.26
|
||||||
|
- Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft
|
||||||
|
- lots of bugfixes
|
||||||
|
- disable shared libraries and .la files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 25 22:53:47 CET 2008 - meissner@suse.de
|
Mon Feb 25 22:53:47 CET 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lksctp-tools (Version 1.0.8)
|
# spec file for package lksctp-tools (Version 1.0.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -13,7 +20,7 @@
|
|||||||
|
|
||||||
Name: lksctp-tools
|
Name: lksctp-tools
|
||||||
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
@ -39,6 +46,7 @@ Authors:
|
|||||||
Sridhar Samudrala <sri@us.ibm.com>
|
Sridhar Samudrala <sri@us.ibm.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: LGPL v2.1 or later
|
||||||
Summary: Development files for SCTP (Stream Control Transmission Protocol)
|
Summary: Development files for SCTP (Stream Control Transmission Protocol)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -69,18 +77,20 @@ autoreconf --force --install
|
|||||||
CPPFLAGS="-I`pwd`/include" \
|
CPPFLAGS="-I`pwd`/include" \
|
||||||
%configure --prefix=/usr \
|
%configure --prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static
|
--disable-static
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
test -n "$RPM_BUILD_ROOT" && DESTDIR=$RPM_BUILD_ROOT && rm -rf $DESTDIR
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$DESTDIR
|
rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la
|
||||||
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
|
||||||
%post
|
%clean
|
||||||
%run_ldconfig
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%postun
|
%post -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -96,18 +106,20 @@ make install DESTDIR=$DESTDIR
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/netinet/sctp.h
|
%{_includedir}/netinet/sctp.h
|
||||||
%{_libdir}/libsctp.so
|
%{_libdir}/libsctp.so
|
||||||
%{_libdir}/libsctp.a
|
|
||||||
%{_libdir}/libsctp.la
|
|
||||||
%dir %{_libdir}/lksctp-tools
|
%dir %{_libdir}/lksctp-tools
|
||||||
%{_libdir}/lksctp-tools/*.so
|
%{_libdir}/lksctp-tools/*.so
|
||||||
%{_libdir}/lksctp-tools/*.a
|
|
||||||
%{_libdir}/lksctp-tools/*.la
|
|
||||||
%dir %{_datadir}/lksctp-tools
|
%dir %{_datadir}/lksctp-tools
|
||||||
%{_datadir}/lksctp-tools/*
|
%{_datadir}/lksctp-tools/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 25 2008 meissner@suse.de
|
* Mon Sep 01 2008 meissner@suse.de
|
||||||
|
- upgraded to 1.0.9
|
||||||
|
- adjusted to 2.6.26
|
||||||
|
- Implement and export SCTP-AUTH API extensions based on sctpsocket-16 draft
|
||||||
|
- lots of bugfixes
|
||||||
|
- disable shared libraries and .la files
|
||||||
|
* Tue Feb 26 2008 meissner@suse.de
|
||||||
- upgraded to 1.0.8
|
- upgraded to 1.0.8
|
||||||
- added various new features
|
- added various new features
|
||||||
- adjusted to 2.6.24
|
- adjusted to 2.6.24
|
||||||
@ -123,7 +135,7 @@ make install DESTDIR=$DESTDIR
|
|||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Dec 12 2005 okir@suse.de
|
* Mon Dec 12 2005 okir@suse.de
|
||||||
- Updated to latest upstream version (1.0.4)
|
- Updated to latest upstream version (1.0.4)
|
||||||
* Wed Nov 02 2005 dmueller@suse.de
|
* Thu Nov 03 2005 dmueller@suse.de
|
||||||
- don't build as root
|
- don't build as root
|
||||||
* Fri Jan 21 2005 okir@suse.de
|
* Fri Jan 21 2005 okir@suse.de
|
||||||
- Updated to latest upstream version (1.0.2)
|
- Updated to latest upstream version (1.0.2)
|
||||||
|
Loading…
Reference in New Issue
Block a user