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

Revision 10269, 4.5 KB checked in by munepi, 8 years ago (diff)

upgrade to TeX Live 2016

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
[10269]15Version: 2016
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
[5207]38Requires: texlive-collection-langcjk = %{version}
[8476]39Requires: texlive-collection-langjapanese = %{version}
[5207]40
[1533]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
[10269]84* Thu Apr 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-1
85- TeX Live 2016
86
[9951]87* Mon Jan 11 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
88- dropped Provides: jadetex
89
[9529]90* Mon Apr 27 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
91- TeX Live 2015
92
[8476]93* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
94- TeX Live 2014
95
[8175]96* Mon Jan 13 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
97- rebuilt
98
[7770]99* Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
100- TeX Live 2013
101
[7148]102* Wed Nov 21 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
103- TeX Live 2012
104
[5207]105* Sat Nov 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
106- TeX Live 2011
107
[3944]108* Mon May 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-6
109- added Requires(post): for all requirements of texlive-collection-*
110- added Requires: texlive
111
112* Sat Apr 16 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-5
113- improved %%post
114  - checked the maps containing Require(post) dependencies
115
[3150]116* Sun Mar 27 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
117- added Requires(post): texlive
118- changed Requires(pre): -> Requires(post): for all requirements
119
[2503]120* Fri Jan 14 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
121- added to remove %%{texmf}/updmap.lock in %%post
122  - When texlive-common is installed, this lock generating
123    texlive-collection-* leaves.
124- dropped %%postun
125- added some comments for the definition of %%exec_fmtutil
126
[2457]127* Sat Jan 08 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
128- changed Requires: -> Requires(pre): for all requirements
[2503]129- merged dependencies of Provides:/Obsoletes: tags from texlive-vl.spec
[2457]130
[1533]131* Mon Jul 19 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
132- TeX Live 2009
Note: See TracBrowser for help on using the repository browser.