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

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

TeX Live 2014

RevLine 
[1533]1## -*- coding: utf-8-unix -*-
[8476]2## NOTE: This spec file is generated by tlpdb2rpmspec 2014-1:
[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
[8476]12Version: 2014
13Release: 1%{?_dist_release}
14License: Public Domain, GPL+, Freely redistributable without restriction, LPPL
[1533]15Group: Applications/Publishing
16URL:http://www.tug.org/texlive/
17
[7770]18Source0: epsf.doc.tar.xz
19Source1: epsf.tar.xz
20Source2: fontname.doc.tar.xz
21Source3: fontname.tar.xz
22Source4: genmisc.tar.xz
23Source5: kastrup.doc.tar.xz
24Source6: kastrup.source.tar.xz
25Source7: kastrup.tar.xz
26Source8: multido.doc.tar.xz
27Source9: multido.source.tar.xz
28Source10: multido.tar.xz
29Source11: path.doc.tar.xz
30Source12: path.tar.xz
31Source13: tex-ps.doc.tar.xz
32Source14: tex-ps.tar.xz
33Source15: ulem.doc.tar.xz
34Source16: ulem.tar.xz
35
[1533]36Requires: texlive = %{version}
37Requires: texlive-collection-basic = %{version}
38
39Requires(post):         texlive = %{version}
40Requires(postun):       texlive = %{version}
41
42BuildArch:      noarch
43Buildroot:      %{_tmppath}/%{name}-%{version}-root
44
45Vendor:         Project Vine
46Distribution:   Vine Linux
47Packager:       munepi
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
[7770]59This package is a collection of Generic recommended packages:
[1533]60Recommended packages that work with multiple formats.
61
62This package contains the following CTAN packages:
63epsf: Simple macros for EPS inclusion.
64fontname: Scheme for naming fonts in TeX.
65genmisc:
[8476]66kastrup: Convert numbers into binary, octal and hexadecimal.
[1533]67multido: A loop facility for Generic TeX.
[5207]68path: Typeset paths, making them breakable.
[1533]69tex-ps: TeX to PostScript generic macros and add-ons.
[5207]70ulem: Package for underlining.
[1533]71
72%description -l ja
73TeX Live ソフトウェアディストリビューションは、
74さまざまな Unix, Macintosh, Windows、および
75他のプラットホームに対して完全な TeX システムを提供します。
76多くの異なった言語を含む TeX ドキュメントの
77編集、組版、閲覧、印刷するためのプログラム、
78そして、TeX マクロやフォントライブラリの大きなコレクションを
79同梱しています。
80
81このディストリビューションは
82同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
83TeX に関するたくさんの一般的なドキュメントを含んでいます。
84
85このパッケージは以下のようなパッケージ集です。
[7770]86Generic recommended packages:
[1533]87Recommended packages that work with multiple formats.
88
89このパッケージは以下の CTAN パッケージを含んでいます:
90epsf: Simple macros for EPS inclusion.
91fontname: Scheme for naming fonts in TeX.
92genmisc:
[8476]93kastrup: Convert numbers into binary, octal and hexadecimal.
[1533]94multido: A loop facility for Generic TeX.
[5207]95path: Typeset paths, making them breakable.
[1533]96tex-ps: TeX to PostScript generic macros and add-ons.
[5207]97ulem: Package for underlining.
[1533]98
99%package doc
100Summary: TeX Live: Documentation files of %{name}
101Group: Applications/Publishing
102Requires: %{name} = %{version}-%{release}
103
104%description doc
105This package contains documentation files of %{name}.
106
107%prep
[7770]108%setup -c -n %{name}-%{version}
109%__tar -xvf %{SOURCE1}
110%__tar -xvf %{SOURCE2}
111%__tar -xvf %{SOURCE3}
112%__tar -xvf %{SOURCE4}
113%__tar -xvf %{SOURCE5}
114%__tar -xvf %{SOURCE6}
115%__tar -xvf %{SOURCE7}
116%__tar -xvf %{SOURCE8}
117%__tar -xvf %{SOURCE9}
118%__tar -xvf %{SOURCE10}
119%__tar -xvf %{SOURCE11}
120%__tar -xvf %{SOURCE12}
121%__tar -xvf %{SOURCE13}
122%__tar -xvf %{SOURCE14}
123%__tar -xvf %{SOURCE15}
124%__tar -xvf %{SOURCE16}
[1533]125
126%build
127
128%install
129[ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
130
[7770]131%__mkdir_p %{buildroot}%{_datadir}
[1533]132
[7770]133## move texmf-dist to /usr/share/texmf-dist
134[ -d texmf-dist ] && %__mv texmf-dist %{buildroot}%{_tl_texmfdist}/ ||:
[1533]135
[7770]136## move texmf to /usr/share/texmf
137[ -d texmf ] && %__mv texmf %{buildroot}%{_tl_texmfmain}/ ||:
[1533]138
[7770]139## move tlpkg to /usr/share/tlpkg
140[ -d tlpkg ] && %__mv tlpkg %{buildroot}%{_datadir}/ ||:
141
142## move all non-arch binaries to /usr/bin
143[ -d bin ] && %__mv bin %{buildroot}%{_prefix}/ ||:
144
145## move others into /usr/share/texmf-dist
146%__mkdir_p %{buildroot}%{_tl_texmfdist}
147%__cp -a * %{buildroot}%{_tl_texmfdist}/ ||:
148%__rm -rf * ||:
149
150
151## remove duplicated files between texlive and texlive-collection-*
152## NOTE: We provides texmf.cnf and updmap{-hdr,}.cfg from texlive
153## remove unpacked files
154x=(
[8476]155# scripts/texlive/tlmgr.pl
156# scripts/texlive/updmap.pl
157# scripts/fontools/autoinst
158# scripts/glossaries/makeglossaries
159# scripts/m-tx/m-tx.lua
160# scripts/musixtex/musixtex.lua
161# scripts/pmx/pmx2pdf.lua
162# scripts/latexmk/latexmk.pl
163# scripts/jfontmaps/kanji-config-updmap.pl
164# scripts/jfontmaps/kanji-fontmap-creator.pl
165# scripts/latexpand/latexpand
166# scripts/epstopdf/epstopdf.pl
167# scripts/convbkmk/convbkmk.rb
168# scripts/jfontmaps/kanji-config-updmap-sys.sh
169# scripts/luaotfload/luaotfload-tool.lua
170# texconfig/tcfmgr
171# texconfig/tcfmgr.map
172# web2c/fmtutil.cnf
173# web2c/mktex.opt
174# web2c/mktexdir
175# web2c/mktexdir.opt
176# web2c/mktexnam
177# web2c/mktexnam.opt
178# web2c/mktexupd
179# web2c/texmf.cnf
180# web2c/updmap.cfg
181# web2c/updmap-hdr.cfg
182# doc/chktex/ChkTeX.pdf
[7770]183install-tl
184)
185if [ -d %{buildroot}%{_tl_texmfdist} ]; then
186pushd %{buildroot}%{_tl_texmfdist}
187%__rm -f ${x[@]} ||:
[5207]188popd
[7770]189fi
190
[1533]191## Files list
192find %{buildroot} -type f -or -type l | \
193    %__sed -e "s|%{buildroot}||g" > filelist.full
194
[7770]195find %{buildroot}%{_tl_texmfdist} -type d | \
[1533]196    %__sed -e "s|^%{buildroot}|%dir |" \
197           -e "s|$|/|"             >> filelist.full
198
199## subpackages
200grep "/texmf-dist/doc/" filelist.full > filelist.doc
201cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
202%__mv -f filelist.tmp filelist.full
203
204%clean
205%__rm -rf %{buildroot}
206
207%post
[7770]208%_tl_touch_run texhash
209%_tl_touch_run mtxrun
[1533]210
211exit 0
212
213
214%postun
215if [ "$1" = 0 ]; then
[7770]216    %_tl_touch_run texhash
[1533]217
218fi
219
220exit 0
221
[7148]222%posttrans
[7770]223%{_tl_exec_texhash}
224%{_tl_exec_mtxrun}
225%{_tl_exec_updmap}
226%{_tl_exec_fmtutil}
[7148]227exit 0
228
229
[1533]230%files -f filelist.full
[5207]231%defattr(-,root,root,-)
[1533]232
233%files -f filelist.doc doc
[5207]234%defattr(-,root,root,-)
[1533]235
236%changelog
[8476]237* Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
238- TLNET 20140524
Note: See TracBrowser for help on using the repository browser.