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
|
Thu Nov 24 10:19:35 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lksctp-tools
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,15 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
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.10
|
|
||||||
Release: 2
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
|
Version: 1.0.10
|
||||||
|
Release: 0
|
||||||
Url: http://lksctp.sourceforge.net
|
Url: http://lksctp.sourceforge.net
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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.
|
transparent multihoming, and multiple ordered streams of messages.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
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}
|
||||||
@ -53,7 +49,7 @@ reliable transport protocol, with congestion control, support for
|
|||||||
transparent multi-homing, and multiple ordered streams of messages.
|
transparent multi-homing, and multiple ordered streams of messages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name-%version
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
@ -61,16 +57,13 @@ CPPFLAGS="-I`pwd`/include" \
|
|||||||
%configure --prefix=/usr \
|
%configure --prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la
|
rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la
|
||||||
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user