From 73eef46c6fae106672d986415a641745ea13566b37736965913c545116d8f255 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Wed, 8 Dec 2010 16:31:03 +0000 Subject: [PATCH] Autobuild autoformatter for 55221 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libwpg?expand=0&rev=10 --- libwpg.spec | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/libwpg.spec b/libwpg.spec index 76074ba..2993d1b 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -1,7 +1,7 @@ # -# spec file for package libwpg (Version 0.1.3) +# spec file for package libwpg (Version 0.2.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -28,8 +28,8 @@ BuildRequires: doxygen BuildRequires: gcc-c++ libwpd-devel >= 0.9.0 pkgconfig Summary: Library to read and parse graphics in WordPerfect Graphics format Version: 0.2.0 -Release: 0 -License: LGPL v2.1 or later +Release: 1 +License: LGPLv2.1+ Group: System/Libraries Url: http://libwpg.sourceforge.net/ Source: libwpg-%{version}.tar.bz2 @@ -52,7 +52,7 @@ Authors: %package -n libwpg-0_2-2 %define libname libwpg-0_2-2 -License: LGPL v2.1 or later +License: LGPLv2.1+ # remove the old non-versioned package (built in the bs for instance) Obsoletes: libwpg < %version Summary: Library to read and parse graphics in WordPerfect Graphics format @@ -63,7 +63,7 @@ libwpg is a C++ library to read and parse graphics in WPG (WordPerfect Graphics) format. %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: Files for Developing with libwpg Group: Development/Libraries/C and C++ Provides: libwpg-devel = %version-%release @@ -88,7 +88,7 @@ Authors: %if %build_doc %package devel-doc -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: Documentation for the libwpg API Group: Documentation/HTML @@ -107,7 +107,7 @@ Authors: %endif %package tools -License: LGPL v2.1 or later +License: LGPLv2.1+ Summary: Tools for converting WordPerfect Graphics files Group: System/Libraries @@ -167,20 +167,3 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name}/[A-Z]* %changelog -* Mon Dec 06 2010 fstrba@novell.com -- Upgrade to a new ABI version -* Wed Oct 22 2008 mrueckert@suse.de -- fix debug_packages_requires define -* Fri Aug 01 2008 ro@suse.de -- fix requires for debuginfo package -* Mon Jul 28 2008 mmarek@suse.cz -- update to 0.1.3 - * bugfixes - * install-docs patch merged -* Fri Apr 04 2008 mmarek@suse.cz -- rename the library package to libwpg-0_1-1 as required by the - policy (libwpg-0.1.so.1 -> libwpg-0_1-1) -- don't version the devel package after discussion with pmladek - we'll do it only if the need arises -* Wed Apr 02 2008 mmarek@suse.cz -- packaged version 0.1.2, based on work by pmladek