123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965 |
- ## -*- coding: utf-8-unix -*-
- %bcond_with firstbuild
- # * texmf/web2c/texmf.cnf
- # use BUILD
- # * texmf/xdvi
- # use BUILD
- # * depend libX*
- # inimf
- # mf
- # pdfclose
- # pdfopen
- # pxdvi-motif
- # xdvi-motif
- %global _use_internal_dependency_generator 0
- %global __find_provides %{SOURCE99}
- %global __find_requires %{nil}
- %define texlivesrcver 20120701
- %define texlivever 20120701
- %define enhancement_texlivesrcver 20130106
- %define aliasttfdir %{texmfsysvar}/fonts/truetype/vine
- %define texmfsysconfig %{_sysconfdir}/texmf
- %define texmfsysvar %{_var}/lib/texmf
- %define vartexfonts %{texmfsysvar}/fonts
- %define tex_destdir %{_datadir}
- %define texmf %{tex_destdir}/texmf
- %define texlive_src %{tex_destdir}/texlive-sources
- %define build_tex_destdir %{buildroot}%{tex_destdir}
- %define build_texmf %{buildroot}%{texmf}
- ## use some macros for %post, %posttrans
- %define touch_run(%1) %{expand:( %__mkdir_p /var/run/texlive; touch /var/run/texlive/run-%1; )
- }
- %define exec_upddeffont [ -x %{_sbindir}/update-defaultfont ] && \\\
- %{_sbindir}/update-defaultfont 2> /dev/null
- %define exec_texhash [ -e /var/run/texlive/run-texhash ] && ( \\\
- [ -x %{_bindir}/texhash ] && \\\
- echo -n " "; echo -n "Running texhash... "; \\\
- %{_bindir}/texhash 2> /dev/null; \\\
- echo "done." ) && %__rm -f /var/run/texlive/run-texhash;
- %define exec_mtxrun [ -e /var/run/texlive/run-mtxrun ] && ( \\\
- [ -x %{_bindir}/mtxrun ] && \\\
- echo -n " "; echo -n "Running mtxrun... "; \\\
- export TEXMF=%{texmf}-dist TEXMFCNF=%{texmf}/web2c TEXMFCACHE=%{texmfsysvar}; \\\
- %{_bindir}/mtxrun --generate &> /dev/null; \\\
- echo "done." ) && %__rm -f /var/run/texlive/run-mtxrun;
- %define exec_fmtutil [ -e /var/run/texlive/run-fmtutil ] && ( \\\
- [ -x %{_bindir}/fmtutil-sys ] && \\\
- echo -n " "; echo -n "Running fmtutil-sys... "; \\\
- %{_bindir}/fmtutil-sys --all &> /dev/null; \\\
- echo "done." ) && %__rm -f /var/run/texlive/run-fmtutil;
- %define exec_updmap [ -e /var/run/texlive/run-updmap ] && ( \\\
- [ -x %{_bindir}/updmap-sys ] && \\\
- echo -n " "; echo -n "Running updmap-sys... "; \\\
- %{_bindir}/updmap-sys --nohash --quiet &> /dev/null; \\\
- echo "done." ) && %__rm -f /var/run/texlive/run-updmap;
- Summary: The TeX text formatting system
- Summary(ja): TeX 文書整形システム
- Name: texlive
- Version: 2012
- Release: 4%{?_dist_release}
- License: distributable
- Group: Applications/Publishing
- URL: http://www.tug.org/texlive/
- ## original TeX Live source
- Source: ftp://tug.org/historic/systems/texlive/%{version}/%{name}-%{texlivesrcver}-source.tar.xz
- ## pxdvi pmetapost
- # $ wget -N http://www.logic.at/people/preining/build-tlptexlive-latest.zip
- # $ stat -c %y build-tlptexlive-latest.zip
- # 2012-11-07 09:23:34.000000000 +0900
- # $ sha1sum build-tlptexlive-latest.zip
- # d863f331ce51257bba2266ddff15c90ad59bef96 build-tlptexlive-latest.zip
- # $ mv build-tlptexlive-latest.zip build-tlptexlive-20121107.zip
- Source1: http://www.logic.at/people/preining/build-tlptexlive-20121107.zip
- Source2: http://www.tug.org/texlive/updmap-kanji.html
- ## texmf dir.
- Source5: texlive-sources-%{texlivesrcver}-texmf.tar.xz
- #Source6: updmap-hdr.cfg.texlive-%{texlivesrcver}
- Source7: updmap.cfg.texlive-%{texlivesrcver}
- ## desktop files
- Source10: pxdvi.desktop
- Source11: texdoctk.desktop
- ## update enhancement
- # dvipdfmx eptex euptex makejvf mendex pbibtex pdvitype pmpost ppltotf ptex ptftopl upbibtex updvitype uppltotf uptex uptftopl wovp2ovf
- Source50: texlive-source-%{enhancement_texlivesrcver}.tar.xz
- Source51: build-tlptexlive-20130106.zip
- # updmap.pl: fix duplicated-lw35
- # http://www.tug.org/svn/texlive/trunk/Master/texmf-dist/scripts/texlive/updmap.pl?r1=28104&r2=28830&view=patch
- Source52: texlive-20120701-fix-duplicated-lw35.patch
- ## find library sonames for libkpathsea and libptexenc
- Source99: find-provides-texlive.sh
- ## etc...
- #Source100: texlive.cron
- Source101: http://auemath.aichi-edu.ac.jp/~khotta/ghost/disk1/jtygm.sty
- Source102: http://mirrors.ctan.org/obsolete/support/pdftexenc/cmex.enc
- ######
- # TeX patches
- ######
- ## vine
- Patch0: reautoconf-parallel.diff
- Patch1: texlive-%{texlivesrcver}-vine.patch
- Patch2: texlive-%{texlivesrcver}-texmfcnf-vine.patch
- Patch3: texlive-%{texlivesrcver}-set-selfautoparent-vine.patch
- Patch10: texlive-%{texlivesrcver}-pxdvik-vine.patch
- Patch51: texlive-%{enhancement_texlivesrcver}-vine.patch
- Patch52: texlive-%{enhancement_texlivesrcver}-texmfcnf-vine.patch
- Patch53: texlive-%{enhancement_texlivesrcver}-set-selfautoparent-vine.patch
- ## security
- Requires: coreutils
- Requires: ed mktemp
- Requires: tmpwatch
- Requires: zlib
- Requires: libpng
- Requires: gd
- Requires: ncurses
- Requires: libjpeg
- Requires: t1lib
- Requires: freetype2
- Requires: openMotif
- Requires: poppler >= 0.20
- Requires: openssl
- Requires: libpaper
- Requires: fontconfig
- Requires: perl-Tk perl-Tk-TableMatrix
- Requires: nkf
- Requires: ghostscript >= 8.71
- Requires: libkpathsea = %{version}-%{release}
- Requires: libptexenc = %{version}-%{release}
- %{!?with_firstbuild:Requires: jvf >= 7.1}
- Requires: fontconfig >= 2.6.0-2
- Requires(post,postun): fontconfig >= 2.6.0-2
- Requires(post): ed mktemp
- Requires(post): vutils >= 7.1
- %{!?with_firstbuild:Requires: texlive-common = %{version}}
- #BuildRequires: texlive-sources = %{version}
- BuildRequires: xz
- BuildRequires: unzip
- BuildRequires: bison flex
- BuildRequires: bzip2-devel
- BuildRequires: zlib-devel
- BuildRequires: libpng-devel
- BuildRequires: gd-devel
- BuildRequires: ncurses-devel
- BuildRequires: libjpeg-devel
- BuildRequires: t1lib-devel
- BuildRequires: XOrg-devel
- BuildRequires: freetype2-devel >= 2.1.10
- BuildRequires: autoconf >= 2.68
- BuildRequires: openMotif-devel
- BuildRequires: poppler-devel >= 0.20
- BuildRequires: openssl-devel
- BuildRequires: libpaper-devel
- BuildRequires: fontconfig-devel
- BuildRequires: nkf
- Buildroot: %{_tmppath}/%{name}-%{version}-root
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: munepi
- %description
- The TeX Live software distribution offers a complete TeX system for a
- variety of Unix, Macintosh, Windows and other platforms. It
- encompasses programs for editing, typesetting, previewing and printing
- of TeX documents in many different languages, and a large collection
- of TeX macros and font libraries.
- The distribution includes extensive general documentation about TeX,
- as well as the documentation for the included software packages.
- %description -l ja
- TeX Live ソフトウェアディストリビューションは、
- さまざまな Unix, Macintosh, Windows、および
- 他のプラットホームに対して完全な TeX システムを提供します。
- 多くの異なった言語を含む TeX ドキュメントの
- 編集、組版、閲覧、印刷するためのプログラム、
- そして、TeX マクロやフォントライブラリの大きなコレクションを
- 同梱しています。
- このディストリビューションは
- 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
- TeX に関するたくさんの一般的なドキュメントを含んでいます。
- %package doc
- Summary: TeX Live: Documentation files of %{name}
- Group: Applications/Publishing
- Requires: %{name} = %{version}-%{release}
- BuildArch: noarch
- %description doc
- This package contains documentation files of %{name}.
- %package -n libkpathsea
- Summary: path search library for the TeX Live
- Summary(ja): TeX Live 用パス検索ライブラリ
- Group: System Environment/Libraries
- %description -n libkpathsea
- This package includes runtime part of the Kpathsea library.
- %package -n libkpathsea-devel
- Summary: path search libary and header files for the TeX Live
- Summary(ja): TeX Live 用パス検索ライブラリとヘッダファイル
- Group: Development/Libraries
- Requires: libkpathsea = %{version}-%{release}
- %description -n libkpathsea-devel
- This package includes static library and header files of the Kpathsea library.
- %package -n libptexenc
- Summary: Kanji code convert library for Japanese pTeX
- Summary(ja): 日本語 pTeX 用漢字コード変換ライブラリ
- Group: System Environment/Libraries
- Requires: libkpathsea = %{version}-%{release}
- %description -n libptexenc
- This package includes runtime part of the ptexenc library.
- %package -n libptexenc-devel
- Summary: Kanji code convert library and header files for Japanese pTeX
- Summary(ja): 日本語 pTeX 用漢字コード変換ライブラリとヘッダファイル
- Group: Development/Libraries
- Requires: libptexenc = %{version}-%{release}
- %description -n libptexenc-devel
- This package includes header files of the ptexenc library.
- %prep
- [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
- %setup -q -n %{name}-%{texlivesrcver}-source -a 1 -a 50
- %patch0 -p0 -b .parallel
- %patch1 -p1 -b .vine
- %patch2 -p1 -b .vine
- %patch3 -p1 -b .vine
- ## Applying tlptexlive that provides pxdvi(k) and pmpost
- sedwrite(){
- echo "rewriting `basename $1` by \"$2\""
- if [ ! -f "$1" ]; then
- echo -e "'$1' does not exist"; exit 1
- fi
- perl -pi -e "$2" "$1" || exit 1
- }
- # pxdvi
- echo "preparing pxdvi"
- %__cp -pR texk/xdvik texk/pxdvik
- # echo "patching pxdvi patches"
- # #patch -d texk/pxdvik -p1 < $(pwd)/build-tlptexlive/xdvik-20111212-texlive2011.diff
- echo "patching with xdvik-20120415-texlive2011.diff"
- patch -d texk/pxdvik -p1 < $(pwd)/build-tlptexlive/xdvik-20120415-texlive2011.diff || exit 1
- echo "patching with pxdvik-20111126-density.diff"
- patch -d texk/pxdvik -p1 < $(pwd)/build-tlptexlive/pxdvik-20111126-density.diff || exit 1
- echo "patching with pxdvik-20111212-uptex.diff"
- patch -d texk/pxdvik -p1 < $(pwd)/build-tlptexlive/pxdvik-20111212-uptex.diff || exit 1
- sedwrite libs/freetype2/freetype-2.4.*/modules.cfg 's/# (AUX_MODULES \+= otvalid)/\1/'
- sedwrite m4/kpse-pkgs.m4 "s/xdvik/xdvik\npxdvik/"
- # customize pxdvik for Vine Linux
- %patch10 -p1 -b .vine
- # # include in svn r26399
- # # make sure that the web version of ovp2ovf is built
- # echo "patching for wovp2ovf"
- # patch -d texk -p0 < $(pwd)/build-tlptexlive/ovp2ovf_web.patch
- # pmpost
- echo "patching pmpost"
- patch -d texk -p0 < $(pwd)/build-tlptexlive/pmpost-20121106-tl12.diff || exit 1
- patch -d texk -p0 < $(pwd)/build-tlptexlive/pmpost-svg-20120119-tl11.diff || exit 1
- echo "running reautoconf"
- ./reautoconf || exit 1
- ## patching for update enhancement
- (cd texlive-source-%{enhancement_texlivesrcver} || exit 1
- %patch51 -p1 -b .vine
- %patch52 -p1 -b .vine
- %patch53 -p1 -b .vine
- #tlptexlive-20130106
- unzip %{SOURCE51} || exit 1
- echo "creating pxdvi folder"
- %__cp -pR texk/xdvik texk/pxdvik
- echo "applying patches"
- cat "$(pwd)/build-tlptexlive-20130106/patches/series" | while read p r ; do
- patch -p1 $r < "$(pwd)/build-tlptexlive-20130106/patches/$p" || exit 1
- done
- )
- %build
- set -x
- unset TEXINPUTS || :
- unset HOME || :
- export CFLAGS="$RPM_OPT_FLAGS" \
- CXXFLAGS="$RPM_OPT_FLAGS" \
- LANG=C
- PREFIX=$(pwd)/work
- TL_CONF_XDVI_TOOLKIT=--with-xdvi-x-toolkit=motif
- TL_MAKE_FLAGS=-j$(/usr/bin/getconf _NPROCESSORS_ONLN)
- TL_CONFIGURE_ARGS=" \
- --disable-multiplatform \
- --disable-native-texlive-build \
- --with-banner-add=\"/Vine Linux\" \
- --enable-shared --disable-static \
- --enable-compiler-warnings=max \
- --without-cxx-runtime-hack \
- \
- --enable-web2c \
- --enable-web-progs --enable-dvipdfmx --enable-mendexk \
- --enable-makejvf --enable-pxdvik --enable-dvipsk \
- --enable-tetex --enable-texlive \
- \
- --with-system-xpdf \
- --with-system-gd \
- --with-system-t1lib \
- --with-system-libpng \
- --with-system-zlib \
- --with-system-freetype2 \
- --with-freetype2-include=$(freetype-config --cflags | %__sed -e 's/-I//' -e 's/ .*//') \
- --with-pic \
- --with-xdvi-x-toolkit=motif \
- \
- --disable-xindy --disable-xindy-docs --disable-xindy-make-rules \
- --disable-dvi2tty \
- --disable-t1utils --disable-psutils --disable-detex \
- --disable-dvipng --disable-lcdf-typetools \
- "
- export TL_CONF_XDVI_TOOLKIT TL_MAKE_FLAGS TL_CONFIGURE_ARGS
- TL_MAKE=%__make ./Build || exit 1
- ## update enhancement
- export TL_CONFIGURE_ARGS=" \
- --disable-multiplatform \
- --disable-native-texlive-build \
- --with-banner-add=\"/Vine Linux\" \
- --enable-shared --disable-static \
- --enable-compiler-warnings=max \
- --without-cxx-runtime-hack \
- \
- --enable-texlive \
- --disable-all-pkgs \
- --disable-xdvipdfmx \
- --disable-xetex \
- --enable-ptex \
- --enable-eptex \
- --enable-uptex \
- --enable-euptex \
- --enable-omfonts \
- --enable-pmp \
- --enable-makejvf \
- --enable-dvipdfmx \
- --enable-tetex \
- --enable-texk \
- --enable-web2c \
- --enable-mendexk \
- \
- --with-system-xpdf \
- --with-system-gd \
- --with-system-t1lib \
- --with-system-libpng \
- --with-system-zlib \
- --with-system-freetype2 \
- --with-freetype2-include=$(freetype-config --cflags | %__sed -e 's/-I//' -e 's/ .*//') \
- --with-pic \
- --with-xdvi-x-toolkit=motif \
- \
- --disable-xindy --disable-xindy-docs --disable-xindy-make-rules \
- --disable-dvi2tty \
- --disable-t1utils --disable-psutils --disable-detex \
- --disable-dvipng --disable-lcdf-typetools \
- "
- (cd texlive-source-%{enhancement_texlivesrcver} || exit 1
- TL_MAKE=%__make ./Build || exit 1
- )
- %install
- ## prepare %%install session
- [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
- ## copy inst dir. to /usr
- %__mkdir_p %{buildroot}
- %__cp -a inst %{buildroot}%{_prefix} || exit 1
- %ifarch x86_64
- %__mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
- %endif
- ## replace texmf with that of texlive-sources
- %__rm -rf %{build_texmf} %{build_texmf}-dist || exit 1
- %__tar -C %{buildroot}%{_datadir} -xf %{SOURCE5} || exit 1
- ## override texmf/web2c/texmf.cnf and texmf/xdvi dir.
- %__cp -a inst/share/texmf/web2c/texmf.cnf %{build_texmf}/web2c/texmf.cnf || exit 1
- %__rm -rf %{build_texmf}/xdvi || exit 1
- %__cp -a inst/share/texmf/xdvi %{build_texmf}/xdvi || exit 1
- ## update enhancement
- for x in dvipdfmx eptex euptex makejvf mendex pbibtex pdvitype pmpost ppltotf ptex ptftopl upbibtex updvitype uppltotf uptex uptftopl wovp2ovf; do
- [ -x %{buildroot}%{_bindir}/${x} ] || exit 1
- %__cp -af texlive-source-%{enhancement_texlivesrcver}/inst/bin/${x} %{buildroot}%{_bindir}/${x} || exit 1
- done
- patch -d %{build_texmf}/scripts/tetex -p0 < %{SOURCE52} || exit 1
- ## make some fundamental texmf trees
- %__mkdir_p %{build_texmf}-{local,dist}
- %__mkdir_p %{buildroot}%{texmfsysconfig}
- %__mkdir_p %{buildroot}%{texmfsysvar}
- %__mkdir_p %{build_texmf}/fonts/{truetype,opentype}
- texmf_local_dirs=(
- bibtex/bib/local
- bibtex/bst/local
- dvips/local
- fonts/source/local
- fonts/tfm/local
- fonts/opentype/local
- fonts/truetype/local
- fonts/type1/local
- fonts/vf/local
- metapost/local
- pbibtex/bib/local
- pbibtex/bst/local
- tex/latex/local
- tex/plain/local
- tex/platex/local
- web2c
- )
- for x in ${texmf_local_dirs[@]}; do
- %__mkdir_p %{build_texmf}-local/${x}
- done
- ## if the real file of a symlink on /usr/bin is contained
- ## in texlive-collection-*, remove its symlink
- del_symlnks=(
- texlive-collection-bibtexextra,/usr/bin/bibexport,/usr/share/texmf-dist/scripts/bibexport/bibexport.sh
- texlive-collection-bibtexextra,/usr/bin/listbib,/usr/share/texmf-dist/scripts/listbib/listbib
- texlive-collection-bibtexextra,/usr/bin/urlbst,/usr/share/texmf-dist/scripts/urlbst/urlbst
- texlive-collection-binextra,/usr/bin/arlatex,/usr/share/texmf-dist/scripts/bundledoc/arlatex
- texlive-collection-binextra,/usr/bin/bundledoc,/usr/share/texmf-dist/scripts/bundledoc/bundledoc
- texlive-collection-binextra,/usr/bin/ctanify,/usr/share/texmf-dist/scripts/ctanify/ctanify
- texlive-collection-binextra,/usr/bin/ctanupload,/usr/share/texmf-dist/scripts/ctanupload/ctanupload.pl
- texlive-collection-binextra,/usr/bin/de-macro,/usr/share/texmf-dist/scripts/de-macro/de-macro
- texlive-collection-binextra,/usr/bin/dviasm,/usr/share/texmf-dist/scripts/dviasm/dviasm.py
- texlive-collection-binextra,/usr/bin/findhyph,/usr/share/texmf-dist/scripts/findhyph/findhyph
- texlive-collection-binextra,/usr/bin/fragmaster,/usr/share/texmf-dist/scripts/fragmaster/fragmaster.pl
- texlive-collection-binextra,/usr/bin/installfont-tl,/usr/share/texmf-dist/scripts/installfont/installfont-tl
- texlive-collection-binextra,/usr/bin/latex2man,/usr/share/texmf-dist/scripts/latex2man/latex2man
- texlive-collection-binextra,/usr/bin/latexdiff,/usr/share/texmf-dist/scripts/latexdiff/latexdiff.pl
- texlive-collection-binextra,/usr/bin/latexdiff-vc,/usr/share/texmf-dist/scripts/latexdiff/latexdiff-vc.pl
- texlive-collection-binextra,/usr/bin/latexfileversion,/usr/share/texmf-dist/scripts/latexfileversion/latexfileversion
- texlive-collection-binextra,/usr/bin/latexmk,/usr/share/texmf-dist/scripts/latexmk/latexmk.pl
- texlive-collection-binextra,/usr/bin/latexrevise,/usr/share/texmf-dist/scripts/latexdiff/latexrevise.pl
- texlive-collection-binextra,/usr/bin/listings-ext.sh,/usr/share/texmf-dist/scripts/listings-ext/listings-ext.sh
- texlive-collection-binextra,/usr/bin/match_parens,/usr/share/texmf-dist/scripts/match_parens/match_parens
- texlive-collection-binextra,/usr/bin/mkjobtexmf,/usr/share/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
- texlive-collection-binextra,/usr/bin/pdf180,/usr/share/texmf-dist/scripts/pdfjam/pdf180
- texlive-collection-binextra,/usr/bin/pdf270,/usr/share/texmf-dist/scripts/pdfjam/pdf270
- texlive-collection-binextra,/usr/bin/pdf90,/usr/share/texmf-dist/scripts/pdfjam/pdf90
- texlive-collection-binextra,/usr/bin/pdfbook,/usr/share/texmf-dist/scripts/pdfjam/pdfbook
- texlive-collection-binextra,/usr/bin/pdfcrop,/usr/share/texmf-dist/scripts/pdfcrop/pdfcrop.pl
- texlive-collection-binextra,/usr/bin/pdfflip,/usr/share/texmf-dist/scripts/pdfjam/pdfflip
- texlive-collection-binextra,/usr/bin/pdfjam,/usr/share/texmf-dist/scripts/pdfjam/pdfjam
- texlive-collection-binextra,/usr/bin/pdfjam-pocketmod,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-pocketmod
- texlive-collection-binextra,/usr/bin/pdfjam-slides3up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides3up
- texlive-collection-binextra,/usr/bin/pdfjam-slides6up,/usr/share/texmf-dist/scripts/pdfjam/pdfjam-slides6up
- texlive-collection-binextra,/usr/bin/pdfjoin,/usr/share/texmf-dist/scripts/pdfjam/pdfjoin
- texlive-collection-binextra,/usr/bin/pdfnup,/usr/share/texmf-dist/scripts/pdfjam/pdfnup
- texlive-collection-binextra,/usr/bin/pdfpun,/usr/share/texmf-dist/scripts/pdfjam/pdfpun
- texlive-collection-binextra,/usr/bin/pkfix,/usr/share/texmf-dist/scripts/pkfix/pkfix.pl
- texlive-collection-binextra,/usr/bin/pkfix-helper,/usr/share/texmf-dist/scripts/pkfix-helper/pkfix-helper
- texlive-collection-binextra,/usr/bin/purifyeps,/usr/share/texmf-dist/scripts/purifyeps/purifyeps
- texlive-collection-binextra,/usr/bin/sty2dtx,/usr/share/texmf-dist/scripts/sty2dtx/sty2dtx.pl
- texlive-collection-binextra,/usr/bin/texcount,/usr/share/texmf-dist/scripts/texcount/texcount.pl
- texlive-collection-binextra,/usr/bin/texdef,/usr/share/texmf-dist/scripts/texdef/texdef.pl
- texlive-collection-binextra,/usr/bin/texdiff,/usr/share/texmf-dist/scripts/texdiff/texdiff
- texlive-collection-binextra,/usr/bin/texdirflatten,/usr/share/texmf-dist/scripts/texdirflatten/texdirflatten
- texlive-collection-binextra,/usr/bin/texliveonfly,/usr/share/texmf-dist/scripts/texliveonfly/texliveonfly.py
- texlive-collection-binextra,/usr/bin/texloganalyser,/usr/share/texmf-dist/scripts/texloganalyser/texloganalyser
- texlive-collection-binextra,/usr/bin/typeoutfileinfo,/usr/share/texmf-dist/scripts/typeoutfileinfo/typeoutfileinfo.sh
- texlive-collection-fontutils,/usr/bin/afm2afm,/usr/share/texmf-dist/scripts/fontools/afm2afm
- texlive-collection-fontutils,/usr/bin/autoinst,/usr/share/texmf-dist/scripts/fontools/autoinst
- texlive-collection-fontutils,/usr/bin/dosepsbin,/usr/share/texmf-dist/scripts/dosepsbin/dosepsbin.pl
- texlive-collection-fontutils,/usr/bin/epstopdf,/usr/share/texmf-dist/scripts/epstopdf/epstopdf.pl
- texlive-collection-fontutils,/usr/bin/mf2pt1,/usr/share/texmf-dist/scripts/mf2pt1/mf2pt1.pl
- texlive-collection-fontutils,/usr/bin/mkt1font,/usr/share/texmf-dist/scripts/accfonts/mkt1font
- texlive-collection-fontutils,/usr/bin/ot2kpx,/usr/share/texmf-dist/scripts/fontools/ot2kpx
- texlive-collection-fontutils,/usr/bin/vpl2ovp,/usr/share/texmf-dist/scripts/accfonts/vpl2ovp
- texlive-collection-fontutils,/usr/bin/vpl2vpl,/usr/share/texmf-dist/scripts/accfonts/vpl2vpl
- texlive-collection-htmlxml,/usr/bin/ht,/usr/share/texmf-dist/scripts/tex4ht/ht.sh
- texlive-collection-htmlxml,/usr/bin/htcontext,/usr/share/texmf-dist/scripts/tex4ht/htcontext.sh
- texlive-collection-htmlxml,/usr/bin/htlatex,/usr/share/texmf-dist/scripts/tex4ht/htlatex.sh
- texlive-collection-htmlxml,/usr/bin/htmex,/usr/share/texmf-dist/scripts/tex4ht/htmex.sh
- texlive-collection-htmlxml,/usr/bin/httex,/usr/share/texmf-dist/scripts/tex4ht/httex.sh
- texlive-collection-htmlxml,/usr/bin/httexi,/usr/share/texmf-dist/scripts/tex4ht/httexi.sh
- texlive-collection-htmlxml,/usr/bin/htxelatex,/usr/share/texmf-dist/scripts/tex4ht/htxelatex.sh
- texlive-collection-htmlxml,/usr/bin/htxetex,/usr/share/texmf-dist/scripts/tex4ht/htxetex.sh
- texlive-collection-htmlxml,/usr/bin/mk4ht,/usr/share/texmf-dist/scripts/tex4ht/mk4ht.pl
- texlive-collection-langcjk,/usr/bin/convbkmk,/usr/share/texmf-dist/scripts/uptex/convbkmk.rb
- texlive-collection-langcjk,/usr/bin/updmap-setup-kanji,/usr/share/texmf-dist/scripts/jfontmaps/updmap-setup-kanji.pl
- texlive-collection-langgreek,/usr/bin/mkgrkindex,/usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex
- texlive-collection-langindic,/usr/bin/ebong,/usr/share/texmf-dist/scripts/ebong/ebong.py
- texlive-collection-latex,/usr/bin/mptopdf,/usr/share/texmf-dist/scripts/context/perl/mptopdf.pl
- texlive-collection-latex,/usr/bin/pdfatfi,/usr/share/texmf-dist/scripts/oberdiek/pdfatfi.pl
- texlive-collection-latexextra,/usr/bin/authorindex,/usr/share/texmf-dist/scripts/authorindex/authorindex
- texlive-collection-latexextra,/usr/bin/exceltex,/usr/share/texmf-dist/scripts/exceltex/exceltex
- texlive-collection-latexextra,/usr/bin/makeglossaries,/usr/share/texmf-dist/scripts/glossaries/makeglossaries
- texlive-collection-latexextra,/usr/bin/pdfannotextractor,/usr/share/texmf-dist/scripts/pax/pdfannotextractor.pl
- texlive-collection-latexextra,/usr/bin/perltex,/usr/share/texmf-dist/scripts/perltex/perltex.pl
- texlive-collection-latexextra,/usr/bin/ps4pdf,/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf
- texlive-collection-latexextra,/usr/bin/splitindex,/usr/share/texmf-dist/scripts/splitindex/perl/splitindex.pl
- texlive-collection-latexextra,/usr/bin/svn-multi,/usr/share/texmf-dist/scripts/svn-multi/svn-multi.pl
- texlive-collection-latexextra,/usr/bin/vpe,/usr/share/texmf-dist/scripts/vpe/vpe.pl
- texlive-collection-latexrecommended,/usr/bin/thumbpdf,/usr/share/texmf-dist/scripts/thumbpdf/thumbpdf.pl
- texlive-collection-luatex,/usr/bin/checkcites,/usr/share/texmf-dist/scripts/checkcites/checkcites.lua
- texlive-collection-luatex,/usr/bin/mkluatexfontdb,/usr/share/texmf-dist/scripts/luaotfload/mkluatexfontdb.lua
- texlive-collection-music,/usr/bin/m-tx,/usr/share/texmf-dist/scripts/m-tx/m-tx.lua
- texlive-collection-music,/usr/bin/musixflx,/usr/share/texmf-dist/scripts/musixtex/musixflx.lua
- texlive-collection-music,/usr/bin/musixtex,/usr/share/texmf-dist/scripts/musixtex/musixtex.lua
- texlive-collection-music,/usr/bin/pmx2pdf,/usr/share/texmf-dist/scripts/pmx/pmx2pdf.lua
- texlive-collection-pictures,/usr/bin/cachepic,/usr/share/texmf-dist/scripts/cachepic/cachepic.tlu
- texlive-collection-pictures,/usr/bin/epspdf,/usr/share/texmf-dist/scripts/epspdf/epspdf.rb
- texlive-collection-pictures,/usr/bin/epspdftk,/usr/share/texmf-dist/scripts/epspdf/epspdftk.tcl
- texlive-collection-pictures,/usr/bin/fig4latex,/usr/share/texmf-dist/scripts/fig4latex/fig4latex
- texlive-collection-pictures,/usr/bin/mathspic,/usr/share/texmf-dist/scripts/mathspic/mathspic.pl
- texlive-collection-pstricks,/usr/bin/pedigree,/usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl
- texlive-collection-pstricks,/usr/bin/pst2pdf,/usr/share/texmf-dist/scripts/pst2pdf/pst2pdf
- texlive-collection-science,/usr/bin/ulqda,/usr/share/texmf-dist/scripts/ulqda/ulqda.pl
- )
- for i in ${del_symlnks[@]}; do
- %__rm -f %{buildroot}$(echo $i | cut -f 2 -d",") || exit 1
- done
- ## we replace texmf/web2c/updmap{,-hdr}.cfg with our updmap files
- %__cp -a %{SOURCE7} %{build_texmf}/web2c/updmap.cfg || exit 1
- %__mkdir_p %{buildroot}%{texmfsysconfig}/web2c
- %__cp -a %{SOURCE7} %{buildroot}%{texmfsysconfig}/web2c/updmap.cfg || exit 1
- ## use our map files for dvipdfmx
- %__mkdir_p %{buildroot}%{aliasttfdir}
- %__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/dvipdfmx/vine
- for x in ptex uptex otf otf-up; do
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvipdfmx/vine/${x}-vine.map
- done
- for x in FutoGo-Bold FutoMin-Bold Gothic-Medium MaruGo-Medium Mincho-Medium; do
- touch %{buildroot}%{aliasttfdir}/${x}.ttf
- done
- ## install updmap-kanji.html
- %__mkdir_p %{build_texmf}/doc/fonts/jfontmaps
- %__install -m0644 %{SOURCE2} %{build_texmf}/doc/fonts/jfontmaps/ || exit 1
- ## install jtygm.sty
- %__mkdir_p %{build_texmf}/tex/platex/base
- %__install -m0644 %{SOURCE101} %{build_texmf}/tex/platex/base/ || exit 1
- ## install cmex.enc
- %__mkdir_p %{build_texmf}/fonts/enc/pdftex/cmex
- %__install -m0644 %{SOURCE102} %{build_texmf}/fonts/enc/pdftex/cmex/ || exit 1
- ## desktop things
- %__mkdir_p %{buildroot}%{_datadir}/applications
- %__install -m0644 -c %{SOURCE10} %{SOURCE11} \
- %{buildroot}%{_datadir}/applications/
- # for created fonts
- %__mkdir_p %{buildroot}%{vartexfonts}
- # %__mkdir_p %{buildroot}%{_sysconfdir}/cron.daily
- # %__install -m 755 %{SOURCE100} %{buildroot}%{_sysconfdir}/cron.daily/
- ## set executable bit for the library
- %__chmod a+x %{buildroot}%{_libdir}/libkpathsea.so.*.*
- %__chmod a+x %{buildroot}%{_libdir}/libptexenc.so.*.*
- # configure ConTeXt
- for x in context ctxtools luatools texexec texmfstart; do
- %__sed -i -e 's|mtxrun|export TEXMF=%{texmf}-dist TEXMFCNF=%{texmf}/web2c TEXMFCACHE=%{texmfsysvar}; mtxrun|' %{buildroot}%{_bindir}/${x}
- done
- # touch ghosts
- touch %{build_texmf}/ls-R
- touch %{build_texmf}-dist/ls-R
- touch %{buildroot}%{texmfsysconfig}/ls-R
- touch %{buildroot}%{texmfsysvar}/ls-R
- %__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/
- %__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/dvipdfmx/updmap/
- %__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/pxdvi/updmap/
- %__mkdir_p %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/builtin35.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/psfonts_t1.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/psfonts_pk.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/download35.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/ps2pk.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvips/updmap/psfonts.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/dvipdfmx/updmap/kanjix.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/pxdvi/updmap/xdvi-ptex.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/pdftex_dl14.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/pdftex.map
- touch %{buildroot}%{texmfsysvar}/fonts/map/pdftex/updmap/pdftex_ndl14.map
- ## remove unpackaging files
- find %{buildroot} | %__grep -e "\\.\(la\|a\)$" | xargs %__rm -f || exit 1
- find %{buildroot} | %__grep -e "\\.\(diff\|patch\)$" | xargs %__rm -f || exit 1
- %__rm -f %{buildroot}%{_bindir}/tlmgr || exit 1
- find %{build_texmf}/fonts/map -type d | %__grep "updmap" | xargs %__rm -rf || exit 1
- find %{buildroot} -type d | grep asymptote | xargs %__rm -rf || exit 1
- %__rm -f %{build_texmf}/dvipdfm/config/config-win32 || exit 1
- %__rm -f %{buildroot}%{_infodir}/*
- ### Files list
- find %{buildroot} -type f -or -type l | \
- %__sed -e "s|%{buildroot}||g" | \
- %__grep -v -e ".patch$" -e "\.diff$" -e "\.orig$" | \
- %__grep -v "%{_includedir}" | \
- %__grep -v "%{_libdir}" | \
- %__grep -v "%{_infodir}" | \
- %__sed -e "s|.*ls-R$|%ghost &|" \
- -e "s|%{texmfsysvar}/fonts/map/dvipdfmx/vine/.*\.map$|%ghost &|" \
- -e "s|%{aliasttfdir}/.*\.ttf$|%ghost &|" \
- -e "s|.*/updmap.*\.cfg$|%config(noreplace) &|" \
- -e "s|.*/dvipdfmx\.cfg$|%config(noreplace) &|" \
- -e "s|.*xdvi\.cfg$|%config(noreplace) &|" \
- -e "s|.*\.cnf$|%config(noreplace) &|" \
- -e "s|%{texmf}*/xdvi/XDvi|%config(noreplace) &|" \
- -e "s|%{texmf}/web2c/texmfcnf\.lua$|%config(noreplace) &|" \
- -e "s|^.*/updmap/$|%config &|" \
- -e "s|%{texmf}*/texconfig/tcfmgr.map$|%config &|" \
- -e "s|%{texmf}*/dvips/config/.*$|%config &|" \
- -e "s|%{texmf}*/dvips/tetex/config.*$|%config &|" \
- -e "s|%{texmf}*/dvipdfm/config/config$|%config &|" \
- -e "s|%{texmf}*/fonts/map/dvips/tetex/.*.map$|%config &|" \
- -e "s|%{texmf}*/fonts/map/dvipdfmx/.*.map$|%config &|" \
- -e "s|%{texmf}*/tex/generic/config/.*|%config &|" \
- -e "s|%{texmf}*/ttf2pk/ttf2pk\.cfg$|%config &|" \
- -e "s|%{texmf}*/hbf2gf/.*\.cfg$|%config &|" \
- -e "s|%{texmf}*/chktex/chktexrc$|%config &|" \
- -e "s|%{_mandir}/.*|&*|" \
- > %{_builddir}/filelist.full
- find %{buildroot}%{texmf}* -type d | \
- %__sed -e "s|^%{buildroot}|%dir |" \
- -e "s|$|/|" >> %{_builddir}/filelist.full
- ## subpackages
- %__grep -e "/texmf/doc/" -e "/texdoc" %{_builddir}/filelist.full > %{_builddir}/filelist.doc
- cat %{_builddir}/filelist.doc \
- %{_builddir}/filelist.full | \
- sort | uniq -u > %{_builddir}/filelist.tmp
- %__mv -f %{_builddir}/filelist.tmp %{_builddir}/filelist.full
- %clean
- %__rm -rf %{buildroot}
- %pretrans
- rpm -q texlive | grep -q -e 2009 -e 2011
- [ $? -eq 1 ] && exit 0
- ## upgrade TeX Live to 2012
- _trans_time=$(date +%Y%m%d)
- echo "Running transitional process of your TeX system ... "
- for dir in %{texmf}-var %{texmf}-config; do
- _trans_dir=${dir}.${_trans_time}.rpmorig
- [ -d ${_trans_dir}.old ] && \
- echo -n " " && \
- echo "Found ${_trans_dir}.old: " && \
- echo -n " " && \
- %__rm -rvf ${_trans_dir}.old
- [ -d ${_trans_dir} ] && \
- echo -n " " && \
- echo "Found ${_trans_dir}: " && \
- echo -n " " && \
- %__mv -v ${_trans_dir} ${_trans_dir}.old
- [ -d ${dir} ] && \
- echo -n " " && \
- echo "Found ${dir}: " && \
- echo -n " " && \
- %__mv -v ${dir} ${_trans_dir}
- done
- echo "done."
- %preun
- if [ "$1" = 0 ]; then
- %__rm -rf %{vartexfonts}
- fi
- exit 0
- %post
- %touch_run texhash
- %touch_run updmap
- %touch_run mtxrun
- %touch_run fmtutil
- exit 0
- %posttrans
- %__mkdir_p %{vartexfonts}
- %__chmod 1777 %{vartexfonts}
- ## create our map files {ptex,uptex,otf,otf-up}-vine.map
- ( %{exec_upddeffont} ) ||:
- %{exec_texhash}
- %{exec_mtxrun}
- %{exec_updmap}
- %{exec_fmtutil}
- exit 0
- %post -n libkpathsea
- /sbin/ldconfig
- # for x in kpathsea tds web2c; do
- # /sbin/install-info %{_infodir}/${x}.info.* %{_infodir}/dir
- # done
- # %preun -n libkpathsea
- # if [ "$1" = 0 ]; then
- # for x in kpathsea tds web2c; do
- # /sbin/install-info --delete %{_infodir}/${x}.info.* %{_infodir}/dir
- # done
- # fi
- %postun -n libkpathsea
- /sbin/ldconfig
- %post -n libptexenc
- /sbin/ldconfig
- %postun -n libptexenc
- /sbin/ldconfig
- %triggerin -- ghostscript
- %__rm -f %{texmf}/fonts/cmap/ghostscript
- if [ -d "%{_datadir}/ghostscript/$(gs --version| cut -d . -f 1-2)/Resource/CMap" ] ; then
- %__ln_s %{_datadir}/ghostscript/$(gs --version| cut -d . -f 1-2)/Resource/CMap %{texmf}/fonts/cmap/ghostscript
- elif [ -d "%{_datadir}/ghostscript/Resource/CMap" ] ; then
- %__ln_s %{_datadir}/ghostscript/Resource/CMap %{texmf}/fonts/cmap/ghostscript
- fi
- %touch_run texhash
- exit 0
- %files -f %{_builddir}/filelist.full
- %defattr(-,root,root)
- %dir %{aliasttfdir}
- %attr(1777,root,root) %dir %{vartexfonts}
- # %config %{_sysconfdir}/cron.daily/texlive.cron
- %files doc -f %{_builddir}/filelist.doc
- %defattr(-,root,root)
- %files -n libkpathsea
- %defattr(-,root,root)
- %{_libdir}/libkpathsea.so.*
- # %{_infodir}/kpathsea.info*
- %files -n libkpathsea-devel
- %defattr(-,root,root)
- %{_libdir}/libkpathsea.so
- %dir %{_includedir}/kpathsea
- %{_includedir}/kpathsea/*
- %files -n libptexenc
- %defattr(-,root,root)
- %{_libdir}/libptexenc.so.*
- %files -n libptexenc-devel
- %defattr(-,root,root)
- %{_libdir}/libptexenc.so
- %dir %{_includedir}/ptexenc
- %{_includedir}/ptexenc/*
- %changelog
- * Thu May 16 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2012-4
- - update enhancement binaries TeX Live 2013/dev 20130106 snapshot (tlptexlive-20130106)
- - fixed duplicated lw35 for updmap.pl
- - updated updmap.cfg.texlive-20120701: use ipaex as kanjiEmbed
- * Sat Mar 9 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2012-3
- - touch the map files generated by updmap-sys
- * Mon Nov 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-2
- - fixed Source7: updmap.cfg.texlive-20120701
- (upto /etc/texmf/web2c/updmap.cfg)
- - fixex %%triggerin -- ghostscript
- - replaced %%exec_texhash with %%touch_run texhash
- * Wed Nov 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
- - TeX Live 2012 + tlptexlive 20121107
- * Tue Oct 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-7
- - drop BR: poppler-devel temporaly
- - modify tl11supp-120120-vine.patch, texlive-20110705-vine.patch to do that
- * Mon May 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-6
- - build with poppler-0.18.4
- - remove tlmgr
- * Thu Jan 26 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-5
- - updated to tl11supp-120120
- - run %%{exec_fmtutil} at %%post when upgrading
- * Sat Dec 17 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-4
- - updated to tl11supp-111214
- * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-3
- - added BuildRequires: texlive-common
- - Babel needs docstrip.tex, which is contained in texlive-collection-latex
- - check japanese.ldf
- - updated tl11supp-111120-vine.patch
- - added the following options to $$TL_CONFIGURE_ARGS:
- --disable-detex
- --disable-dvipng
- --disable-lcdf-typetools
- - remove some files of asymptote
- - remove a man file of latexmk
- - remove man files of lcdf-typetools
- - remove man files of dvipng
- - remove a man file of detex
- * Mon Nov 28 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
- - added find-provides-texlive.sh and set it to %%__find_provides
- - use to find library sonames for libkpathsea and libptexenc
- - added cmex.enc (%%{SOURCE110})
- - do not install cmex.enc in our TDS, yet
- - removed some unused directories in texmf/fonts/map
- - removed man files of lcdf-typetools
- - moved texdoc{,tk} and its related files to texlive-doc
- * Wed Nov 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
- - TeX Live 2011 + tl11supp-111120
- * Thu Oct 13 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-22
- - make the directory VARTEXFONTS (%%posttrans)
- - dropped %%triggerpostun -- texlive < 2009-17vl6
- * Tue Jul 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-21
- - fixed ptexlive-20100711-dvipdfmx-vine.patch
- - for dvipdfmx.cfg, given some ps2pdf's parameters mistaked
- * Thu Jun 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-20
- - added %%pre to avoid conflictions of texmf-{config,var}
- * Sun May 22 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-19
- - dropped Requires: texlive-common
- - added perl-Tk-TableMatrix
- - supported texdoctk
- - removed broken symbolic links in /usr/bin
- - for each these symbolic links, the package of its real file/path
- should be its owner.
- * Thu May 19 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-18
- - added %%triggerpostun -- texlive < 2009-17vl6
- - make the directory VARTEXFONTS
- * Tue May 10 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-17
- - fixed %%dir VARTEXFONTS around in %%files
- - dropped BuildRequires: t1utils
- * Tue Apr 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-16
- - updated texlive-20091107-texmfcnf-vine.patch, texlive.cron
- - changed VARTEXFONTS to /var/lib/texmf/fonts
- * Mon Apr 25 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-15
- - fixed updmap.cfg
- * Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-14
- - dropped Requires: texlive-macros
- * Sat Jan 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-13
- - updated ptexlive-20100711-pxdvik-vine.patch
- and added texlive-20091107-xdvik-vine.patch
- - fixed to adjust X resources in texmf/xdvi/XDvi for (p)xdvi
- * Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-12
- - supported Vine Linux 5
- - for vl5, changed a requirement of Japanese VF package
- - added Requires: texlive-jvf = 2009 (vl5)
- - dropped dependencies of Provides:/Obsoletes: tags
- - merged these dependencies in texlive-common-vl.spec
- * Wed Dec 01 2010 Shu KONNO <owa@bg.wakwak.com> 2009-11
- - rebuilt with poppler-0.14.2 (libpoppler has been up to so.7)
- * Fri Sep 24 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-10
- - applied some security patches from Debian
- - texlive-2009-CVE-2010-0827.patch
- - texlive-2009-CVE-2010-1440.patch
- - applied texlive-2009-pdftexdir-libpoppler-0.12.patch from Debian
- - applied texlive-2009-luatexdir-libpoppler-0.12.patch
- based on texlive-2009-pdftexdir-libpoppler-0.12.patch
- - fixed some dependencies
- * Mon Aug 09 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-9
- - added BuildArch: noarch in %%package doc
- - removed some comment-out sentences
- * Tue Jul 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-8
- - separeted texmf-dist to texlive-common package
- * Mon Jul 19 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-7
- - unpacked texlive-20091107-source.tar.xz
- - babel is available now
- - applied eptex-100420 and some patches:
- - eptex-100420-vine.patch
- - eptex-100420-patch1.diff
- * Tue Jul 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-6
- - updated ptexlive-20100711
- * Sat Jun 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-5
- - customized updmap.cfg to correspond installed fonts
- * Mon May 31 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
- - fixed insttexfont()
- * Mon May 17 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
- - added jvf of MORISAWA basic 5 fonts
- - added cm-super, mathdesign in fntlst
- * Sun May 16 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
- - define insttexfont() in %%install
- - copy almost compatible tetex-3.0
- * Sat May 08 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
- - ptexlive-20090322 + TeXLive 2009
- - added BuildRequires: openssl-devel
- * Sun Dec 06 2009 Munehiro Yamamoto <munepi@vinelinux.org> 2008-0.20091206
- - ptexlive-20091009 + TeXLive 2008
|