From 32f20d6cff8e33398fcf72a16211eacbe3a58dd20d99770d2d13fc43cfc5cc8c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 6 Dec 2011 17:26:50 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/lksctp-tools revision 15.0 OBS-URL: https://build.opensuse.org/package/show/network:utilities/lksctp-tools?expand=0&rev=24c6c0123df4f231d5e374ecd3f79896 From 39c2f370e8308f122516d69e79bb33ec19729e346a8252a75c61432596587e1a Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 20 Feb 2012 11:42:40 +0000 Subject: [PATCH 2/2] Accepting request 105919 from home:jengelh:branches:shlib - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/105919 OBS-URL: https://build.opensuse.org/package/show/network:utilities/lksctp-tools?expand=0&rev=8 --- lksctp-tools.changes | 5 +++++ lksctp-tools.spec | 17 +++++------------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/lksctp-tools.changes b/lksctp-tools.changes index e3bb252..1a21f78 100644 --- a/lksctp-tools.changes +++ b/lksctp-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 15 06:06:42 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Thu Nov 24 10:19:35 UTC 2011 - coolo@suse.com diff --git a/lksctp-tools.spec b/lksctp-tools.spec index 827d33a..7a94959 100644 --- a/lksctp-tools.spec +++ b/lksctp-tools.spec @@ -1,7 +1,7 @@ # # spec file for package lksctp-tools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,15 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: lksctp-tools Summary: Utilities for SCTP (Stream Control Transmission Protocol) -Version: 1.0.10 -Release: 2 License: LGPL-2.1+ Group: Productivity/Networking/Other +Version: 1.0.10 +Release: 0 Url: http://lksctp.sourceforge.net Source0: %name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -38,7 +35,6 @@ reliable transport protocol with congestion control, support for transparent multihoming, and multiple ordered streams of messages. %package devel -License: LGPL-2.1+ Summary: Development files for SCTP (Stream Control Transmission Protocol) Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -53,7 +49,7 @@ reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. %prep -%setup -q -n %name-%version +%setup -q %build autoreconf --force --install @@ -61,16 +57,13 @@ CPPFLAGS="-I`pwd`/include" \ %configure --prefix=/usr \ --enable-shared \ --disable-static -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la rm $RPM_BUILD_ROOT/%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig