OBS User unknown 2008-08-13 16:02:03 +00:00 committed by Git OBS Bridge
parent dc9de6b820
commit eab3daa4db
2 changed files with 20 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 13 18:01:30 CEST 2008 - ro@suse.de
- move ExclusiveArch to main package
-------------------------------------------------------------------
Fri Feb 29 12:36:26 CET 2008 - ro@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package libEMF (Version 1.0)
#
# 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/
#
@ -17,20 +24,21 @@ License: LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
Version: 1.0
Release: 254
Release: 282
Source0: %{name}-%{version}.tar.bz2
Patch0: libEMF-gcc4-fix.diff
Url: http://libemf.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Library for Manipulation with Enhanced MetaFile (EMF, ECMA-234)
# add platforms with a wine port here
ExclusiveArch: axp %ix86 ppc sparc
%package devel
License: LGPL v2.1 or later
Group: System/Libraries
AutoReqProv: on
Summary: Library for manipulation with Enhanced MetaFile (EMF, ECMA-234)
Requires: %name = %version
# add platforms with a wine port here
ExclusiveArch: axp %ix86 ppc sparc
%description
LibEMF is a C/C++ library that provides a drawing toolkit based on
@ -105,6 +113,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.*a
%changelog
* Wed Aug 13 2008 ro@suse.de
- move ExclusiveArch to main package
* Fri Feb 29 2008 ro@suse.de
- fix build with current gcc
* Wed Jan 25 2006 mls@suse.de