source: projects/specs/trunk/t/texlive-common/texlive-common-vl.spec @ 7148

Revision 7148, 3.9 KB checked in by munepi, 11 years ago (diff)

upgrade to TeX Live 2012

Line 
1## -*- coding: utf-8-unix -*-
2%bcond_with firstbuild
3
4Provides:    jadetex
5Obsoletes:   texlive-common < %{version}
6Obsoletes:   jadetex tetex dvipdfmx xdvik xdvik-motif
7Obsoletes:   tetex-latex tetex-afm tetex-type1 tetex-devel
8Obsoletes:   pTeX pLaTeX2e pLaTeX2e_Macros dvipsk
9Obsoletes:   dvipdfm texmacro-aps
10Obsoletes:   makejvf <= 1.1a
11Obsoletes:   task-texmacro-phys < 1.1
12
13Summary: Common base for all TeX Live packages
14Summary(ja): TeX Live パッケージの共通ベース
15Name: texlive-common
16Version: 2012
17Release: 1%{?_dist_release}
18License: distributable
19Group: Applications/Publishing
20URL: http://www.tug.org/texlive/
21
22Requires: texlive = %{version}
23Requires: texlive-collection-basic = %{version}
24Requires: texlive-collection-latex = %{version}
25Requires: texlive-collection-latexrecommended = %{version}
26Requires: texlive-collection-fontsrecommended = %{version}
27
28#### $ pdftex -ini  -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini
29## dehypht-x-2009-06-19.tex
30Requires: texlive-collection-langgerman = %{version}
31## catkoi
32Requires: texlive-collection-langcyrillic = %{version}
33
34#### $ xetex -ini  -jobname=xelatex -progname=xelatex -etex xelatex.ini
35## unicode-letters
36Requires: texlive-collection-xetex = %{version}
37
38Requires: texlive-collection-langcjk = %{version}
39
40BuildArch:      noarch
41Buildroot:    %{_tmppath}/%{name}-%{version}-root
42
43Vendor:       Project Vine
44Distribution: Vine Linux
45Packager:     munepi
46
47
48%description
49The TeX Live software distribution offers a complete TeX system for a
50variety of Unix, Macintosh, Windows and other platforms. It
51encompasses programs for editing, typesetting, previewing and printing
52of TeX documents in many different languages, and a large collection
53of TeX macros and font libraries.
54
55The distribution includes extensive general documentation about TeX,
56as well as the documentation for the included software packages.
57
58This package is a virtual package
59to provide a common base for all TeX Live packages.
60
61
62%description -l ja
63TeX Live ソフトウェアディストリビューションは、
64さまざまな Unix, Macintosh, Windows、および
65他のプラットホームに対して完全な TeX システムを提供します。
66多くの異なった言語を含む TeX ドキュメントの
67編集、組版、閲覧、印刷するためのプログラム、
68そして、TeX マクロやフォントライブラリの大きなコレクションを
69同梱しています。
70
71このディストリビューションは
72同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
73TeX に関するたくさんの一般的なドキュメントを含んでいます。
74
75このパッケージは TeX Live パッケージの共通ベースを
76提供ための仮想パッケージです。
77
78
79%files
80
81
82%changelog
83* Wed Nov 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
84- TeX Live 2012
85
86* Sat Nov 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
87- TeX Live 2011
88
89* Mon May 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-6
90- added Requires(post): for all requirements of texlive-collection-*
91- added Requires: texlive
92
93* Sat Apr 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-5
94- improved %%post
95  - checked the maps containing Require(post) dependencies
96
97* Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
98- added Requires(post): texlive
99- changed Requires(pre): -> Requires(post): for all requirements
100
101* Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
102- added to remove %%{texmf}/updmap.lock in %%post
103  - When texlive-common is installed, this lock generating
104    texlive-collection-* leaves.
105- dropped %%postun
106- added some comments for the definition of %%exec_fmtutil
107
108* Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
109- changed Requires: -> Requires(pre): for all requirements
110- merged dependencies of Provides:/Obsoletes: tags from texlive-vl.spec
111
112* Mon Jul 19 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
113- TeX Live 2009
Note: See TracBrowser for help on using the repository browser.