forked from pool/lksctp-tools
Accepting request 106023 from network:utilities
- Remove redundant tags/sections from specfile (forwarded request 105919 from prusnak) OBS-URL: https://build.opensuse.org/request/show/106023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lksctp-tools?expand=0&rev=16
This commit is contained in:
commit
1e772a01a6
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user