diff --git a/transfig.changes b/transfig.changes index 9f8bd0a..e4ec0a7 100644 --- a/transfig.changes +++ b/transfig.changes @@ -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 diff --git a/transfig.spec b/transfig.spec index 4006357..f6a30f5 100644 --- a/transfig.spec +++ b/transfig.spec @@ -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