source: projects/specs/trunk/t/texlive-collection-genericrecommended/texlive-collection-genericrecommended-vl.spec @ 10360

Revision 10360, 11.7 KB checked in by munepi, 8 years ago (diff)

updated to TeX Live 2016

RevLine 
[1533]1## -*- coding: utf-8-unix -*-
[10360]2## NOTE: This spec file is generated by tlpdb2rpmspec 2016-4:
[1974]3## tlpdb2rpmspec collection-genericrecommended
[1533]4
[5207]5%global _use_internal_dependency_generator 0
6%global __find_provides %{nil}
7%global __find_requires %{nil}
8
[7770]9Summary: TeX Live: Generic recommended packages
10Summary(ja): TeX Live: Generic recommended packages
[1533]11Name: texlive-collection-genericrecommended
[10269]12Version: 2016
[10360]13Release: 4%{?_dist_release}
[8476]14License: Public Domain, GPL+, Freely redistributable without restriction, LPPL
[1533]15Group: Applications/Publishing
16URL:http://www.tug.org/texlive/
17
[9529]18Source0: apnum.doc.tar.xz
19Source1: apnum.tar.xz
20Source2: epsf.doc.tar.xz
21Source3: epsf.tar.xz
22Source4: fontname.doc.tar.xz
23Source5: fontname.tar.xz
24Source6: genmisc.tar.xz
25Source7: kastrup.doc.tar.xz
26Source8: kastrup.source.tar.xz
27Source9: kastrup.tar.xz
28Source10: multido.doc.tar.xz
29Source11: multido.source.tar.xz
30Source12: multido.tar.xz
31Source13: path.doc.tar.xz
32Source14: path.tar.xz
33Source15: tex-ps.doc.tar.xz
34Source16: tex-ps.tar.xz
35Source17: ulem.doc.tar.xz
36Source18: ulem.tar.xz
[7770]37
[1533]38Requires: texlive = %{version}
39Requires: texlive-collection-basic = %{version}
40
41Requires(post):         texlive = %{version}
42Requires(postun):       texlive = %{version}
43
44BuildArch:      noarch
45Buildroot:      %{_tmppath}/%{name}-%{version}-root
46
47Vendor:         Project Vine
48Distribution:   Vine Linux
49Packager:       munepi
50
51%description
52The TeX Live software distribution offers a complete TeX system for a
53variety of Unix, Macintosh, Windows and other platforms. It
54encompasses programs for editing, typesetting, previewing and printing
55of TeX documents in many different languages, and a large collection
56of TeX macros and font libraries.
57
58The distribution includes extensive general documentation about TeX,
59as well as the documentation for the included software packages.
60
[7770]61This package is a collection of Generic recommended packages:
[1533]62Recommended packages that work with multiple formats.
63
64This package contains the following CTAN packages:
[9950]65apnum: Arbitrary precision numbers implemented by TeX macros
[10269]66epsf: Simple macros for EPS inclusion
[9950]67fontname: Scheme for naming fonts in TeX
[1533]68genmisc:
[10269]69kastrup: Convert numbers into binary, octal and hexadecimal
70multido: A loop facility for Generic TeX
71path: Typeset paths, making them breakable
72tex-ps: TeX to PostScript generic macros and add-ons
73ulem: Package for underlining
[1533]74
75%description -l ja
76TeX Live ソフトウェアディストリビューションは、
77さまざまな Unix, Macintosh, Windows、および
78他のプラットホームに対して完全な TeX システムを提供します。
79多くの異なった言語を含む TeX ドキュメントの
80編集、組版、閲覧、印刷するためのプログラム、
81そして、TeX マクロやフォントライブラリの大きなコレクションを
82同梱しています。
83
84このディストリビューションは
85同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
86TeX に関するたくさんの一般的なドキュメントを含んでいます。
87
88このパッケージは以下のようなパッケージ集です。
[7770]89Generic recommended packages:
[1533]90Recommended packages that work with multiple formats.
91
92このパッケージは以下の CTAN パッケージを含んでいます:
[9950]93apnum: Arbitrary precision numbers implemented by TeX macros
[10269]94epsf: Simple macros for EPS inclusion
[9950]95fontname: Scheme for naming fonts in TeX
[1533]96genmisc:
[10269]97kastrup: Convert numbers into binary, octal and hexadecimal
98multido: A loop facility for Generic TeX
99path: Typeset paths, making them breakable
100tex-ps: TeX to PostScript generic macros and add-ons
101ulem: Package for underlining
[1533]102
103%package doc
104Summary: TeX Live: Documentation files of %{name}
105Group: Applications/Publishing
106Requires: %{name} = %{version}-%{release}
107
108%description doc
109This package contains documentation files of %{name}.
110
111%prep
[7770]112%setup -c -n %{name}-%{version}
113%__tar -xvf %{SOURCE1}
114%__tar -xvf %{SOURCE2}
115%__tar -xvf %{SOURCE3}
116%__tar -xvf %{SOURCE4}
117%__tar -xvf %{SOURCE5}
118%__tar -xvf %{SOURCE6}
119%__tar -xvf %{SOURCE7}
120%__tar -xvf %{SOURCE8}
121%__tar -xvf %{SOURCE9}
122%__tar -xvf %{SOURCE10}
123%__tar -xvf %{SOURCE11}
124%__tar -xvf %{SOURCE12}
125%__tar -xvf %{SOURCE13}
126%__tar -xvf %{SOURCE14}
127%__tar -xvf %{SOURCE15}
128%__tar -xvf %{SOURCE16}
[9529]129%__tar -xvf %{SOURCE17}
130%__tar -xvf %{SOURCE18}
[1533]131
132%build
133
134%install
135[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
136
[7770]137%__mkdir_p %{buildroot}%{_datadir}
[1533]138
[7770]139## move texmf-dist to /usr/share/texmf-dist
140[ -d texmf-dist ] && %__mv texmf-dist %{buildroot}%{_tl_texmfdist}/ ||:
[1533]141
[7770]142## move texmf to /usr/share/texmf
143[ -d texmf ] && %__mv texmf %{buildroot}%{_tl_texmfmain}/ ||:
[1533]144
[7770]145## move tlpkg to /usr/share/tlpkg
146[ -d tlpkg ] && %__mv tlpkg %{buildroot}%{_datadir}/ ||:
147
148## move all non-arch binaries to /usr/bin
149[ -d bin ] && %__mv bin %{buildroot}%{_prefix}/ ||:
150
151## move others into /usr/share/texmf-dist
152%__mkdir_p %{buildroot}%{_tl_texmfdist}
153%__cp -a * %{buildroot}%{_tl_texmfdist}/ ||:
154%__rm -rf * ||:
155
156
157## remove duplicated files between texlive and texlive-collection-*
158## NOTE: We provides texmf.cnf and updmap{-hdr,}.cfg from texlive
159## remove unpacked files
160x=(
[9955]161dvipdfmx/dvipdfmx.cfg
[9576]162scripts/context/stubs/unix/mtxrun
[10269]163scripts/latexmk/latexmk.pl
[9576]164scripts/ptex2pdf/ptex2pdf.lua
165scripts/texlive/fmtutil.pl
[9529]166scripts/texlive/texconfig-dialog.sh
167scripts/texlive/texconfig-sys.sh
168scripts/texlive/texconfig.sh
169scripts/texlive/texlinks.sh
170scripts/texlive/tlmgr.pl
[9576]171scripts/texlive/updmap.pl
[9529]172texconfig/tcfmgr
[9576]173web2c/fmtutil.cnf
[9529]174web2c/mktex.opt
175web2c/mktexdir
176web2c/mktexdir.opt
177web2c/mktexnam
178web2c/mktexnam.opt
179web2c/mktexupd
180web2c/texmf.cnf
181web2c/updmap-hdr.cfg
182web2c/updmap.cfg
[9576]183install-tl
[9955]184#
185scripts/cjk-gs-integrate/cjk-gs-integrate.pl #texlive-collection-langcjk-2015-3vl7.noarch
186scripts/epspdf/epspdf.tlu #texlive-collection-pictures-2015-3vl7.noarch
187scripts/epspdf/epspdftk.tcl #texlive-collection-pictures-2015-3vl7.noarch
188scripts/glossaries/makeglossaries #texlive-collection-latexextra-2015-3vl7.noarch
189scripts/jfontmaps/kanji-config-updmap.pl #texlive-collection-langjapanese-2015-3vl7.noarch
190scripts/jfontmaps/kanji-fontmap-creator.pl #texlive-collection-langjapanese-2015-3vl7.noarch
191scripts/kotex-utils/jamo-normalize.pl #texlive-collection-langkorean-2015-3vl7.noarch
192scripts/kotex-utils/komkindex.pl #texlive-collection-langkorean-2015-3vl7.noarch
193scripts/crossrefware/ltx2crossrefxml.pl #texlive-collection-bibtexextra-2015-3vl7.noarch
194scripts/rubik/rubikrotation.pl #texlive-collection-games-2015-3vl7.noarch
195scripts/musixtex/musixtex.lua #texlive-collection-music-2015-3vl7.noarch
196scripts/pmxchords/pmxchords.lua #texlive-collection-music-2015-3vl7.noarch
197scripts/ctanify/ctanify #texlive-collection-binextra-2015-3vl7.noarch
198scripts/dtxgen/dtxgen #texlive-collection-binextra-2015-3vl7.noarch
199scripts/findhyph/findhyph #texlive-collection-binextra-2015-3vl7.noarch
200scripts/latexpand/latexpand #texlive-collection-binextra-2015-3vl7.noarch
201scripts/ltxfileinfo/ltxfileinfo #texlive-collection-binextra-2015-3vl7.noarch
202scripts/latexdiff/latexdiff-vc.pl #texlive-collection-binextra-2015-3vl7.noarch
203scripts/latexdiff/latexdiff.pl #texlive-collection-binextra-2015-3vl7.noarch
204scripts/texfot/texfot.pl #texlive-collection-binextra-2015-3vl7.noarch
205scripts/fontools/autoinst #texlive-collection-fontutils-2015-3vl7.noarch
206scripts/luaotfload/luaotfload-tool.lua #texlive-collection-luatex-2015-3vl7.noarch
[7770]207)
208if [ -d %{buildroot}%{_tl_texmfdist} ]; then
209pushd %{buildroot}%{_tl_texmfdist}
210%__rm -f ${x[@]} ||:
[5207]211popd
[7770]212fi
213
[1533]214## Files list
215find %{buildroot} -type f -or -type l | \
216    %__sed -e "s|%{buildroot}||g" > filelist.full
217
[7770]218find %{buildroot}%{_tl_texmfdist} -type d | \
[1533]219    %__sed -e "s|^%{buildroot}|%dir |" \
220           -e "s|$|/|"             >> filelist.full
221
222## subpackages
223grep "/texmf-dist/doc/" filelist.full > filelist.doc
224cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
225%__mv -f filelist.tmp filelist.full
226
227%clean
228%__rm -rf %{buildroot}
229
230%post
[7770]231%_tl_touch_run texhash
232%_tl_touch_run mtxrun
[1533]233
234exit 0
235
236
237%postun
238if [ "$1" = 0 ]; then
[7770]239    %_tl_touch_run texhash
[1533]240
241fi
242
243exit 0
244
[7148]245%posttrans
[7770]246%{_tl_exec_texhash}
247%{_tl_exec_mtxrun}
248%{_tl_exec_updmap}
249%{_tl_exec_fmtutil}
[7148]250exit 0
251
252
[1533]253%files -f filelist.full
[5207]254%defattr(-,root,root,-)
[1533]255
256%files -f filelist.doc doc
[5207]257%defattr(-,root,root,-)
[1533]258
259%changelog
[10360]260* Tue Jun 07 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-4
261- synced tlnet to 20160607 (TeX Live 2016)
262
263* Sat May 14 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-3
264- synced tlnet to 20160514 (TeX Live 2016/pretest)
265
[10269]266* Tue May 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-2
267- synced tlnet to 20160510 (TeX Live 2016/pretest)
268
269* Thu Apr 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-1
270- TeX Live 2016/pretest
271- synced tlnet to 20160428 (TeX Live 2016/pretest)
272
[9955]273* Wed Jan 13 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-4
274- remove duplicated files from texlive-collection-*
275- synced tlnet to 20160113 (TeX Live 2015)
276
[9950]277* Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-3
278- TeX Live 2016/dev
279- synced tlnet to 20160110 (TeX Live 2016/dev)
280
[9576]281* Sun May 24 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
282- TeX Live 2015/pretest
283- synced tlnet to 20150522 (TeX Live 2015/pretest)
[9034]284
[9576]285* Sun Apr 26 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
286- TeX Live 2015/pretest
287- synced tlnet to 20150426 (TeX Live 2015/pretest)
288
289* Wed Apr 01 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2014-4
290- synced tlnet to 20150401
291
292* Tue Oct 28 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-3
293- synced tlnet to 20141028
294
295* Sun Jul 06 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-2
296- synced tlnet to 20140706
297
298* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
299- upgraded to TeX Live 2014
300
301* Sun Apr 06 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-6
302- synced tlnet to 20140406
303
304* Wed Dec 18 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-5
305- synced tlnet to 20131218
306
307* Fri Nov 01 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-4
308- synced tlnet to 20131101
309
310* Wed Oct 02 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-3
311- synced tlnet to 20131002
312
313* Thu Sep 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
314- synced tlnet to 20130919
315
316* Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
317- upgraded to TeX Live 2013
318  - used tlnet archives
319  - synced tlnet to 20130823
320- added macros.texlive
321
322* Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
323- updated to TeX Live 2012
324
325* Sat Dec 03 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
326- updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in:
327  - set external dependencies (texlive-collection-binextra,
328    texlive-collection-fontutils)
329
330* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
331- updated to TeX Live 2011
332- merged texlive-vtlpkg-2009-osx.patch from OSXWS
333- added %doc README (%files)
334
335* Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
336- applied texlive-vtlpkg-2009-vine.patch
337  - remove arch dependent binaries
338- updated tlpdb2rpmspec.sh.in:
339  - improved tlpdb4a()
340  - make symlinks of core script utils (texlive-collection-binextra,
341    texlive-collection-context, texlive-collection-fontutils,
342    texlive-collection-langgreek, texlive-collection-langindic,
343    texlive-collection-latex, texlive-collection-latexextra,
344    texlive-collection-latexrecommended, texlive-collection-pictures,
345    texlive-collection-pstricks, texlive-collection-science)
346
347* Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
348- updated tlpdb2rpmspec.sh.in:
349  - improved %post
350
351* Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
352- updated tlpdb2rpmspec.sh.in:
353  - removed arch dependent binaries (texlive-collection-latexextra)
354  - improved updmap process in %post and %postun
355  - fixed perl path
356
357* Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
358- initial build
Note: See TracBrowser for help on using the repository browser.