From c602a73c8c83a480999e979ada4a645780844f0b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:25:28 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20transfi?= =?UTF-8?q?g-3.2.3c-1.src.rpm=20Sat=20Aug=2005=202000=20Than=20Ngo=20=20-=20update=20to=203.2.3c=20(Bug=20fixed=20release?= =?UTF-8?q?)=20Wed=20Jul=2012=202000=20Prospector=20?= =?UTF-8?q?=20-=20automatic=20rebuild=20Tue=20Jun=2013=202000=20Trond=20Ei?= =?UTF-8?q?vind=20Glomsr=F8d=20=20-=20make=20it=20build=20?= =?UTF-8?q?as=20nobody.=20Imake=20sucks.=20-=20include=20LATEX.AND.XFIG=20?= =?UTF-8?q?-=20use=20%{=5Ftmppath}=20Wed=20Apr=2026=202000=20Matt=20Wilson?= =?UTF-8?q?=20=20-=20add=20enable=5Fjapanese=20option,=20d?= =?UTF-8?q?isable=20it=20for=20now.=20Sun=20Apr=2016=202000=20Bryan=20C.?= =?UTF-8?q?=20Andregg=20=20-=20new=20version=20to=20s?= =?UTF-8?q?upport=20-b=20and=20-g=20which=20xfig=20uses=20Mon=20Feb=2007?= =?UTF-8?q?=202000=20Bill=20Nottingham=20=20-=20handle?= =?UTF-8?q?=20compressed=20manpages=20Sun=20Mar=2021=201999=20Cristian=20G?= =?UTF-8?q?afton=20=20-=20auto=20rebuild=20in=20the=20n?= =?UTF-8?q?ew=20build=20environment=20(release=203)=20Wed=20Dec=2030=20199?= =?UTF-8?q?8=20Cristian=20Gafton=20=20-=20build=20for?= =?UTF-8?q?=20glibc=202.1=20Tue=20Jul=2007=201998=20Jeff=20Johnson=20=20-=20update=20to=203.2.1.=20Sat=20Jun=2027=201998?= =?UTF-8?q?=20Jeff=20Johnson=20=20-=20add=20%clean.=20Mon?= =?UTF-8?q?=20Apr=2027=201998=20Prospector=20System=20=20?= =?UTF-8?q?-=20translations=20modified=20for=20de,=20fr,=20tr=20Thu=20Nov?= =?UTF-8?q?=2013=201997=20Otto=20Hammersmith=20=20-=20fix?= =?UTF-8?q?ed=20problem=20with=20Imakefile=20for=20fig2dev=20not=20includi?= =?UTF-8?q?ng=20$(XLIB)=20-=20build=20rooted.=20Fri=20Oct=2024=201997=20Ot?= =?UTF-8?q?to=20Hammersmith=20=20-=20recreated=20the=20gl?= =?UTF-8?q?ibc=20patch=20that=20is=20needed=20for=20an=20alpha=20build,=20?= =?UTF-8?q?missed=20it=20=20=20=20=20building=20on=20the=20intel.=20Tue=20?= =?UTF-8?q?Oct=2021=201997=20Otto=20Hammersmith=20=20-=20?= =?UTF-8?q?updated=20version=20-=20fixed=20source=20url=20Fri=20Jul=2018?= =?UTF-8?q?=201997=20Erik=20Troan=20=20-=20built=20against?= =?UTF-8?q?=20glibc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + sources | 1 + transfig.spec | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 transfig.spec diff --git a/.cvsignore b/.cvsignore index e69de29..6d9e516 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +transfig.3.2.3c.tar.gz diff --git a/sources b/sources index e69de29..f3e7860 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +cefd377ff3c4ec9aa38a42e98944d9b3 transfig.3.2.3c.tar.gz diff --git a/transfig.spec b/transfig.spec new file mode 100644 index 0000000..ba20051 --- /dev/null +++ b/transfig.spec @@ -0,0 +1,117 @@ +%define enable_japanese 0 + +Summary: A utility for converting FIG files (made by xfig) to other formats. +Name: transfig +Version: 3.2.3c +Release: 1 +Epoch: 1 +Copyright: distributable +Group: Applications/Multimedia +Source: ftp://ftp.x.org/contrib/applications/drawing_tools/transfig/%{name}.%{version}.tar.gz +Patch10: transfig-3.2.1-i18n.patch +Buildroot: %{_tmppath}/transfig-%{version}-root + +%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} + +%if %{enable_japanese} +%patch10 -p1 +%endif + +%build +xmkmf -a +make Makefiles XFIGLIBDIR=/usr/X11R6/lib/X11/xfig + +%ifarch alpha +make EXTRA_DEFINES="-Dcfree=free" +%else +make +%endif + +%install +rm -rf $RPM_BUILD_ROOT +make BINDIR=$RPM_BUILD_ROOT/usr/X11R6/bin install \ + XFIGLIBDIR=$RPM_BUILD_ROOT/usr/X11R6/lib/X11/xfig +make MANSOURCEPATH=$RPM_BUILD_ROOT/usr/X11R6/man/man install.man \ + XFIGLIBDIR=$RPM_BUILD_ROOT/usr/X11R6/lib/X11/xfig \ + DOCDIR=$RPM_BUILD_ROOT/doc + +# Dunno why these are not installed +for i in fig2ps2tex fig2ps2tex.sh pic2tpic +do + install -c -m 755 fig2dev/$i.script $RPM_BUILD_ROOT/usr/X11R6/bin/$i +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc CHANGES NOTES README LATEX.AND.XFIG +/usr/X11R6/bin/transfig +/usr/X11R6/bin/fig2dev +/usr/X11R6/bin/fig2ps2tex +/usr/X11R6/bin/fig2ps2tex.sh +/usr/X11R6/bin/pic2tpic +/usr/X11R6/man/man1/* + +%changelog +* Sat Aug 05 2000 Than Ngo +- update to 3.2.3c (Bug fixed release) + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Tue Jun 13 2000 Trond Eivind Glomsrød +- make it build as nobody. Imake sucks. +- include LATEX.AND.XFIG +- use %%{_tmppath} + +* Wed Apr 26 2000 Matt Wilson +- add enable_japanese option, disable it for now. + +* Sun Apr 16 2000 Bryan C. Andregg +- new version to support -b and -g which xfig uses + +* Mon Feb 7 2000 Bill Nottingham +- handle compressed manpages + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 3) + +* Wed Dec 30 1998 Cristian Gafton +- build for glibc 2.1 + +* Tue Jul 7 1998 Jeff Johnson +- update to 3.2.1. + +* Sat Jun 27 1998 Jeff Johnson +- add %clean. + +* Mon Apr 27 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Nov 13 1997 Otto Hammersmith +- fixed problem with Imakefile for fig2dev not including $(XLIB) +- build rooted. + +* Fri Oct 24 1997 Otto Hammersmith +- recreated the glibc patch that is needed for an alpha build, missed it + building on the intel. + +* Tue Oct 21 1997 Otto Hammersmith +- updated version +- fixed source url + +* Fri Jul 18 1997 Erik Troan +- built against glibc