texlive-collection-langafrican-vl.spec 10 KB

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