source: projects/specs/trunk/t/texlive-collection-langkorean/texlive-collection-langkorean-vl.spec @ 9955

Revision 9955, 11.3 KB checked in by munepi, 8 years ago (diff)

reverted to texlive-20150521-source (TeX Live 2015)
remove duplicated files from texlive-collection-*

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