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

Revision 11118, 5.6 KB checked in by munepi, 7 years ago (diff)

TeX Live 2017

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