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
This commit is contained in:
Pavol Rusnak 2012-02-20 11:42:40 +00:00 committed by Git OBS Bridge
parent 32f20d6cff
commit 39c2f370e8
2 changed files with 10 additions and 12 deletions

View File

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

View File

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