SHA256
8
0
forked from pool/tinyxml

Accepting request 53232 from home:coolo:branches:openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/53232
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2010-11-17 08:42:58 +00:00
committed by Git OBS Bridge
parent 864ba2cf95
commit 7e38fd15cf
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 16 09:41:01 UTC 2010 - coolo@novell.com
- fix requires of docs package
-------------------------------------------------------------------
Fri Nov 12 16:44:03 CET 2010 - pth@suse.de

View File

@@ -25,7 +25,7 @@ Release: 2
%define lib_package lib%{name}%{so_version}
Group: System/Libraries
Summary: A simple, small, C++ XML parser
License: GPLv2+
License: Zlib License
Source: %{name}_%{file_version}.tar.lzma
Source1: configure.ac
Source2: Makefile.am
@@ -74,7 +74,7 @@ developing applications that use libtinyxml.
License: GPLv2+
Summary: Documentaqtion for libtinyxml
Group: Development/Libraries/C and C++
Requires: %{name}%{so_version} = %{version}
Requires: %{lib_package} = %{version}
%description docs
This packages contains the HTML documentation and a tutorial for