Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 195691 Details for
Bug 242416
Review Request: texlive - Binaries for the TeX formatting system
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file patch that separates sub packages and remove non free
texlive.spec-separated.diff (text/plain), 22.95 KB, created by
Patrice Dumas
on 2007-09-14 10:38:54 UTC
(
hide
)
Description:
spec file patch that separates sub packages and remove non free
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-09-14 10:38:54 UTC
Size:
22.95 KB
patch
obsolete
>--- texlive.spec-0.12 2007-09-13 11:07:04.000000000 +0200 >+++ texlive.spec 2007-09-14 12:20:29.000000000 +0200 >@@ -6,6 +6,8 @@ > %define pdvipsk_ver p1.7a > %define mendexk_ver 2.6d > >+%define texlive_ver 2007 >+ > %define desktop_file_utils_version 0.9 > %define default_letter_paper 0 > # lcdf typetools can be easily built as a separate tool, so it should be >@@ -20,7 +22,7 @@ > %{!?_texmf_var: %define _texmf_var %{_var}/lib/texmf} > > Name: texlive >-Version: 2007 >+Version: %{texlive_ver} > Release: 0.12%{?dist} > Summary: Binaries for the TeX formatting system > >@@ -31,7 +33,9 @@ > ##### > # Source0-99: main sources > ##### >-Source0: http://tug.org/svn/texlive/branches/branch2007/Master/source/source.tar.bz2 >+#Source0: http://tug.org/svn/texlive/branches/branch2007/Master/source/source.tar.bz2 >+# non free source files removed with texlive-generate-tarball.sh >+Source0: source-free.tar.bz2 > Source1: xpdf-3.02.tar.bz2 > > Source10: texlive.cron >@@ -39,6 +43,7 @@ > Source30: xdvi48x48.png > # Filter out bad requirements (RH bug #59819). > Source99: texlive-filter-requires.sh >+Source100: texlive-generate-tarball.sh > %define __perl_requires %{SOURCE99} > # 1000-: Japanese pTeX > Source1000: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ptex-src-%{ptex_src_ver}-Beta3.tar.bz2 >@@ -146,6 +151,16 @@ > Requires: texlive-texmf = %{version} > Requires: texlive-fonts = %{version}-%{release} > Requires: texlive-texmf-errata = %{version} >+# for a2ping >+Requires: ghostscript >+# for ps4pdf >+Requires: texlive-dvips = %{version}-%{release} >+# used to be in tetex, but is a separated project >+%if %{enable_japanese} >+Requires: mendexk >+%endif >+# needed by xetex >+Requires: dvipdfmx > # make sure fonts package installed before running post - since > # fmtutil-sys is symlink to fmtutil > Requires(post): %{_bindir}/fmtutil >@@ -192,7 +207,7 @@ > %package dvips > Summary: A DVI to PostScript converter for the TeX text formatting system > Group: Applications/Publishing >-Requires: texlive-fonts = %{version} >+Requires: texlive-fonts = %{version}-%{release} > Requires: psutils > Obsoletes: tetex-dvips <= 3.0 > Provides: tetex-dvips = 3.1 >@@ -201,21 +216,24 @@ > > > %description dvips >-Dvips converts .dvi files produced by the TeX text formatting system >-to PostScript(TM) format. >+Dvips converts .dvi files, for example those produced by the TeX text >+formatting system, to PostScript(TM) format. > > If you are installing texlive, so that you can use the TeX text > formatting system without direct PDF compilation, consider to install >-texlive-dvips. In addition, you will need to install texlive-afm (for >-converting PostScript font description files), texlive-latex (a higher level >-formatting package which provides an easier-to-use interface for TeX), and >-texlive-xdvi (for previewing .dvi files in X). >+texlive-dvips. In addition, you will need to install texlive-latex >+(a higher level formatting package which provides an easier-to-use >+interface for TeX), and xdvi (for previewing .dvi files in X). > > %package dviutils > Summary: A collection of utilities for working with dvi files > Group: Applications/Publishing > # not positive about this requires, pretty sure though >-Requires: texlive-fonts = %{version} >+Requires: texlive-fonts = %{version}-%{release} >+# used to be in tetex, but has a separate upstream >+Requires: dvipng, dvipdfm >+# some dvi utilities used to be in tetex >+Obsoletes: tetex <= 3.0 > > %description dviutils > The texlive-dviutils package includes a set of tools for working with dvi >@@ -226,19 +244,24 @@ > Group: Applications/Publishing > Obsoletes: tetex-fonts <= 3.0 > Provides: tetex-fonts = 3.1 >+# needed by allcm, allec, allneeded >+Requires: texlive-dvips = %{version}-%{release} > Requires: texlive-texmf-fonts >= %{version} > Requires: texlive-texmf-errata = %{version} > > > %description fonts > The texlive-fonts package contains programs required to generate font files >-for the TeX text formatting system. The kpathsea related programs are also in >-this package, they are needed in order to find out a file in the TeX file tree. >+for the TeX text formatting system. >+ >+The kpathsea related programs are also in this package, they are needed >+in order to find out a file in the TeX file tree. >+ > > %package latex > Summary: The LaTeX front end for the TeX text formatting system > Group: Applications/Publishing >-Requires: texlive = %{version}, texlive-dvips = %{version} >+Requires: texlive = %{version}-%{release}, texlive-dvips = %{version}-%{release} > Requires: netpbm-progs > # make sure main and fonts package installed before running post > Requires(post): %{_bindir}/fmtutil %{_bindir}/fmtutil-sys >@@ -256,30 +279,9 @@ > > The TeX documentation is located in the texlive-doc package. > >-%package xdvi >-Summary: An X viewer for DVI files >-Group: Applications/Publishing >-Requires: texlive-dvips = %{version} >-Requires(post): desktop-file-utils >= %{desktop_file_utils_version} >-Obsoletes: tetex-xdvi <= 3.0 >-Provides: tetex-xdvi = 3.1 >-Requires: texlive-texmf-errata = %{version} >- >- >-%description xdvi >-Xdvi allows you to preview the TeX text formatting system's output >-.dvi files on an X Window System. >- >-If you are installing texlive and you use PlainTeX or you are using DVI files, >-you will also need to install texlive-xdvi which allows you to view DVI files. >-Consider installing texlive-dvips (for converting .dvi files to PostScript >-format for printing on PostScript printers), and texlive-latex (a higher level >-formatting package which provides an easier-to-use interface for TeX). >- > %package -n kpathsea > Summary: Shared library needed by kpathsea and info files > Group: Development/Libraries >-Provides: kpathsea > Obsoletes: tetex-fonts <= 3.0 > > %description -n kpathsea >@@ -297,6 +299,90 @@ > You only need to install this package if you will be compiling software that > wants to link against the kpathsea library. > >+%package -n xdvi >+Summary: An X viewer for DVI files >+Group: Applications/Publishing >+Requires: texlive-dvips = %{version}-%{release} >+Requires(post): desktop-file-utils >= %{desktop_file_utils_version} >+Version: 22.84.12 >+#Url: http://xdvi.sourceforge.net/ >+#Source0: http://downloads.sourceforge.net/xdvi/xdvik-%{version}.tar.gz >+Obsoletes: tetex-xdvi <= 3.0 >+Provides: tetex-xdvi = 3.1 >+#Provides: texlive-xdvi = %{version}-%{release} >+#Requires: texlive-texmf-errata = %{version} >+ >+ >+%description -n xdvi >+Xdvik, the kpathsea version of xdvi, is a previewer for DVI files >+produced e.g. by the TeX or troff typesetting systems. >+ >+If you are installing texlive and you use PlainTeX or you are using DVI files, >+you will also need to install xdvi which allows you to view DVI files. >+Consider installing texlive-dvips (for converting .dvi files to PostScript >+format for printing on PostScript printers), and texlive-latex (a higher level >+formatting package which provides an easier-to-use interface for TeX). >+ >+%package -n dvipng >+Summary: DVI-to-PNG converter >+Version: 1.9 >+Group: Applications/Publishing >+#Url: http://savannah.nongnu.org/projects/dvipng/ >+#Source0: http://download.savannah.gnu.org/releases/dvipng/dvipng-%{version}.tar.gz >+ >+%description -n dvipng >+This program makes PNG and/or GIF graphics from DVI files as obtained >+from TeX and its relatives. >+ >+%package -n mendexk >+Summary: Replacement for makeindex with many enhancements >+Group: Applications/Publishing >+Version: %{mendexk_ver} >+#Url: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/ >+#Source0: ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/mendexk%{version}.tar.bz2 >+ >+%description -n mendexk >+Replacement for makeindex with many enhancements. >+ >+%package -n dvipdfm >+Summary: DVI to PDF translator >+Version: 0.13.2d >+Group: Applications/Publishing >+#Url: http://gaspra.kettering.edu/dvipdfm/ >+#Source0: http://gaspra.kettering.edu/dvipdfm/dvipdfm-%{version}.tar.gz >+# for dvipdft >+Requires: ghostscript >+# for .enc files >+Requires: texlive-texmf-dvips = %{texlive_ver} >+ >+%description -n dvipdfm >+DVI to PDF translator. >+ >+%package -n dvipdfmx >+Summary: Extended version of the dvipdfm DVI to PDF translator >+Group: Applications/Publishing >+Version: 0 >+#Url: http://project.ktug.or.kr/dvipdfmx/ >+# %define ver_date 20070518 >+#Source0: http://project.ktug.or.kr/dvipdfmx/snapshot/release/dvipdfmx-%{ver_date}.tar.gz >+# for cmap files >+Requires: texlive-texmf-fonts = %{texlive_ver} >+Provides: texlive-dvipdfmx >+ >+%description -n dvipdfmx >+The dvipdfmx (formerly dvipdfm-cjk) project provides an eXtended version >+of the dvipdfm, a DVI to PDF translator developed by Mark A. Wicks. >+ >+The primary goal of this project is to support multi-byte character >+encodings and large character sets for East Asian languages. The secondary >+goal is to support as many features as pdfTeX developed by Han The Thanh. >+ >+This project is a combined work of the dvipdfm-jpn project by Shunsaku >+Hirata and its modified one, dvipdfm-kor, by Jin-Hwan Cho. >+ >+# without this define, the version is overriden by separated subpackages >+# versions >+%define version %{texlive_ver} > > %prep > %setup -q -T -c -a0 >@@ -402,8 +488,8 @@ > > # Prepare pTeX > tar xfj %{SOURCE1000} -C texk/web2c/ >-perl -pi -e 's|/\{ptex/\{platex,generic,\},tex/\{latex,generic,\}\}|/{ptex/platex,{p,}tex/latex,{p,}tex/generic,{p,}tex}|g; s/\| uniq//g' texk/web2c/ptex-src-%{ptex_src_ver}/mkconf > cd texk/web2c/ptex-src-%{ptex_src_ver} >+sed -i -e 's|/{ptex/{platex,generic,},tex/{latex,generic,}}|/{ptex/platex,{p,}tex/latex,{p,}tex/generic,{p,}tex}|g' -e 's/| uniq//g' mkconf > %patch1004 -p1 > %patch1006 -p1 > cd - >@@ -419,15 +505,6 @@ > %patch1000 -p1 -b .pdvips > ln -s dvips.1 texk/pdvipsk/pdvips.1 > >-# remove license problematic/useless stuff >-rm -f texk/texlive/nts.pl >-rm -f texk/dvipsk/contrib/bbfig/bb.ps >-rm -f texk/dvipsk/contrib/pspic/pspic.sty >-rm -f contrib/psfntmac/ps_lfonts.tex >-rm -f contrib/psfntmac/ps_plain.tex >-rm -f dvpisk/contrib/timesmat.sty >-rm -f contrib/MakeTeXPK.pl >- > # set up Japanese xdvi > cp -a texk/xdvik texk/pxdvik > >@@ -484,6 +561,7 @@ > --disable-multiplatform \ > --without-dialog --without-texinfo --without-texi2html \ > --without-tex4htk \ >+ --without-detex --without-dvi2tty \ > %if %{disable_lcdf_typetools} > --with-lcdf-typetools=no \ > %endif >@@ -494,7 +572,6 @@ > # Remove everything except: > # icu: includes some changes > # md5: the aladdin md5 code (not a library) >-# t1lib: use t1lib.ac and withenable.ac if reautoconf > # xpdf: may soon be replaced by libpoppler and removed > %{__rm} -r libs/{curl,expat,freetype,freetype2,gd,howto,jpeg,libgnuw32,libgsw32,libpng,libttf,ncurses,regex,unzip,zlib,type1,t1lib}/ > >@@ -546,7 +623,7 @@ > Name=DVI Viewer > Type=Application > Comment=DVI viewer for TeX DVI files >-Icon=xdvi48x48.png >+Icon=xdvi > MiniIcon=mini-doc1.xpm > Exec=%{_bindir}/xdvi > MimeType=application/x-dvi >@@ -557,6 +634,9 @@ > rm -f %{buildroot}%{_infodir}/dir > find %{buildroot} | grep -e "\\.la$" | xargs rm -f > >+# set executable bit for the library for debuginfo creation >+chmod a+x %{buildroot}%{_libdir}/libkpathsea.so.*.* >+ > ## remove what is packages in other Fedora packages > # jadetex > rm -f %{buildroot}%{_bindir}/jadetex >@@ -574,14 +654,17 @@ > > # these are owned by texmf-fonts package > rm -f %{buildroot}%{_texmf_main}/ls-R >-rm -f %{buildroot}%{_texmf_main}/web2c/fmtutil.cnf >+ >+# keep fmtutil.cnf used for the initial configuration in doc >+rm -rf __fedora_kpathsea >+mkdir -p __fedora_kpathsea/ >+mv %{buildroot}%{_texmf_main}/web2c/fmtutil.cnf __fedora_kpathsea/fmtutil.cnf-init > > # this file is different from the one in texmf-fonts, since it is > # the one from kpathsea which isn't specific of texlive. It is only > # used during build and to set the kpathsea default paths, however. > # Kept as documentation together with paths.h since they describe > # what the kpathsea default paths are >-rm -rf __fedora_kpathsea > mkdir -p __fedora_kpathsea/kpathsea_defaults > mv %{buildroot}%{_texmf_main}/web2c/texmf.cnf __fedora_kpathsea/kpathsea_defaults/texmf-kpathsea-defaults.cnf > cp texk/kpathsea/paths.h __fedora_kpathsea/kpathsea_defaults >@@ -593,8 +676,11 @@ > install -p -D -m755 %{SOURCE10} %{buildroot}%{_sysconfdir}/cron.daily/texlive.cron > > # install the xdvi desktop file >-install -p -d -m755 %{buildroot}%{_datadir}/{applications,pixmaps} >+mkdir -p %{buildroot}%{_datadir}/{applications,pixmaps} >+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/ >+ > install -p -m644 %{SOURCE30} %{buildroot}%{_datadir}/pixmaps/ >+install -p -m644 %{SOURCE30} %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/xdvi.png > desktop-file-install --vendor tetex --delete-original \ > --dir %{buildroot}%{_datadir}/applications \ > --add-category Graphics \ >@@ -634,10 +720,10 @@ > texmf=%{buildroot}%{_texmf_main} \ > texmfmain=%{buildroot}%{_texmf_main} > # texmf.cnf is prepared by texlive-texmf package. >-rm -f %{buildroot}%{_texmf_main}/web2c/texmf.cnf >+rm %{buildroot}%{_texmf_main}/web2c/texmf.cnf > cd - > >-install -p -m 644 texk/pxdvik/vfontmap.sample.orig %{buildroot}%{_datadir}/texmf/pxdvi/vfontmap.sample >+install -p -m 644 texk/pxdvik/vfontmap.sample.orig %{buildroot}%{_datadir}/texmf/doc/pxdvik/vfontmap.sample > > # mendexk install > cd texk/mendexk%{mendexk_ver} >@@ -658,14 +744,14 @@ > # remove pool files, they belong to texlive-texmf > rm -rf %{buildroot}%{_texmf_main}/web2c/*.pool > >-# move the configuration files and symlink them >-mkdir -p %{buildroot}%{_texmf_conf}/web2c/ >-mv %{buildroot}%{_texmf_main}/web2c/*.opt %{buildroot}%{_texmf_conf}/web2c/ >-for file in `ls %{buildroot}%{_texmf_conf}/web2c/ | egrep 'opt$'`; do >- filename="`basename ${file}`" >- ln -sf %{_texmf_conf}/web2c/${filename} %{buildroot}%{_texmf_main}/web2c/ >-done >- >+# move the configuration files that should be under user control >+mkdir -p %{buildroot}%{_texmf_conf}/{web2c/,dvipdfm/} >+mv %{buildroot}%{_texmf_main}/web2c/mktexdir.opt %{buildroot}%{_texmf_conf}/web2c/ >+mv %{buildroot}%{_texmf_main}/dvipdfm/cid-x.map %{buildroot}%{_texmf_conf}/dvipdfm/ >+ >+# separated projects >+rm %{buildroot}%{_bindir}/devnag >+rm %{buildroot}%{_bindir}/afm2pl %{buildroot}%{_mandir}/man1/afm2pl.1* > > %clean > rm -rf %{buildroot} >@@ -682,7 +768,6 @@ > %{_bindir}/texconfig-sys rehash 2> /dev/null || : > > %post dviutils >-/sbin/install-info %{_infodir}/dvipng.info %{_infodir}/dir > %{_bindir}/texconfig-sys rehash 2> /dev/null || : > > %post fonts >@@ -696,21 +781,28 @@ > %{_bindir}/texconfig-sys rehash 2> /dev/null || : > %{_bindir}/fmtutil-sys --all > /dev/null 2>&1 || : > >-%post xdvi >+%post -n xdvi > %{_bindir}/texconfig-sys rehash 2> /dev/null || : > %{_bindir}/update-desktop-database %{_datadir}/applications || : >+touch --no-create %{_datadir}/icons/hicolor >+if [ -x %{_bindir}/gtk-update-icon-cache ]; then >+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >+fi > > %post -n kpathsea > /sbin/ldconfig > /sbin/install-info %{_infodir}/kpathsea.info %{_infodir}/dir > >+%post -n dvipng >+/sbin/install-info %{_infodir}/dvipng.info %{_infodir}/dir >+ > > %preun dvips > if [ "$1" = 0 ]; then > /sbin/install-info --delete %{_infodir}/dvips.info %{_infodir}/dir > fi > >-%preun dviutils >+%preun -n dvipng > if [ "$1" = 0 ]; then > /sbin/install-info --delete %{_infodir}/dvipng.info %{_infodir}/dir > fi >@@ -746,8 +838,12 @@ > %postun latex > %{_bindir}/texconfig-sys rehash 2> /dev/null || : > >-%postun xdvi >+%postun -n xdvi > %{_bindir}/texconfig-sys rehash 2> /dev/null || : >+touch --no-create %{_datadir}/icons/hicolor >+if [ -x %{_bindir}/gtk-update-icon-cache ]; then >+ %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : >+fi > > %postun -n kpathsea > /sbin/ldconfig >@@ -755,6 +851,10 @@ > > %files > %defattr(-,root,root,-) >+# config files >+%dir %{_texmf_conf} >+%dir %{_texmf_conf}/web2c >+%config(noreplace) %{_texmf_conf}/web2c/mktexdir.opt > %{_bindir}/a2ping > %{_bindir}/aleph > %{_bindir}/amstex >@@ -762,22 +862,16 @@ > %{_bindir}/ctangle > %{_bindir}/ctie > %{_bindir}/cweave >+# used by makempx >+%{_bindir}/dvitomp > %{_bindir}/dmp > %{_bindir}/e2pall >-%{_bindir}/ebb > %{_bindir}/epstopdf > %{_bindir}/etex > %{_bindir}/fmtutil > %{_bindir}/fmtutil-sys > %{_bindir}/fontinst >-%{_bindir}/kpseaccess >-%{_bindir}/kpsepath >-%{_bindir}/kpsereadlink >-%{_bindir}/kpsestat >-%{_bindir}/kpsetool > %{_bindir}/kpsewhere >-%{_bindir}/kpsewhich >-%{_bindir}/kpsexpand > %{_bindir}/lambda > %{_bindir}/lamed > %{_bindir}/makeindex >@@ -785,15 +879,13 @@ > %{_bindir}/makempy > %{_bindir}/mkindex > %{_bindir}/mkocp >+%{_bindir}/mktexfmt > %{_bindir}/mpost > %{_bindir}/mpto > %{_bindir}/mptopdf > %{_bindir}/newer > %{_bindir}/omega > %{_bindir}/otangle >-%{_bindir}/otp2ocp >-%{_bindir}/outocp >-%{_bindir}/ovf2ovp > %{_bindir}/patgen > %{_bindir}/pdfcrop > %{_bindir}/pdfetex >@@ -822,7 +914,8 @@ > # new files not in Fedora tetex > %{_bindir}/bibtex8 > %{_bindir}/csplain >-%{_bindir}/detex >+# separated project >+#%{_bindir}/detex > %{_bindir}/mltex > %{_bindir}/pdfcsplain > # not positive these belong here >@@ -830,7 +923,8 @@ > %{_bindir}/cef5conv > %{_bindir}/cefconv > %{_bindir}/cefsconv >-%{_bindir}/devnag >+# separated project >+# %{_bindir}/devnag > %{_bindir}/eplain > %{_bindir}/extconv > %{_bindir}/musixflx >@@ -858,7 +952,6 @@ > # Japanese pTeX > %if %{enable_japanese} > %{_bindir}/jbibtex >-%{_bindir}/mendex > %{_bindir}/ptex > %endif > # man pages >@@ -868,9 +961,9 @@ > %{_mandir}/man1/ctie.1* > %{_mandir}/man1/cweave.1* > %{_mandir}/man1/cweb.1* >+%{_mandir}/man1/dvitomp.1* > %{_mandir}/man1/dmp.1* > %{_mandir}/man1/e2pall.1* >-%{_mandir}/man1/ebb.1* > %{_mandir}/man1/eplain.1* > %{_mandir}/man1/epstopdf.1* > %{_mandir}/man1/etex.1* >@@ -878,14 +971,7 @@ > %{_mandir}/man1/fmtutil.1* > %{_mandir}/man1/fmtutil-sys.1* > %{_mandir}/man1/fontinst.1* >-%{_mandir}/man1/kpseaccess.1* >-%{_mandir}/man1/kpsepath.1* >-%{_mandir}/man1/kpsereadlink.1* >-%{_mandir}/man1/kpsestat.1* >-%{_mandir}/man1/kpsetool.1* > %{_mandir}/man1/kpsewhere.1* >-%{_mandir}/man1/kpsewhich.1* >-%{_mandir}/man1/kpsexpand.1* > %{_mandir}/man1/lambda.1* > %{_mandir}/man1/makeindex.1* > %{_mandir}/man1/makempx.1* >@@ -899,9 +985,6 @@ > %{_mandir}/man1/mpto.1* > %{_mandir}/man1/newer.1* > %{_mandir}/man1/omega.1* >-%{_mandir}/man1/otp2ocp.1* >-%{_mandir}/man1/outocp.1* >-%{_mandir}/man1/ovf2ovp.1* > %{_mandir}/man1/patgen.1* > %{_mandir}/man1/pdfetex.1* > %{_mandir}/man1/pdftex.1* >@@ -926,7 +1009,8 @@ > %{_mandir}/man1/updmap-sys.1* > %{_mandir}/man1/weave.1* > # new files not in Fedora tetex >-%{_mandir}/man1/detex.1* >+# separated project >+#%{_mandir}/man1/detex.1* > %{_mandir}/man5/updmap.cfg.* > # man pages for other utilities > %{_mandir}/man1/ctxtools.1* >@@ -937,26 +1021,21 @@ > %{_mandir}/man1/texmfstart.1* > %{_mandir}/man1/textools.1* > # Japanese pTeX >-%if %{enable_japanese} >-%{_mandir}/ja/man1/mendex.1* >-%endif > %dir %{_texmf_main}/web2c > %{_texmf_main}/texconfig/tcfmgr* >-%{_texmf_main}/dvipdfm/ > %{_texmf_main}/bibtex/ > # Japanese pTeX > %if %{enable_japanese} > %{_texmf_main}/web2c/*.fmt > %endif >+%dir %{_texmf_main}/doc > %doc %{_texmf_main}/doc/bibtex8/ > # Japanese pTeX > %if %{enable_japanese} >-%doc %{_texmf_main}/doc/mendexk/ > %doc %{_texmf_main}/doc/ptex/ > %endif > %dir %{_texmf_var}/web2c/ >-# config files >-%{_texmf_conf}/web2c/*.opt >+%doc __fedora_kpathsea/fmtutil.cnf-init > > %files afm > %defattr(-,root,root,-) >@@ -964,9 +1043,9 @@ > %{_bindir}/ttf2afm > %{_mandir}/man1/afm2tfm.1* > %{_mandir}/man1/ttf2afm.1* >-# not in fedora tetex >-%{_bindir}/afm2pl >-%{_mandir}/man1/afm2pl.1* >+# not in fedora tetex, but a separate project >+#%{_bindir}/afm2pl >+#%{_mandir}/man1/afm2pl.1* > > %files dvips > %defattr(-,root,root,-) >@@ -994,16 +1073,14 @@ > > %files dviutils > %defattr(-,root,root,-) >-%{_bindir}/disdvi >+# separated project (dvi2tty) >+#%{_bindir}/disdvi > %{_bindir}/dt2dv > %{_bindir}/dv2dt >-%{_bindir}/dvi2tty >+# separated project (dvi2tty) >+#%{_bindir}/dvi2tty > %{_bindir}/dvicopy > %{_bindir}/dvihp >-%{_bindir}/dvipdfm >-%{_bindir}/dvipdft >-%{_bindir}/dvipng >-%{_bindir}/dvitomp > %{_bindir}/dvitype > %{_bindir}/dvibook > %{_bindir}/dviconcat >@@ -1013,7 +1090,6 @@ > %{_bindir}/dvilj4 > %{_bindir}/dvilj4l > %{_bindir}/dvilj6 >-%{_bindir}/dvipdfmx > %{_bindir}/dvipos > %{_bindir}/dviselect > %{_bindir}/dvitodvi >@@ -1021,14 +1097,11 @@ > %{_bindir}/odvitype > %{_mandir}/man1/dvicopy.1* > %{_mandir}/man1/dvihp.1* >-%{_mandir}/man1/dvipdfm.1* >-%{_mandir}/man1/dvipdft.1* >-%{_mandir}/man1/dvipng.1* >-%{_mandir}/man1/dvitomp.1* > %{_mandir}/man1/dvitype.1* > %{_mandir}/man1/dt2dv.1* > %{_mandir}/man1/dv2dt.1* >-%{_mandir}/man1/dvi2tty.1* >+# separated project (dvi2tty) >+#%{_mandir}/man1/dvi2tty.1* > %{_mandir}/man1/dvibook.1* > %{_mandir}/man1/dviconcat.1* > %{_mandir}/man1/dvidvi.1* >@@ -1037,7 +1110,6 @@ > %{_mandir}/man1/dvilj4.1* > %{_mandir}/man1/dvilj4l.1* > %{_mandir}/man1/dvilj6.1* >-%{_infodir}/dvipng.info* > %{_mandir}/man1/dvipos.1* > %{_mandir}/man1/dviselect.1* > %{_mandir}/man1/dvitodvi.1* >@@ -1053,12 +1125,18 @@ > %{_bindir}/gftopk > %{_bindir}/gftype > %{_bindir}/gsftopk >+%{_bindir}/kpseaccess >+%{_bindir}/kpsepath >+%{_bindir}/kpsereadlink >+%{_bindir}/kpsestat >+%{_bindir}/kpsewhich >+%{_bindir}/kpsexpand >+%{_bindir}/kpsetool > %{_bindir}/mag > %{_bindir}/mf > %{_bindir}/mf-nowin > %{_bindir}/mft > %{_bindir}/mkofm >-%{_bindir}/mktexfmt > %{_bindir}/mktexlsr > %{_bindir}/mktexmf > %{_bindir}/mktexpk >@@ -1066,6 +1144,9 @@ > %{_bindir}/ofm2opl > %{_bindir}/omfonts > %{_bindir}/opl2ofm >+%{_bindir}/otp2ocp >+%{_bindir}/outocp >+%{_bindir}/ovf2ovp > %{_bindir}/ovp2ovf > %{_bindir}/pfb2pfa > %{_bindir}/pk2bm >@@ -1087,6 +1168,13 @@ > %{_mandir}/man1/gftopk.1* > %{_mandir}/man1/gftype.1* > %{_mandir}/man1/gsftopk.1* >+%{_mandir}/man1/kpseaccess.1* >+%{_mandir}/man1/kpsepath.1* >+%{_mandir}/man1/kpsereadlink.1* >+%{_mandir}/man1/kpsestat.1* >+%{_mandir}/man1/kpsetool.1* >+%{_mandir}/man1/kpsewhich.1* >+%{_mandir}/man1/kpsexpand.1* > %{_mandir}/man1/mag.1* > %{_mandir}/man1/mft.1* > %{_mandir}/man1/mkofm.1* >@@ -1096,6 +1184,9 @@ > %{_mandir}/man1/mktextfm.1* > %{_mandir}/man1/ofm2opl.1* > %{_mandir}/man1/opl2ofm.1* >+%{_mandir}/man1/otp2ocp.1* >+%{_mandir}/man1/outocp.1* >+%{_mandir}/man1/ovf2ovp.1* > %{_mandir}/man1/ovp2ovf.1* > %{_mandir}/man1/pfb2pfa.1* > %{_mandir}/man1/pk2bm.1* >@@ -1164,7 +1255,7 @@ > %{_bindir}/platex209 > %endif > >-%files xdvi >+%files -n xdvi > %defattr(-,root,root,-) > %{_bindir}/oxdvi > %{_bindir}/xdvi >@@ -1175,6 +1266,7 @@ > %{_mandir}/man1/xdvi.1* > %{_mandir}/man1/xdvizilla.1* > %{_datadir}/pixmaps/xdvi48x48.png >+%{_datadir}/icons/hicolor/48x48/apps/xdvi.png > %{_datadir}/applications/tetex-xdvi.desktop > # Japanese pTeX > %if %{enable_japanese} >@@ -1184,7 +1276,6 @@ > %{_bindir}/pxdvi-xaw3d.bin > %{_texmf_main}/pxdvi/ > %doc %{_texmf_main}/doc/pxdvik/ >-%doc %{_texmf_main}/pxdvi/vfontmap.sample > %endif > > %files -n kpathsea >@@ -1201,6 +1292,36 @@ > # against the shared. I can't name any, but so i hear. > %{_libdir}/libkpathsea.a > >+%files -n dvipng >+%defattr(-,root,root,-) >+%{_bindir}/dvipng >+%{_mandir}/man1/dvipng.1* >+%{_infodir}/dvipng.info* >+ >+%files -n mendexk >+%defattr(-,root,root,-) >+%if %{enable_japanese} >+%{_bindir}/mendex >+%{_mandir}/ja/man1/mendex.1* >+%doc %{_texmf_main}/doc/mendexk/ >+%endif >+ >+%files -n dvipdfm >+%defattr(-,root,root,-) >+%{_bindir}/ebb >+%{_bindir}/dvipdfm >+%{_bindir}/dvipdft >+%{_mandir}/man1/ebb.1* >+%{_mandir}/man1/dvipdfm.1* >+%{_mandir}/man1/dvipdft.1* >+ >+%files -n dvipdfmx >+%doc texk/dvipdfmx/AUTHORS texk/dvipdfmx/ChangeLog >+%doc texk/dvipdfmx/COPYING texk/dvipdfmx/README >+%dir %{_texmf_conf}/dvipdfm/ >+%config(noreplace) %{_texmf_conf}/dvipdfm/cid-x.map >+%{_bindir}/dvipdfmx >+%{_texmf_main}/dvipdfm/ > > %changelog > * Thu Aug 30 2007 Jindrich Novy <jnovy@redhat.com> - 2007-0.12
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242416
:
158208
|
161796
|
161797
|
161799
|
161800
|
161801
|
161802
|
161803
|
161973
|
161974
|
161975
|
195671
| 195691