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

Revision 9529, 6.3 KB checked in by munepi, 9 years ago (diff)

TeX Live 2015/pretest

RevLine 
[1533]1## -*- coding: utf-8-unix -*-
[9529]2## NOTE: This spec file is generated by tlpdb2rpmspec 2015-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
[9529]12Version: 2015
13Release: 1%{?_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:
[9529]65apnum: Arbitrary precision numbers implemented by TeX macros.
[1533]66epsf: Simple macros for EPS inclusion.
67fontname: Scheme for naming fonts in TeX.
68genmisc:
[8476]69kastrup: Convert numbers into binary, octal and hexadecimal.
[1533]70multido: A loop facility for Generic TeX.
[5207]71path: Typeset paths, making them breakable.
[1533]72tex-ps: TeX to PostScript generic macros and add-ons.
[5207]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 パッケージを含んでいます:
[9529]93apnum: Arbitrary precision numbers implemented by TeX macros.
[1533]94epsf: Simple macros for EPS inclusion.
95fontname: Scheme for naming fonts in TeX.
96genmisc:
[8476]97kastrup: Convert numbers into binary, octal and hexadecimal.
[1533]98multido: A loop facility for Generic TeX.
[5207]99path: Typeset paths, making them breakable.
[1533]100tex-ps: TeX to PostScript generic macros and add-ons.
[5207]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=(
[9529]161scripts/texlive/texconfig-dialog.sh
162scripts/texlive/texconfig-sys.sh
163scripts/texlive/texconfig.sh
164scripts/texlive/texlinks.sh
165scripts/texlive/tlmgr.pl
166texconfig/tcfmgr
167web2c/mktex.opt
168web2c/mktexdir
169web2c/mktexdir.opt
170web2c/mktexnam
171web2c/mktexnam.opt
172web2c/mktexupd
173web2c/texmf.cnf
174web2c/updmap-hdr.cfg
175web2c/updmap.cfg
[7770]176)
177if [ -d %{buildroot}%{_tl_texmfdist} ]; then
178pushd %{buildroot}%{_tl_texmfdist}
179%__rm -f ${x[@]} ||:
[5207]180popd
[7770]181fi
182
[1533]183## Files list
184find %{buildroot} -type f -or -type l | \
185    %__sed -e "s|%{buildroot}||g" > filelist.full
186
[7770]187find %{buildroot}%{_tl_texmfdist} -type d | \
[1533]188    %__sed -e "s|^%{buildroot}|%dir |" \
189           -e "s|$|/|"             >> filelist.full
190
191## subpackages
192grep "/texmf-dist/doc/" filelist.full > filelist.doc
193cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
194%__mv -f filelist.tmp filelist.full
195
196%clean
197%__rm -rf %{buildroot}
198
199%post
[7770]200%_tl_touch_run texhash
201%_tl_touch_run mtxrun
[1533]202
203exit 0
204
205
206%postun
207if [ "$1" = 0 ]; then
[7770]208    %_tl_touch_run texhash
[1533]209
210fi
211
212exit 0
213
[7148]214%posttrans
[7770]215%{_tl_exec_texhash}
216%{_tl_exec_mtxrun}
217%{_tl_exec_updmap}
218%{_tl_exec_fmtutil}
[7148]219exit 0
220
221
[1533]222%files -f filelist.full
[5207]223%defattr(-,root,root,-)
[1533]224
225%files -f filelist.doc doc
[5207]226%defattr(-,root,root,-)
[1533]227
228%changelog
[9034]229
Note: See TracBrowser for help on using the repository browser.