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

Revision 8175, 4.1 KB checked in by munepi, 10 years ago (diff)

rebuilt

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