texlive-vtlpkg-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. %bcond_with firstbuild
  2. Summary: TeX Live packaging utilities for Vine Linux
  3. Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
  4. Name: texlive-vtlpkg
  5. Version: 2016
  6. Release: 2%{?_dist_release}
  7. License: GPLv2+
  8. Group: Development/Tools
  9. Url: http://trac.vinelinux.org/wiki/TeXEnvironment
  10. # %{name}-%{version}.tar.xz is generated by running "$ make rpm"
  11. Source0: %{name}-%{version}.tar.xz
  12. Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
  13. BuildArch: noarch
  14. BuildRequires: sed
  15. BuildRequires: xz
  16. Requires: bash
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: munepi
  20. %description
  21. texlive-vtlpkg is used to create a package of TeX Live for Vine Linux.
  22. It provides tlpdb2rpmspec.
  23. %description -l ja
  24. texlive-vtlpkg は Vine Linux 用 TeX Live パッケージを作るユーティリティです。
  25. tlpdb2rpmspec を提供しています。
  26. %prep
  27. [ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
  28. %setup
  29. %build
  30. %__make
  31. %install
  32. %__make DESTDIR=$RPM_BUILD_ROOT install
  33. %clean
  34. [ "${RPM_BUILD_ROOT}" != "/" ] && %__rm -rf ${RPM_BUILD_ROOT}
  35. %files
  36. %defattr(-,root,root)
  37. %doc README
  38. %{_bindir}/tlpdb2rpmspec
  39. %dir %{_datadir}/%{name}
  40. %{_datadir}/%{name}/*
  41. %{_sysconfdir}/rpm/macros.texlive
  42. %changelog
  43. * Tue May 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-2
  44. - synced tlnet to 20160510 (TeX Live 2016/pretest)
  45. * Thu Apr 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2016-1
  46. - TeX Live 2016/pretest
  47. - synced tlnet to 20160428 (TeX Live 2016/pretest)
  48. * Wed Jan 13 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-4
  49. - remove duplicated files from texlive-collection-*
  50. - synced tlnet to 20160113 (TeX Live 2015)
  51. * Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 2015-3
  52. - TeX Live 2016/dev
  53. - synced tlnet to 20160110 (TeX Live 2016/dev)
  54. * Sun May 24 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-2
  55. - TeX Live 2015/pretest
  56. - synced tlnet to 20150522 (TeX Live 2015/pretest)
  57. * Sun Apr 26 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2015-1
  58. - TeX Live 2015/pretest
  59. - synced tlnet to 20150426 (TeX Live 2015/pretest)
  60. * Wed Apr 1 2015 Munehiro Yamamoto <munepi@vinelinux.org> 2014-4
  61. - synced tlnet to 20150401
  62. * Tue Oct 28 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-3
  63. - synced tlnet to 20141028
  64. * Sun Jul 6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-2
  65. - synced tlnet to 20140706
  66. * Sun May 25 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2014-1
  67. - upgraded to TeX Live 2014
  68. * Sun Apr 6 2014 Munehiro Yamamoto <munepi@vinelinux.org> 2013-6
  69. - synced tlnet to 20140406
  70. * Wed Dec 18 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-5
  71. - synced tlnet to 20131218
  72. * Fri Nov 1 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-4
  73. - synced tlnet to 20131101
  74. * Wed Oct 2 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-3
  75. - synced tlnet to 20131002
  76. * Thu Sep 19 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-2
  77. - synced tlnet to 20130919
  78. * Fri Aug 23 2013 Munehiro Yamamoto <munepi@vinelinux.org> 2013-1
  79. - upgraded to TeX Live 2013
  80. - used tlnet archives
  81. - synced tlnet to 20130823
  82. - added macros.texlive
  83. * Fri Aug 10 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2012-1
  84. - updated to TeX Live 2012
  85. * Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
  86. - updated tlpdb2rpmspec.sh.in and dot.vtlpkg.conf.in:
  87. - set external dependencies (texlive-collection-binextra,
  88. texlive-collection-fontutils)
  89. * Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
  90. - updated to TeX Live 2011
  91. - merged texlive-vtlpkg-2009-osx.patch from OSXWS
  92. - added %%doc README (%%files)
  93. * Wed Mar 23 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-4
  94. - applied texlive-vtlpkg-2009-vine.patch
  95. - remove arch dependent binaries
  96. - updated tlpdb2rpmspec.sh.in:
  97. - improved tlpdb4a()
  98. - make symlinks of core script utils (texlive-collection-binextra,
  99. texlive-collection-context, texlive-collection-fontutils,
  100. texlive-collection-langgreek, texlive-collection-langindic,
  101. texlive-collection-latex, texlive-collection-latexextra,
  102. texlive-collection-latexrecommended, texlive-collection-pictures,
  103. texlive-collection-pstricks, texlive-collection-science)
  104. * Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  105. - updated tlpdb2rpmspec.sh.in:
  106. - improved %%post
  107. * Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  108. - updated tlpdb2rpmspec.sh.in:
  109. - removed arch dependent binaries (texlive-collection-latexextra)
  110. - improved updmap process in %%post and %%postun
  111. - fixed perl path
  112. * Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  113. - initial build