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

Revision 8476, 4.2 KB checked in by munepi, 10 years ago (diff)

TeX Live 2014

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