Accepting request 312610 from home:elvigia:branches:graphics
- Remove xorg-x11-devel from builrequires, replaced by the individual required libraries. OBS-URL: https://build.opensuse.org/request/show/312610 OBS-URL: https://build.opensuse.org/package/show/graphics/xfig?expand=0&rev=49
This commit is contained in:
parent
81413e4bd9
commit
26266e1909
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 18 19:53:44 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
- Remove xorg-x11-devel from builrequires, replaced
|
||||
by the individual required libraries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 23:10:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xfig
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,6 +20,10 @@ Name: xfig
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: flex
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: imake
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
%if 0%{suse_version} > 1310
|
||||
BuildRequires: libXaw3d-devel
|
||||
%else
|
||||
@ -28,8 +32,6 @@ BuildRequires: xaw3d-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: netpbm
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xorg-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: libpng12-compat-devel
|
||||
BuildRequires: libpng12-devel
|
||||
@ -194,6 +196,7 @@ find %{buildroot}/%{_docdir}/%{name} -name '*.orig' | xargs -r rm -f
|
||||
%{_datadir}/pixmaps/xfig.png
|
||||
%{_x11data}/xfig
|
||||
%{_bindir}/xfig*
|
||||
%dir %{_appdefdir}
|
||||
%config %{_appdefdir}/Fig
|
||||
%doc %{_mandir}/man1/xfig.1x.gz
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user