This commit is contained in:
parent
eae818e787
commit
96f8b01b13
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 13:56:13 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Require and supplement correct resolvables for gimp.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 1 11:15:28 CEST 2008 - sbrabec@suse.cz
|
Tue Jul 1 11:15:28 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package inkscape (Version 0.46)
|
# spec file for package inkscape (Version 0.46)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -18,7 +25,7 @@ Group: Productivity/Graphics/Vector Editors
|
|||||||
Requires: ghostscript-fonts-std python-gtk python-numeric pstoedit gzip /usr/bin/gs
|
Requires: ghostscript-fonts-std python-gtk python-numeric pstoedit gzip /usr/bin/gs
|
||||||
Summary: Inkscape Vector Illustration Program
|
Summary: Inkscape Vector Illustration Program
|
||||||
Version: 0.46
|
Version: 0.46
|
||||||
Release: 37
|
Release: 61
|
||||||
# package in <= NLD9 and SuSE Linux <= 9.1
|
# package in <= NLD9 and SuSE Linux <= 9.1
|
||||||
Provides: sodipodi
|
Provides: sodipodi
|
||||||
Obsoletes: sodipodi
|
Obsoletes: sodipodi
|
||||||
@ -288,8 +295,9 @@ Authors:
|
|||||||
License: GPL v2 only; LGPL v2.1 only
|
License: GPL v2 only; LGPL v2.1 only
|
||||||
Summary: Inkscape Vector Illustration Program - The GIMP Extensions
|
Summary: Inkscape Vector Illustration Program - The GIMP Extensions
|
||||||
Group: Productivity/Graphics/Vector Editors
|
Group: Productivity/Graphics/Vector Editors
|
||||||
Requires: %{name} = %{version} gimp
|
Requires: %{name} = %{version} gimp-2.0
|
||||||
Supplements: packageand(%{name}:gimp)
|
Supplements: packageand(%{name}:gimp)
|
||||||
|
Supplements: packageand(%{name}:gimp-2.0)
|
||||||
Enhances: %{name}
|
Enhances: %{name}
|
||||||
# Package in openSUSE <= 11.0 and SLED <= 10
|
# Package in openSUSE <= 11.0 and SLED <= 10
|
||||||
Provides: %{name}:%{_datadir}/inkscape/extensions/gimp_xcf.inx
|
Provides: %{name}:%{_datadir}/inkscape/extensions/gimp_xcf.inx
|
||||||
@ -528,6 +536,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 24 2008 sbrabec@suse.cz
|
||||||
|
- Require and supplement correct resolvables for gimp.
|
||||||
* Tue Jul 01 2008 sbrabec@suse.cz
|
* Tue Jul 01 2008 sbrabec@suse.cz
|
||||||
- Added missing dependencies: libMagick++-devel, libwpg-devel,
|
- Added missing dependencies: libMagick++-devel, libwpg-devel,
|
||||||
gimp, transfig, yudit.
|
gimp, transfig, yudit.
|
||||||
|
Loading…
Reference in New Issue
Block a user