forked from pool/transfig
Accepting request 127472 from Publishing
- Make it build with latest TeXLive 2012 with new package layout OBS-URL: https://build.opensuse.org/request/show/127472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/transfig?expand=0&rev=25
This commit is contained in:
commit
a62468d815
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 10:12:05 UTC 2012 - werner@suse.de
|
||||
|
||||
- Make it build with latest TeXLive 2012 with new package layout
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 28 19:21:37 CEST 2011 - werner@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package transfig
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,25 +15,35 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: transfig
|
||||
BuildRequires: libjpeg-devel netpbm texlive-latex xorg-x11 xorg-x11-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: netpbm
|
||||
BuildRequires: texlive-latex
|
||||
%if %suse_version > 1220
|
||||
BuildRequires: texlive-courier
|
||||
BuildRequires: texlive-dvips
|
||||
BuildRequires: texlive-times
|
||||
BuildRequires: tex(times.sty)
|
||||
%endif
|
||||
BuildRequires: xorg-x11
|
||||
BuildRequires: xorg-x11-devel
|
||||
%if 0%{?suse_version} > 1120
|
||||
BuildRequires: libpng12-compat-devel libpng12-devel
|
||||
BuildRequires: libpng12-compat-devel
|
||||
BuildRequires: libpng12-devel
|
||||
%else
|
||||
BuildRequires: libpng-devel
|
||||
%endif
|
||||
Url: http://www.xfig.org/
|
||||
Provides: transfig.3.2.3d
|
||||
Requires: ghostscript-fonts-std
|
||||
Requires: ghostscript-library
|
||||
Requires: netpbm
|
||||
Version: 3.2.5a
|
||||
Release: 0
|
||||
Summary: Graphic Converter
|
||||
License: MIT
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Provides: transfig.3.2.3d
|
||||
Requires: netpbm ghostscript-library ghostscript-fonts-std
|
||||
AutoReqProv: on
|
||||
Version: 3.2.5a
|
||||
Release: 12
|
||||
Summary: Graphic Converter
|
||||
Source: transfig.%{version}.tar.bz2
|
||||
Patch0: transfig.3.2.5a.dif
|
||||
Patch1: transfig.3.2.5a-cups.dif
|
||||
|
Loading…
Reference in New Issue
Block a user