| | 103 | == 対応している TeX Live のバージョン == |
| | 104 | |
| | 105 | === TeX Live 2011 === |
| | 106 | [browser:projects/texlive-vtlpkg/trunk] |
| | 107 | |
| | 108 | 次期 Vine Linux 7 および Vine Linux 6 に対応する予定。 |
| | 109 | |
| | 110 | rpm-4.8.1 を利用するため、 |
| | 111 | {{{_use_internal_dependency_generator 0}}} を用いれば、簡単に制御できた。 |
| | 112 | {{{ |
| | 113 | %global _use_internal_dependency_generator 0 |
| | 114 | %global __find_provides %{nil} |
| | 115 | %global __find_requires %{nil} |
| | 116 | }}} |
| | 117 | |
| | 118 | === TeX Live 2009 === |
| | 119 | [browser:projects/texlive-vtlpkg/branches/2009] |
| | 120 | |
| | 121 | Vine Linux 6 および Vine Linux 5 に対応しているため、 |
| | 122 | spec ファイルがやや煩雑になっている。 |
| | 123 | {{{ |
| | 124 | %define __find_provides %{nil} |
| | 125 | %define __find_requires %{nil} |
| | 126 | %define __perl_provides %{nil} |
| | 127 | %define __perl_requires %{nil} |
| | 128 | |
| | 129 | Autoreq: 0 |
| | 130 | }}} |
| | 131 | |