texlive-collection-langafrican-vl.spec 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2014-1:
  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: 2014
  11. Release: 1%{?_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. # scripts/texlive/tlmgr.pl
  102. # scripts/texlive/updmap.pl
  103. # scripts/fontools/autoinst
  104. # scripts/glossaries/makeglossaries
  105. # scripts/m-tx/m-tx.lua
  106. # scripts/musixtex/musixtex.lua
  107. # scripts/pmx/pmx2pdf.lua
  108. # scripts/latexmk/latexmk.pl
  109. # scripts/jfontmaps/kanji-config-updmap.pl
  110. # scripts/jfontmaps/kanji-fontmap-creator.pl
  111. # scripts/latexpand/latexpand
  112. # scripts/epstopdf/epstopdf.pl
  113. # scripts/convbkmk/convbkmk.rb
  114. # scripts/jfontmaps/kanji-config-updmap-sys.sh
  115. # scripts/luaotfload/luaotfload-tool.lua
  116. # texconfig/tcfmgr
  117. # texconfig/tcfmgr.map
  118. # web2c/fmtutil.cnf
  119. # web2c/mktex.opt
  120. # web2c/mktexdir
  121. # web2c/mktexdir.opt
  122. # web2c/mktexnam
  123. # web2c/mktexnam.opt
  124. # web2c/mktexupd
  125. # web2c/texmf.cnf
  126. # web2c/updmap.cfg
  127. # web2c/updmap-hdr.cfg
  128. # doc/chktex/ChkTeX.pdf
  129. install-tl
  130. )
  131. if [ -d %{buildroot}%{_tl_texmfdist} ]; then
  132. pushd %{buildroot}%{_tl_texmfdist}
  133. %__rm -f ${x[@]} ||:
  134. popd
  135. fi
  136. ## Files list
  137. find %{buildroot} -type f -or -type l | \
  138. %__sed -e "s|%{buildroot}||g" > filelist.full
  139. find %{buildroot}%{_tl_texmfdist} -type d | \
  140. %__sed -e "s|^%{buildroot}|%dir |" \
  141. -e "s|$|/|" >> filelist.full
  142. ## subpackages
  143. grep "/texmf-dist/doc/" filelist.full > filelist.doc
  144. cat filelist.doc filelist.full | sort | uniq -u > filelist.tmp
  145. %__mv -f filelist.tmp filelist.full
  146. %clean
  147. %__rm -rf %{buildroot}
  148. %post
  149. %_tl_touch_run texhash
  150. %_tl_touch_run mtxrun
  151. [ -f %{_tl_texmfdist}/web2c/updmap.cfg ] || exit 0
  152. %_tl_enable_map MixedMap ethiop.map
  153. %_tl_touch_run fmtutil
  154. exit 0
  155. %postun
  156. if [ "$1" = 0 ]; then
  157. %_tl_touch_run texhash
  158. [ -f %{_tl_texmfdist}/web2c/updmap.cfg ] || exit 0
  159. %_tl_disable_map ethiop.map
  160. fi
  161. exit 0
  162. %posttrans
  163. %{_tl_exec_texhash}
  164. %{_tl_exec_mtxrun}
  165. %{_tl_exec_updmap}
  166. %{_tl_exec_fmtutil}
  167. exit 0
  168. %files -f filelist.full
  169. %defattr(-,root,root,-)
  170. %files -f filelist.doc doc
  171. %defattr(-,root,root,-)
  172. %changelog
  173. * Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
  174. - TLNET 20140524