Accepting request 91731 from home:coolo:removelibtool

- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/91731
OBS-URL: https://build.opensuse.org/package/show/network:utilities/openslp?expand=0&rev=12
This commit is contained in:
Cristian Rodríguez 2011-11-16 14:20:43 +00:00 committed by Git OBS Bridge
parent c5440a8d1a
commit c9408b790e
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 16 08:19:02 UTC 2011 - coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Feb 28 12:12:37 UTC 2011 - lnussel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package openslp (Version 1.2.0)
# spec file for package openslp
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -18,10 +18,10 @@
Name: openslp
BuildRequires: bison flex openssl-devel
BuildRequires: bison flex libtool openssl-devel
Summary: An OpenSLP Implementation of Service Location Protocol V2
Version: 1.2.0
Release: 182
Release: 186
License: BSD3c
Group: System/Daemons
Url: http://www.openslp.org/
@ -62,8 +62,9 @@ Patch19: openslp.discovery.diff
Patch20: openslp.initda.diff
Patch21: openslp.ignorespaces.diff
Patch22: openslp.parseext.diff
Patch23: openslp-1.2.0-visibility.patch
Patch23: openslp-1.2.0-visibility.patch
Patch24: openslp-1.2.0-daemon.diff
%description
Service Location Protocol is an IETF standards track protocol that
provides a framework that allows networking applications to discover
@ -173,6 +174,7 @@ Authors:
%patch22
%patch23
%patch24 -p1
%build
autoreconf -fiv
%configure --disable-static --with-pic --enable-slpv1 \
@ -224,6 +226,7 @@ install -D -m 644 %{S:7} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d
%endif
nm -C -D %{buildroot}%_libdir/libslp.so
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig