Updating link to change in openSUSE:Factory/xfig revision 15.0
OBS-URL: https://build.opensuse.org/package/show/graphics/xfig?expand=0&rev=2912f5b52c241cb8c3c94d05d07e503b
This commit is contained in:
parent
5d7b72c5f1
commit
fa8e5a4ab5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 19 11:29:36 CEST 2010 - sndirsch@suse.de
|
||||||
|
|
||||||
|
- fixed libpng buildrequires for openSUSE >= 11.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 14 14:08:05 CET 2009 - werner@suse.de
|
Mon Dec 14 14:08:05 CET 2009 - werner@suse.de
|
||||||
|
|
||||||
|
11
xfig.spec
11
xfig.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfig (Version 3.2.5b)
|
# spec file for package xfig (Version 3.2.5b)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xfig
|
Name: xfig
|
||||||
BuildRequires: flex freetype2-devel libjpeg-devel libpng-devel netpbm update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
|
BuildRequires: flex freetype2-devel libjpeg-devel netpbm update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
|
||||||
|
%if 0%{?suse_version} > 1120
|
||||||
|
BuildRequires: libpng12-compat-devel libpng12-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: libpng-devel
|
||||||
|
%endif
|
||||||
License: PERMISSIVE-OSI-COMPLIANT
|
License: PERMISSIVE-OSI-COMPLIANT
|
||||||
Group: Productivity/Graphics/Vector Editors
|
Group: Productivity/Graphics/Vector Editors
|
||||||
Provides: xfig.3.2.3d
|
Provides: xfig.3.2.3d
|
||||||
Requires: transfig netpbm ghostscript-fonts-std
|
Requires: transfig netpbm ghostscript-fonts-std
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.2.5b
|
Version: 3.2.5b
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Facility for Interactive Generation of Figures under the X Window System
|
Summary: Facility for Interactive Generation of Figures under the X Window System
|
||||||
Url: http://www.xfig.org/
|
Url: http://www.xfig.org/
|
||||||
Source: xfig.%{version}.tar.bz2
|
Source: xfig.%{version}.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user