2004-09-09 13:25:28 +00:00
|
|
|
|
Summary: A utility for converting FIG files (made by xfig) to other formats.
|
|
|
|
|
Name: transfig
|
2004-09-09 13:31:30 +00:00
|
|
|
|
Version: 3.2.4
|
2006-08-16 17:51:35 +00:00
|
|
|
|
Release: 16
|
2004-09-09 13:25:28 +00:00
|
|
|
|
Epoch: 1
|
2004-09-09 13:27:25 +00:00
|
|
|
|
License: distributable
|
2004-09-09 13:25:28 +00:00
|
|
|
|
Group: Applications/Multimedia
|
2004-09-09 13:32:33 +00:00
|
|
|
|
Source: ftp://www-epb.lbl.gov/xfig/%{name}.%{version}.tar.gz
|
2004-09-09 13:30:40 +00:00
|
|
|
|
|
2004-09-09 13:31:30 +00:00
|
|
|
|
Patch0: transfig.3.2.4-strerror.patch
|
|
|
|
|
Patch1: transfig-3.2.4-gcc33.patch
|
|
|
|
|
Patch2: transfig.3.2.4-broken.patch
|
2004-10-18 21:28:24 +00:00
|
|
|
|
Patch3: transfig-3.2.4-badc.patch
|
2004-11-30 21:17:48 +00:00
|
|
|
|
Patch4: transfig.3.2.4-rgb.patch
|
2006-05-16 09:21:36 +00:00
|
|
|
|
Patch5: transfig-3.2.4-modularX.patch
|
2006-05-16 10:56:38 +00:00
|
|
|
|
Patch6: transfig.3.2.4-pstex.patch
|
2004-09-09 13:30:40 +00:00
|
|
|
|
|
2006-08-16 17:51:35 +00:00
|
|
|
|
Requires: ghostscript
|
|
|
|
|
|
2005-11-15 12:01:45 +00:00
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
|
BuildRequires: libjpeg-devel
|
2006-05-16 09:21:36 +00:00
|
|
|
|
BuildRequires: imake
|
2004-09-09 13:30:40 +00:00
|
|
|
|
|
2005-11-15 12:01:45 +00:00
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The transfig utility creates a makefile which translates FIG (created
|
|
|
|
|
by xfig) or PIC figures into a specified LaTeX graphics language (for
|
|
|
|
|
example, PostScript(TM)). Transfig is used to create TeX documents
|
|
|
|
|
which are portable (i.e., they can be printed in a wide variety of
|
|
|
|
|
environments).
|
|
|
|
|
|
|
|
|
|
Install transfig if you need a utility for translating FIG or PIC
|
|
|
|
|
figures into certain graphics languages.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}.%{version}
|
2004-09-09 13:31:30 +00:00
|
|
|
|
%patch0 -p1 -b .strerror
|
|
|
|
|
%patch1 -p1 -b .gcc33
|
|
|
|
|
%patch2 -p1 -b .broken
|
2004-10-18 21:28:24 +00:00
|
|
|
|
%patch3 -p1 -b .badc
|
2004-11-30 21:17:48 +00:00
|
|
|
|
%patch4 -p1 -b .rgb
|
2006-05-16 09:21:36 +00:00
|
|
|
|
%patch5 -p1 -b .modularX
|
2006-05-16 10:47:03 +00:00
|
|
|
|
%patch6 -p1 -b .pstex
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2004-09-09 13:25:35 +00:00
|
|
|
|
xmkmf
|
2006-05-16 09:21:36 +00:00
|
|
|
|
make Makefiles
|
|
|
|
|
make
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
|
|
%install
|
2006-05-16 09:21:36 +00:00
|
|
|
|
rm -rf %{buildroot}
|
2004-09-09 13:29:00 +00:00
|
|
|
|
|
2006-05-16 09:21:36 +00:00
|
|
|
|
make DESTDIR=%{buildroot} install install.man
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
|
|
# Dunno why these are not installed
|
|
|
|
|
for i in fig2ps2tex fig2ps2tex.sh pic2tpic
|
|
|
|
|
do
|
2006-05-16 09:21:36 +00:00
|
|
|
|
install -c -m 755 fig2dev/$i.script %{buildroot}%{_bindir}/$i
|
2004-09-09 13:25:28 +00:00
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%clean
|
2006-05-16 09:21:36 +00:00
|
|
|
|
rm -rf %{buildroot}
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc CHANGES NOTES README LATEX.AND.XFIG
|
2004-09-09 13:29:00 +00:00
|
|
|
|
%{_bindir}/transfig
|
|
|
|
|
%{_bindir}/fig2dev
|
|
|
|
|
%{_bindir}/fig2ps2tex
|
|
|
|
|
%{_bindir}/fig2ps2tex.sh
|
|
|
|
|
%{_bindir}/pic2tpic
|
|
|
|
|
%{_mandir}/man1/*
|
2006-05-16 09:21:36 +00:00
|
|
|
|
%{_datadir}/xfig
|
|
|
|
|
%{_datadir}/fig2dev
|
2004-09-09 13:25:28 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2006-08-16 17:51:35 +00:00
|
|
|
|
* Wed Aug 16 2006 Stepan Kasal <skasal@redhat.com> - 1:3.2.4-16
|
|
|
|
|
- Require ghostscript; fig2dev calls it.
|
|
|
|
|
|
2006-07-12 08:32:33 +00:00
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.4-15.1
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2006-05-16 10:47:03 +00:00
|
|
|
|
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-15
|
|
|
|
|
- fix #164140, transfig creates wrong dependencies for -L pstex
|
|
|
|
|
|
2006-05-16 09:21:36 +00:00
|
|
|
|
* Tue May 16 2006 Than Ngo <than@redhat.com> 3.2.4-14
|
|
|
|
|
- fix #191825, buildrequire on imake
|
|
|
|
|
- fix #173748, fig2dev still refers to /usr/X11R6/lib/X11/rgb.txt
|
|
|
|
|
|
2006-02-11 05:53:18 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.4-13.2
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
2006-02-07 14:08:18 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.2.4-13.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2005-12-19 16:08:14 +00:00
|
|
|
|
* Mon Dec 19 2005 Than Ngo <than@redhat.com> 3.2.4-13
|
|
|
|
|
- fix build problem with modular X
|
|
|
|
|
|
2005-12-09 22:43:38 +00:00
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2005-11-15 12:01:45 +00:00
|
|
|
|
* Tue Nov 15 2005 Than Ngo <than@redhat.com> 1:3.2.4-12
|
|
|
|
|
- fix for modular X
|
|
|
|
|
|
2005-03-05 21:29:10 +00:00
|
|
|
|
* Sat Mar 05 2005 Than Ngo <than@redhat.com> 1:3.2.4-11
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2004-11-30 22:18:25 +00:00
|
|
|
|
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1:3.2.4-10
|
|
|
|
|
- fix compiler warnings #111394
|
|
|
|
|
- fix broken language selection #114849
|
|
|
|
|
|
2004-11-30 21:17:48 +00:00
|
|
|
|
* Tue Nov 30 2004 Than Ngo <than@redhat.com> 1:3.2.4-9
|
|
|
|
|
- add patch to fix getrgb #117099
|
|
|
|
|
|
2004-10-18 21:28:24 +00:00
|
|
|
|
* Mon Oct 18 2004 Miloslav Trmac <mitr@redhat.com> - 1:3.2.4-8
|
|
|
|
|
- Fix at least a few obvious instances of C abuse (partly #74594 with patch by
|
|
|
|
|
Sysoltsev Slawa)
|
|
|
|
|
- Drop -Dcfree=free fix, not needed with current version
|
|
|
|
|
|
2004-09-09 13:32:50 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 13:32:33 +00:00
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 13:31:30 +00:00
|
|
|
|
* Tue Jun 17 2003 Than Ngo <than@redhat.com> 3.2.4-4
|
|
|
|
|
- patch build problem
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri May 23 2003 Jeremy Katz <katzj@redhat.com> 1:3.2.4-2
|
|
|
|
|
- fix build with gcc 3.3
|
|
|
|
|
|
|
|
|
|
* Tue May 6 2003 Than Ngo <than@redhat.com> 3.2.4-1
|
|
|
|
|
- 3.2.4
|
|
|
|
|
|
2004-09-09 13:30:40 +00:00
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Mon Nov 18 2002 Than Ngo <than@redhat.com> 3.2.3d-8
|
|
|
|
|
- Added a patch file from d.binderman@virgin.net (bug #77980)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2002 Than Ngo <than@redhat.com> 3.2.3d-7
|
2004-09-09 13:29:51 +00:00
|
|
|
|
- fig2dev crashes with more than 1 gif files (bug #69917)
|
|
|
|
|
|
2004-09-09 13:29:00 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2002 han Ngo <than@redhat.com> 3.2.3d-5
|
|
|
|
|
- fhs fixes (bug #66732)
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 13:27:25 +00:00
|
|
|
|
* Mon Jul 23 2001 Than Ngo <than@redhat.com>
|
|
|
|
|
- fix build dependencies (bug #49725)
|
|
|
|
|
- Copyright -> License
|
|
|
|
|
|
2004-09-09 13:26:30 +00:00
|
|
|
|
* Fri Jun 15 2001 Than Ngo <than@redhat.com>
|
|
|
|
|
- update to 3.2.3d release (Bug # 44742)
|
|
|
|
|
|
|
|
|
|
* Tue May 29 2001 Than Ngo <than@redhat.com>
|
|
|
|
|
- update to 3.2.3d beta2
|
|
|
|
|
|
|
|
|
|
* Fri Apr 13 2001 Than Ngo <than@redhat.com>
|
|
|
|
|
- fix core dump when using LDAP auth
|
|
|
|
|
- update ftp site
|
|
|
|
|
|
2004-09-09 13:25:45 +00:00
|
|
|
|
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
|
2004-09-09 13:25:35 +00:00
|
|
|
|
- Enable Japanese
|
|
|
|
|
|
2004-09-09 13:25:28 +00:00
|
|
|
|
* Sat Aug 05 2000 Than Ngo <than@redhat.de>
|
|
|
|
|
- update to 3.2.3c (Bug fixed release)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- make it build as nobody. Imake sucks.
|
|
|
|
|
- include LATEX.AND.XFIG
|
|
|
|
|
- use %%{_tmppath}
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- add enable_japanese option, disable it for now.
|
|
|
|
|
|
|
|
|
|
* Sun Apr 16 2000 Bryan C. Andregg <bandregg@redhat.com>
|
|
|
|
|
- new version to support -b and -g which xfig uses
|
|
|
|
|
|
|
|
|
|
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- handle compressed manpages
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 3)
|
|
|
|
|
|
|
|
|
|
* Wed Dec 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
|
|
* Tue Jul 7 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- update to 3.2.1.
|
|
|
|
|
|
|
|
|
|
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- add %clean.
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
|
|
* Thu Nov 13 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
|
- fixed problem with Imakefile for fig2dev not including $(XLIB)
|
|
|
|
|
- build rooted.
|
|
|
|
|
|
|
|
|
|
* Fri Oct 24 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
|
- recreated the glibc patch that is needed for an alpha build, missed it
|
|
|
|
|
building on the intel.
|
|
|
|
|
|
|
|
|
|
* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
|
- updated version
|
|
|
|
|
- fixed source url
|
|
|
|
|
|
|
|
|
|
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc
|