OBS User unknown 2008-09-01 13:25:40 +00:00 committed by Git OBS Bridge
parent 7cf8be39cf
commit aaaf4d33f4
5 changed files with 41 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da28a079f659550bf5d142ed3f1cbbc162c58b17e0b682cf6a9c4fe7a092d147
size 522272

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf87c4834210b2d7b116ae15cb97a01abb361239f4c057ce0b446b4c3290af48
size 542808

View File

@ -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

View File

@ -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.
# 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/
#
@ -13,7 +20,7 @@
Name: lksctp-tools
Summary: Utilities for SCTP (Stream Control Transmission Protocol)
Version: 1.0.8
Version: 1.0.9
Release: 1
License: LGPL v2.1 or later
Group: Productivity/Networking/Other
@ -39,6 +46,7 @@ Authors:
Sridhar Samudrala <sri@us.ibm.com>
%package devel
License: LGPL v2.1 or later
Summary: Development files for SCTP (Stream Control Transmission Protocol)
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
@ -69,18 +77,20 @@ autoreconf --force --install
CPPFLAGS="-I`pwd`/include" \
%configure --prefix=/usr \
--enable-shared \
--enable-static
--disable-static
make
%install
test -n "$RPM_BUILD_ROOT" && DESTDIR=$RPM_BUILD_ROOT && rm -rf $DESTDIR
make install DESTDIR=$DESTDIR
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
%post
%run_ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%postun
%run_ldconfig
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
@ -96,18 +106,20 @@ make install DESTDIR=$DESTDIR
%defattr(-,root,root,-)
%{_includedir}/netinet/sctp.h
%{_libdir}/libsctp.so
%{_libdir}/libsctp.a
%{_libdir}/libsctp.la
%dir %{_libdir}/lksctp-tools
%{_libdir}/lksctp-tools/*.so
%{_libdir}/lksctp-tools/*.a
%{_libdir}/lksctp-tools/*.la
%dir %{_datadir}/lksctp-tools
%{_datadir}/lksctp-tools/*
%{_mandir}/man3/*
%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
- added various new features
- adjusted to 2.6.24
@ -123,7 +135,7 @@ make install DESTDIR=$DESTDIR
- converted neededforbuild to BuildRequires
* Mon Dec 12 2005 okir@suse.de
- 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
* Fri Jan 21 2005 okir@suse.de
- Updated to latest upstream version (1.0.2)