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

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

TeX Live 2014

Line 
1## -*- coding: utf-8-unix -*-
2## NOTE: This spec file is generated by tlpdb2rpmspec 2014-1:
3## tlpdb2rpmspec collection-formatsextra
4
5%global _use_internal_dependency_generator 0
6%global __find_provides %{nil}
7%global __find_requires %{nil}
8
9Summary: TeX Live: Additional formats
10Summary(ja): TeX Live: Additional formats
11Name: texlive-collection-formatsextra
12Version: 2014
13Release: 1%{?_dist_release}
14License: GPLv2+, GPLv3+, Knuth, LPPL, Public Domain
15Group: Applications/Publishing
16URL:http://www.tug.org/texlive/
17
18Source0: edmac.doc.tar.xz
19Source1: edmac.source.tar.xz
20Source2: edmac.tar.xz
21Source3: eplain.doc.tar.xz
22Source4: eplain.source.tar.xz
23Source5: eplain.tar.xz
24Source6: lollipop.doc.tar.xz
25Source7: lollipop.tar.xz
26Source8: mltex.doc.tar.xz
27Source9: mltex.tar.xz
28Source10: psizzl.doc.tar.xz
29Source11: psizzl.source.tar.xz
30Source12: psizzl.tar.xz
31Source13: startex.doc.tar.xz
32Source14: startex.source.tar.xz
33Source15: startex.tar.xz
34Source16: texsis.doc.tar.xz
35Source17: texsis.tar.xz
36
37Requires: texlive = %{version}
38Requires: texlive-collection-basic = %{version}
39
40Requires(post):         texlive = %{version}
41Requires(postun):       texlive = %{version}
42
43BuildArch:      noarch
44Buildroot:      %{_tmppath}/%{name}-%{version}-root
45
46Vendor:         Project Vine
47Distribution:   Vine Linux
48Packager:       munepi
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 collection of Additional formats:
61Collected TeX `formats', i.e., large-scale macro packages
62designed to be dumped into .fmt files -- excluding the most
63common ones, such as latex and context, which have their own
64package(s).
65
66This package contains the following CTAN packages:
67edmac: Typeset critical editions.
68eplain: Extended plain tex macros.
69lollipop: TeX made easy.
70mltex: The MLTeX system.
71psizzl: A TeX format for physics papers.
72startex: An XML-inspired format for student use.
73texsis: Plain TeX macros for Physicists.
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このパッケージは以下のようなパッケージ集です。
89Additional formats:
90Collected TeX `formats', i.e., large-scale macro packages
91designed to be dumped into .fmt files -- excluding the most
92common ones, such as latex and context, which have their own
93package(s).
94
95このパッケージは以下の CTAN パッケージを含んでいます:
96edmac: Typeset critical editions.
97eplain: Extended plain tex macros.
98lollipop: TeX made easy.
99mltex: The MLTeX system.
100psizzl: A TeX format for physics papers.
101startex: An XML-inspired format for student use.
102texsis: Plain TeX macros for Physicists.
103
104%package doc
105Summary: TeX Live: Documentation files of %{name}
106Group: Applications/Publishing
107Requires: %{name} = %{version}-%{release}
108
109%description doc
110This package contains documentation files of %{name}.
111
112%prep
113%setup -c -n %{name}-%{version}
114%__tar -xvf %{SOURCE1}
115%__tar -xvf %{SOURCE2}
116%__tar -xvf %{SOURCE3}
117%__tar -xvf %{SOURCE4}
118%__tar -xvf %{SOURCE5}
119%__tar -xvf %{SOURCE6}
120%__tar -xvf %{SOURCE7}
121%__tar -xvf %{SOURCE8}
122%__tar -xvf %{SOURCE9}
123%__tar -xvf %{SOURCE10}
124%__tar -xvf %{SOURCE11}
125%__tar -xvf %{SOURCE12}
126%__tar -xvf %{SOURCE13}
127%__tar -xvf %{SOURCE14}
128%__tar -xvf %{SOURCE15}
129%__tar -xvf %{SOURCE16}
130%__tar -xvf %{SOURCE17}
131
132%build
133
134%install
135[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
136
137%__mkdir_p %{buildroot}%{_datadir}
138
139## move texmf-dist to /usr/share/texmf-dist
140[ -d texmf-dist ] && %__mv texmf-dist %{buildroot}%{_tl_texmfdist}/ ||:
141
142## move texmf to /usr/share/texmf
143[ -d texmf ] && %__mv texmf %{buildroot}%{_tl_texmfmain}/ ||:
144
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=(
161# scripts/texlive/tlmgr.pl
162# scripts/texlive/updmap.pl
163# scripts/fontools/autoinst
164# scripts/glossaries/makeglossaries
165# scripts/m-tx/m-tx.lua
166# scripts/musixtex/musixtex.lua
167# scripts/pmx/pmx2pdf.lua
168# scripts/latexmk/latexmk.pl
169# scripts/jfontmaps/kanji-config-updmap.pl
170# scripts/jfontmaps/kanji-fontmap-creator.pl
171# scripts/latexpand/latexpand
172# scripts/epstopdf/epstopdf.pl
173# scripts/convbkmk/convbkmk.rb
174# scripts/jfontmaps/kanji-config-updmap-sys.sh
175# scripts/luaotfload/luaotfload-tool.lua
176# texconfig/tcfmgr
177# texconfig/tcfmgr.map
178# web2c/fmtutil.cnf
179# web2c/mktex.opt
180# web2c/mktexdir
181# web2c/mktexdir.opt
182# web2c/mktexnam
183# web2c/mktexnam.opt
184# web2c/mktexupd
185# web2c/texmf.cnf
186# web2c/updmap.cfg
187# web2c/updmap-hdr.cfg
188# doc/chktex/ChkTeX.pdf
189install-tl
190)
191if [ -d %{buildroot}%{_tl_texmfdist} ]; then
192pushd %{buildroot}%{_tl_texmfdist}
193%__rm -f ${x[@]} ||:
194popd
195fi
196
197## Files list
198find %{buildroot} -type f -or -type l | \
199    %__sed -e "s|%{buildroot}||g" > filelist.full
200
201find %{buildroot}%{_tl_texmfdist} -type d | \
202    %__sed -e "s|^%{buildroot}|%dir |" \
203           -e "s|$|/|"             >> filelist.full
204
205## subpackages
206grep "/texmf-dist/doc/" filelist.full > filelist.doc
207cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
208%__mv -f filelist.tmp filelist.full
209
210%clean
211%__rm -rf %{buildroot}
212
213%post
214%_tl_touch_run texhash
215%_tl_touch_run mtxrun
216
217%_tl_touch_run fmtutil
218
219exit 0
220
221
222%postun
223if [ "$1" = 0 ]; then
224    %_tl_touch_run texhash
225
226fi
227
228exit 0
229
230%posttrans
231%{_tl_exec_texhash}
232%{_tl_exec_mtxrun}
233%{_tl_exec_updmap}
234%{_tl_exec_fmtutil}
235exit 0
236
237
238%files -f filelist.full
239%defattr(-,root,root,-)
240
241%files -f filelist.doc doc
242%defattr(-,root,root,-)
243
244%changelog
245* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
246- TLNET 20140524
Note: See TracBrowser for help on using the repository browser.