OBS User unknown 2008-10-22 23:26:55 +00:00 committed by Git OBS Bridge
parent c57732b64f
commit d15f27ad67
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:17:31 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
-------------------------------------------------------------------
Fri Aug 1 17:32:35 CEST 2008 - ro@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package libwpg (Version 0.1.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -21,13 +28,13 @@ BuildRequires: doxygen
BuildRequires: gcc-c++ libwpd-devel pkgconfig
Summary: Library to read and parse graphics in WordPerfect Graphics format
Version: 0.1.3
Release: 2
Release: 3
License: LGPL v2.1 or later
Group: System/Libraries
Url: http://libwpg.sourceforge.net/
Source: libwpg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libwpg-0_1-1 = %{version}
%define debug_package_requires libwpg-0_1-1 = %{version}-%{release}
%description
libwpg is a C++ library to read and parse graphics in WPG (WordPerfect
@ -161,6 +168,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{name}/[A-Z]*
%changelog
* 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