%define inst_prefix usr Obsoletes: LaTeX2e_pkg LaTeX2e Summary: Packages for LaTeX2e Name: LaTeX2e-packages Version: 1.0 Release: 2jrpm # $CTAN/macros/latex2e/packages/* Source: packages.tar.gz Copyright: Copyright is maintained on each of these packages by the author(s) of the package. Group: Applications/Publishing/TeX BuildRoot: /var/tmp/root-2e Distribution: Japanese RPM (JRPM) Vendor: Linux Japanese RPM Project Packager: Satoshi Ishikawa BuildArchitectures: noarch Summary(ja): LaTeX2e 用パッケージ %description Packages for LaTeX2e ・amslatex ・bebel ・expl3(yet) ・mfnfss(yet) ・psnfss(yet) ・graphics ・tools %description -l ja LaTeX2e用パッケージ ・amslatex ・bebel ・expl3(yet) ・mfnfss(yet) ・psnfss(yet) ・graphics ・tools %package -n LaTeX2e-amslatex Obsoletes: LaTeX2e_pkg-amslatex Summary: AMS-LaTeX 1.2, 1996/12/19 Summary(ja): AMS-LaTeX 1.2, 1996/12/19 Group: Applications/Publishing/TeX Requires: pLaTeX2e %description -n LaTeX2e-amslatex AMS-LaTeX is a collection of various extensions for LaTeX to provide support for sophisticated mathematical typesetting. %description -l ja -n LaTeX2e-amslatex AMS-LaTeXは、LaTeX で複雑な数式記述を可能にするための様々なな拡張群です。 %package -n LaTeX2e-babel Summary: The Babel system! Summary(ja): バベルシステム Group: Applications/Publishing/TeX Requires: pLaTeX2e %description -n LaTeX2e-babel The Babel system supports multilingual typesetting. This version of the Babel system is compatible with LaTeX2e. Whenever the instructions talk about LaTeX, read LaTeX2e. %description -l ja -n LaTeX2e-babel バベルシステムは,多数の言語を使用する植字をサポートしています。 このバージョンのバベルシステムは,LaTeX2eと互換性があります。 LaTeXに関しては、LaTeX2eを参照して下さい。 #%package -n LaTeX2e-expl3 #Summary: Experimental Packages for LaTeX3 programming #Summary(ja): LaTeX3プログラミングのための実験的パッケージ #Group: Applications/Publishing/TeX #Requires: pLaTeX2e #%description -n LaTeX2e-expl3 #%description -l ja -n LaTeX2e-expl3 #%package -n LaTeX2e-mfnfss #Summary: the `mfnfss' bundle (December 1995) #Summary(ja): 1995/12 にバンドルされた mfnfss #Group: Applications/Publishing/TeX #Requires: pLaTeX2e #%description -n LaTeX2e-mfnfss #This `bundle' consists of LaTeX2e packages written and supported # by members of the LaTeX3 Project Team. #%description -l ja -n LaTeX2e-mfnfss #このパッケージは、LaTeX3プロジェクトチームのメンバーによって記述されサポートされているパッケージです。 #%package -n LaTeX2e-psnfss #Summary: psnfss package for LaTeX2e #Summary(ja): LaTeX2e 向け psnfss パッケージ #Group: Applications/Publishing/TeX #Requires: pLaTeX2e #%description -n LaTeX2e-psnfss #A set of LaTeX2e package files to load the common PostScript fonts,together with packages for Lucida and MathTime fonts. #%description -l ja -n LaTeX2e-psnfss #標準的な Postscript フォントを利用するためのLaTeX2eパッケージ集です。Lucida, MathTime フォントを利用するためのパッケージも含まれています。 %package -n LaTeX2e-graphics Obsoletes: LaTeX2e_pkg-graphics Summary: The LaTeX Colour and Graphics Packages, 1998/06/01 Summary(ja): The LaTeX Colour and Graphics Packages, 1998/06/01 Group: Applications/Publishing/TeX Requires: pLaTeX2e %description -n LaTeX2e-graphics This is a collection of LaTeX packages for: * producing colour * including graphics (eg PostScript) files * rotation and scaling of text in LaTeX documents. %description -l ja -n LaTeX2e-graphics このパッケージには、LaTeX文書において、 * カラー * 画像ファイル * テキストの回転・拡大縮小 を扱うためのパッケージです。 %package -n LaTeX2e-tools Obsoletes: LaTeX2e_pkg-tools Summary: the `tools' bundle (December 1996) Summary(ja): 1996/12 にバンドルされた tools Group: Applications/Publishing/TeX Requires: pLaTeX2e %description -n LaTeX2e-tools This `bundle' consists of LaTeX2e packages written and supported by members of the LaTeX3 Project Team. %description -l ja -n LaTeX2e-tools このパッケージは、LaTeX3プロジェクトチームのメンバーによって記述されサポートされているパッケージです。 %prep TEXMF=${RPM_BUILD_ROOT}/%{inst_prefix}/share/texmf rm -rf $RPM_BUILD_ROOT mkdir -p $TEXMF/tex mkdir -p $TEXMF/tex/latex/packages/amslatex mkdir -p $TEXMF/tex/latex/packages/babel mkdir -p $TEXMF/tex/latex/packages/expl3 mkdir -p $TEXMF/tex/latex/packages/mfnfss mkdir -p $TEXMF/tex/latex/packages/psnfss mkdir -p $TEXMF/tex/latex/packages/graphics mkdir -p $TEXMF/tex/latex/packages/tools %setup -n packages %build TEXBIN=/%{inst_prefix}/bin TEXMF=/%{inst_prefix}/share/texmf #### # amslatex #### (cd amslatex/classes; ${TEXBIN}/latex ./amsclass.ins) (cd amslatex/math; ${TEXBIN}/latex ./amslatex.ins) #### # babel #### (cd babel; ${TEXBIN}/latex ./babel.ins) #### # graphics #### (cd graphics; ${TEXBIN}/latex ./graphics.ins) #### # tools #### (cd tools; ${TEXBIN}/latex ./tools.ins) %install TEXMF=${RPM_BUILD_ROOT}/%{inst_prefix}/share/texmf #### # amslatex #### (cd amslatex/classes; install -m 644 * ${TEXMF}/tex/latex/packages/amslatex) (cd amslatex/math; install -m 644 * ${TEXMF}/tex/latex/packages/amslatex) #### # babel #### (cd babel; install -m 644 * ${TEXMF}/tex/latex/packages/babel) #### # graphics #### (cd graphics; install -m 644 * ${TEXMF}/tex/latex/packages/graphics) echo "\ExecuteOptions{dvips}" > ${TEXMF}/tex/latex/packages/graphics/color.cfg echo "\ExecuteOptions{dvips}" > ${TEXMF}/tex/latex/packages/graphics/graphics.cfg #### # tools #### (cd tools; install -m 644 * ${TEXMF}/tex/latex/packages/tools) %post -n LaTeX2e-amslatex -p /%{inst_prefix}/bin/mktexlsr %post -n LaTeX2e-babel -p /%{inst_prefix}/bin/mktexlsr %post -n LaTeX2e-graphics -p /%{inst_prefix}/bin/mktexlsr %post -n LaTeX2e-tools -p /%{inst_prefix}/bin/mktexlsr %postun -n LaTeX2e-amslatex -p /%{inst_prefix}/bin/mktexlsr %postun -n LaTeX2e-babel -p /%{inst_prefix}/bin/mktexlsr %postun -n LaTeX2e-graphics -p /%{inst_prefix}/bin/mktexlsr %postun -n LaTeX2e-tools -p /%{inst_prefix}/bin/mktexlsr %clean rm -rf $RPM_BUILD_ROOT %files -n LaTeX2e-amslatex %defattr(-,root,root) /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/00Contents /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsalpha.bst /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsart.cls /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsbook.cls /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsclass.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsclass.ins /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsclass.log /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsplain.bst /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsproc.cls /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsthm.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsthm.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/instr-l.tex /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/mrabbrev.bib /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/thmtest.tex /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/upref.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/upref.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/READ.ME /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsbsy.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsbsy.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amscd.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amscd.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsdtx.cls /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsdtx.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsgen.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsgen.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsintx.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsintx.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amslatex.bug /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amslatex.faq /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amslatex.ins /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amslatex.log /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsldoc.cls /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsldoc.tex /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsmath.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsmath.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsopn.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsopn.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amstex.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amstext.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amstext.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsxtra.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/amsxtra.sty /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/diff12.tex /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/subeqn.tex /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/technote.tex /%{inst_prefix}/share/texmf/tex/latex/packages/amslatex/testmath.tex %files -n LaTeX2e-babel %defattr(-,root,root) %config /%{inst_prefix}/share/texmf/tex/latex/packages/babel/language.dat /%{inst_prefix}/share/texmf/tex/latex/packages/babel/00Contents /%{inst_prefix}/share/texmf/tex/latex/packages/babel/00readme.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/CyrillicFonts.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/GreekFonts.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LGRcmr.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LGRcmro.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LGRcmss.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LGRcmtt.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LGRenc.def /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNcmdh.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNcmfib.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNcmfr.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNcmr.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNcmss.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNcmtt.fd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/LWNenc.def /%{inst_prefix}/share/texmf/tex/latex/packages/babel/announce.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.def /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.drv /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.dvi /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.ins /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.log /%{inst_prefix}/share/texmf/tex/latex/packages/babel/babel.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bahasa.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bahasa.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bahasa.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bbcompat.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bbglo.ist /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bbidxglo.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bbind.ist /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bbplain.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/breton.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/breton.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/breton.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/bugs.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/catalan.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/catalan.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/catalan.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/changes.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/croatian.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/croatian.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/croatian.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/cyrillic.fdd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/cyrillic.ins /%{inst_prefix}/share/texmf/tex/latex/packages/babel/cyrmath.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/czech.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/czech.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/czech.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/danish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/danish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/danish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/dutch.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/dutch.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/dutch.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/english.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/english.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/english.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/esperant.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/esperant.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/esperant.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/estonian.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/estonian.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/estonian.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/finnish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/finnish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/finnish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/fixes.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/francais.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/frenchb.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/frenchb.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/galician.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/galician.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/galician.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/germanb.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/germanb.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/germanb.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/greek.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/greek.fdd /%{inst_prefix}/share/texmf/tex/latex/packages/babel/greek.ins /%{inst_prefix}/share/texmf/tex/latex/packages/babel/greek.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/greek.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/hebrew.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/howtoget.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/hyphen.cfg /%{inst_prefix}/share/texmf/tex/latex/packages/babel/install.mac /%{inst_prefix}/share/texmf/tex/latex/packages/babel/install.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/irish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/irish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/irish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/italian.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/italian.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/italian.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/language.skeleton /%{inst_prefix}/share/texmf/tex/latex/packages/babel/lsorbian.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/lsorbian.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/lsorbian.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/magyar.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/todo.txt /%{inst_prefix}/share/texmf/tex/latex/packages/babel/magyar.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/magyar.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/manifest.bbl /%{inst_prefix}/share/texmf/tex/latex/packages/babel/norsk.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/norsk.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/norsk.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/plain.def /%{inst_prefix}/share/texmf/tex/latex/packages/babel/polish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/polish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/polish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/portuges.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/portuges.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/portuges.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/romanian.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/romanian.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/romanian.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/russianb.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/russianb.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/russianb.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/scottish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/scottish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/scottish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/slovak.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/slovak.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/slovak.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/slovene.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/slovene.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/slovene.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/spanish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/spanish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/spanish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/swedish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/swedish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/swedish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/switch.def /%{inst_prefix}/share/texmf/tex/latex/packages/babel/tb1202.tex /%{inst_prefix}/share/texmf/tex/latex/packages/babel/tb1401.tex /%{inst_prefix}/share/texmf/tex/latex/packages/babel/tb1604.tex /%{inst_prefix}/share/texmf/tex/latex/packages/babel/turkish.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/turkish.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/turkish.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/user.drv /%{inst_prefix}/share/texmf/tex/latex/packages/babel/user.dvi /%{inst_prefix}/share/texmf/tex/latex/packages/babel/usorbian.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/usorbian.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/usorbian.sty /%{inst_prefix}/share/texmf/tex/latex/packages/babel/welsh.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/babel/welsh.ldf /%{inst_prefix}/share/texmf/tex/latex/packages/babel/welsh.sty %files -n LaTeX2e-graphics %defattr(-,root,root) %config /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/color.cfg %config /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphics.cfg /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/00Contents /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/00readme.txt /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/changes.txt /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/color.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/color.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/drivers.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvi2ps.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvialw.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvilaser.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvipdf.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvips.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvipsnam.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvipsone.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dvitops.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/dviwin.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/emtex.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/epsfig.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/epsfig.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphics.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphics.ins /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphics.log /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphics.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphicx.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/graphicx.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/grfguide.ps /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/grfguide.tex /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/keyval.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/keyval.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/ln.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/lscape.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/lscape.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pctex32.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pctexhp.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pctexps.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pctexwin.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pdftex.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/psprint.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pstcol.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pstcol.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/pubps.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/tcidvi.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/textures.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/trig.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/trig.sty /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/truetex.def /%{inst_prefix}/share/texmf/tex/latex/packages/graphics/vtex.def %files -n LaTeX2e-tools %defattr(-,root,root) /%{inst_prefix}/share/texmf/tex/latex/packages/tools/00Contents /%{inst_prefix}/share/texmf/tex/latex/packages/tools/afterpage.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/afterpage.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/array.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/array.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/bm.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/bm.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/calc.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/calc.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/changes.txt /%{inst_prefix}/share/texmf/tex/latex/packages/tools/dcolumn.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/dcolumn.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/delarray.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/delarray.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/e.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/enumerate.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/enumerate.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/fileerr.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/fontsmpl.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/fontsmpl.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/fontsmpl.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/ftnright.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/ftnright.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/h.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/hhline.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/hhline.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/indentfirst.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/indentfirst.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/layout.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/layout.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/longtable.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/longtable.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/manifest.txt /%{inst_prefix}/share/texmf/tex/latex/packages/tools/multicol.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/multicol.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/q.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/r.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/rawfonts.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/rawfonts.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/readme.txt /%{inst_prefix}/share/texmf/tex/latex/packages/tools/s.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/showkeys.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/showkeys.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/somedefs.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/somedefs.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/tabularx.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/tabularx.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/thb.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/thc.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/thcb.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/thm.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/theorem.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/theorem.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/thmb.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/thp.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/tools.ins /%{inst_prefix}/share/texmf/tex/latex/packages/tools/tools.log /%{inst_prefix}/share/texmf/tex/latex/packages/tools/varioref.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/varioref.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/verbatim.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/verbatim.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/verbtest.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/x.tex /%{inst_prefix}/share/texmf/tex/latex/packages/tools/xr.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/xr.sty /%{inst_prefix}/share/texmf/tex/latex/packages/tools/xspace.dtx /%{inst_prefix}/share/texmf/tex/latex/packages/tools/xspace.sty %changelog * Fri Aug 27 1999 Satoshi Ishikawa - Release 2jrpm - changed %config .../packages/babel/language.dat * Fri Aug 27 1999 Satoshi Ishikawa - Release 1jrpm - Rename package (LaTeX2e => LaTeX2e-packages) - new LaTeX2e-babel * Wed Sep 30 1998 Satoshi Ishikawa - Version: 1.0 - Release: 0 - LaTeX2e_pkg からの変更点 /usr/local -> /usr graphics upgraded to 1998/06/01 そのうちやること ドキュメントの拾いあげ * Sun May 24 1998 Satoshi Ishikawa - Release 7. - 作成環境:RedHat 5.0 - Group: を Applications/Publishing/TeX に修正 * Wed Apr 22 1998 Satoshi Ishikawa - Release: 6 - changed Group: tag (=> Applications/TeX) - changed MakeTeXls-R => mktexlsr * Tue Mar 24 1998 Satoshi Ishikawa - Release 5 - removed ExcludeArch: tag - added BuildArchtectures: tag * Fri Feb 20 1998 Satoshi Ishikawa - Release: 4 - updated source * Sun Nov 24 1997 Satoshi Ishikawa - 3rd Release. - added ExclusiveArch: tag - fixed spec file name * Wed Nov 19 1997 Satoshi Ishikawa - 2nd Release. - added Distribution: and Vendor: tags - removed AutoReqProv: no * Thu Oct 12 1997 Satoshi Ishikawa - 1st Release. - amslatex,graphics,tools のみ