From 24f853b3525ad6b4984c8c1a942285bfcb3ce8f62dd8d6b1374f58fb615acf90 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 25 Nov 2011 14:00:33 +0000 Subject: [PATCH] Accepting request 93641 from home:coolo:removelibtool add libtool to buildrequires OBS-URL: https://build.opensuse.org/request/show/93641 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml?expand=0&rev=10 --- tinyxml.changes | 5 +++++ tinyxml.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tinyxml.changes b/tinyxml.changes index a0173d8..b924974 100644 --- a/tinyxml.changes +++ b/tinyxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 25 12:34:56 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Nov 16 09:41:01 UTC 2010 - coolo@novell.com diff --git a/tinyxml.spec b/tinyxml.spec index 57f5e90..5588151 100644 --- a/tinyxml.spec +++ b/tinyxml.spec @@ -1,7 +1,7 @@ # -# spec file for package tinyxml (Version 2.6.1) +# spec file for package tinyxml # -# 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 @@ -36,7 +36,7 @@ Patch0: tinyxml-c_headers.patch Patch1: tinyxml-entity.patch Url: http://sourceforge.net/projects/tinyxml BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ lzma +BuildRequires: gcc-c++ libtool lzma %description TinyXML is a simple, small, C++ XML parser that can be easily integrating @@ -46,7 +46,6 @@ TinyXML solves the text I/O file once and for all. (Or, as a friend said, ends the Just Another Text File Parser problem.) %package -n %{lib_package} - Group: System/Libraries Summary: A simple, small, C++ XML parser