texlive-collection-htmlxml-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. ## -*- coding: utf-8-unix -*-
  2. ## NOTE: This spec file is generated by tlpdb2rpmspec 2015-1:
  3. ## tlpdb2rpmspec collection-htmlxml
  4. %global _use_internal_dependency_generator 0
  5. %global __find_provides %{nil}
  6. %global __find_requires %{nil}
  7. Summary: TeX Live: HTML/SGML/XML support
  8. Summary(ja): TeX Live: HTML/SGML/XML support
  9. Name: texlive-collection-htmlxml
  10. Version: 2015
  11. Release: 1%{?_dist_release}
  12. License: LPPL 1.3, Freely redistributable without restriction, LPPL
  13. Group: Applications/Publishing
  14. URL:http://www.tug.org/texlive/
  15. Source0: classpack.doc.tar.xz
  16. Source1: classpack.source.tar.xz
  17. Source2: classpack.tar.xz
  18. Source3: jadetex.doc.tar.xz
  19. Source4: jadetex.source.tar.xz
  20. Source5: jadetex.tar.xz
  21. Source6: passivetex.tar.xz
  22. Source7: tex4ht.doc.tar.xz
  23. Source8: tex4ht.tar.xz
  24. Source9: xmltex.doc.tar.xz
  25. Source10: xmltex.tar.xz
  26. Source11: xmltexconfig.tar.xz
  27. Requires: texlive = %{version}
  28. Requires: texlive-collection-basic = %{version}
  29. Requires: texlive-collection-fontsrecommended = %{version}
  30. Requires: texlive-collection-latex = %{version}
  31. Requires(post): texlive = %{version}
  32. Requires(postun): texlive = %{version}
  33. BuildArch: noarch
  34. Buildroot: %{_tmppath}/%{name}-%{version}-root
  35. Vendor: Project Vine
  36. Distribution: Vine Linux
  37. Packager: munepi
  38. %description
  39. The TeX Live software distribution offers a complete TeX system for a
  40. variety of Unix, Macintosh, Windows and other platforms. It
  41. encompasses programs for editing, typesetting, previewing and printing
  42. of TeX documents in many different languages, and a large collection
  43. of TeX macros and font libraries.
  44. The distribution includes extensive general documentation about TeX,
  45. as well as the documentation for the included software packages.
  46. This package is a collection of HTML/SGML/XML support:
  47. Packages to convert LaTeX to XML/HTML, and typeset XML/SGML.
  48. This package contains the following CTAN packages:
  49. classpack: XML mastering for LaTeX classes and packages.
  50. jadetex: Macros supporting Jade DSSSL output.
  51. passivetex: Support package for XML/SGML typesetting
  52. tex4ht: Convert (La)TeX to HTML/XML.
  53. xmltex: Support for parsing XML documents.
  54. xmltexconfig:
  55. %description -l ja
  56. TeX Live ソフトウェアディストリビューションは、
  57. さまざまな Unix, Macintosh, Windows、および
  58. 他のプラットホームに対して完全な TeX システムを提供します。
  59. 多くの異なった言語を含む TeX ドキュメントの
  60. 編集、組版、閲覧、印刷するためのプログラム、
  61. そして、TeX マクロやフォントライブラリの大きなコレクションを
  62. 同梱しています。
  63. このディストリビューションは
  64. 同梱しているソフトウェアパッケージのためのドキュメントばかりでなく、
  65. TeX に関するたくさんの一般的なドキュメントを含んでいます。
  66. このパッケージは以下のようなパッケージ集です。
  67. HTML/SGML/XML support:
  68. Packages to convert LaTeX to XML/HTML, and typeset XML/SGML.
  69. このパッケージは以下の CTAN パッケージを含んでいます:
  70. classpack: XML mastering for LaTeX classes and packages.
  71. jadetex: Macros supporting Jade DSSSL output.
  72. passivetex: Support package for XML/SGML typesetting
  73. tex4ht: Convert (La)TeX to HTML/XML.
  74. xmltex: Support for parsing XML documents.
  75. xmltexconfig:
  76. %package doc
  77. Summary: TeX Live: Documentation files of %{name}
  78. Group: Applications/Publishing
  79. Requires: %{name} = %{version}-%{release}
  80. %description doc
  81. This package contains documentation files of %{name}.
  82. %prep
  83. %setup -c -n %{name}-%{version}
  84. %__tar -xvf %{SOURCE1}
  85. %__tar -xvf %{SOURCE2}
  86. %__tar -xvf %{SOURCE3}
  87. %__tar -xvf %{SOURCE4}
  88. %__tar -xvf %{SOURCE5}
  89. %__tar -xvf %{SOURCE6}
  90. %__tar -xvf %{SOURCE7}
  91. %__tar -xvf %{SOURCE8}
  92. %__tar -xvf %{SOURCE9}
  93. %__tar -xvf %{SOURCE10}
  94. %__tar -xvf %{SOURCE11}
  95. %build
  96. %install
  97. [ -n "%{buildroot}" -a "%{buildroot}" != / ] && %__rm -rf %{buildroot}
  98. %__mkdir_p %{buildroot}%{_datadir}
  99. ## move texmf-dist to /usr/share/texmf-dist
  100. [ -d texmf-dist ] && %__mv texmf-dist %{buildroot}%{_tl_texmfdist}/ ||:
  101. ## move texmf to /usr/share/texmf
  102. [ -d texmf ] && %__mv texmf %{buildroot}%{_tl_texmfmain}/ ||:
  103. ## move tlpkg to /usr/share/tlpkg
  104. [ -d tlpkg ] && %__mv tlpkg %{buildroot}%{_datadir}/ ||:
  105. ## move all non-arch binaries to /usr/bin
  106. [ -d bin ] && %__mv bin %{buildroot}%{_prefix}/ ||:
  107. ## move others into /usr/share/texmf-dist
  108. %__mkdir_p %{buildroot}%{_tl_texmfdist}
  109. %__cp -a * %{buildroot}%{_tl_texmfdist}/ ||:
  110. %__rm -rf * ||:
  111. ## remove duplicated files between texlive and texlive-collection-*
  112. ## NOTE: We provides texmf.cnf and updmap{-hdr,}.cfg from texlive
  113. ## remove unpacked files
  114. x=(
  115. scripts/texlive/texconfig-dialog.sh
  116. scripts/texlive/texconfig-sys.sh
  117. scripts/texlive/texconfig.sh
  118. scripts/texlive/texlinks.sh
  119. scripts/texlive/tlmgr.pl
  120. texconfig/tcfmgr
  121. web2c/mktex.opt
  122. web2c/mktexdir
  123. web2c/mktexdir.opt
  124. web2c/mktexnam
  125. web2c/mktexnam.opt
  126. web2c/mktexupd
  127. web2c/texmf.cnf
  128. web2c/updmap-hdr.cfg
  129. web2c/updmap.cfg
  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. %_tl_touch_run fmtutil
  152. exit 0
  153. %postun
  154. if [ "$1" = 0 ]; then
  155. %_tl_touch_run texhash
  156. fi
  157. exit 0
  158. %posttrans
  159. %{_tl_exec_texhash}
  160. %{_tl_exec_mtxrun}
  161. %{_tl_exec_updmap}
  162. %{_tl_exec_fmtutil}
  163. exit 0
  164. %files -f filelist.full
  165. %defattr(-,root,root,-)
  166. %files -f filelist.doc doc
  167. %defattr(-,root,root,-)
  168. %changelog