texlive-vtlpkg-vl.spec 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Summary: TeX Live packaging utilities for Vine Linux
  2. Summary(ja): Vine Linux 用 TeX Live パッケージングユーティリティ
  3. Name: texlive-vtlpkg
  4. Version: 2009
  5. Release: 2%{?_dist_release}
  6. License: GPLv2+
  7. Group: Development/Tools
  8. Url: http://trac.vinelinux.org/wiki/TeXEnvironment
  9. Source0: %{name}-%{version}.tar.bz2
  10. Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildArch: noarch
  12. BuildRequires: sed
  13. Requires: bash
  14. Requires: texlive-sources = %{version}
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: munepi
  18. %description
  19. texlive-vtlpkg is used to create a package of TeX Live for Vine Linux.
  20. It provides tlpdb2rpmspec.
  21. %description -l ja
  22. texlive-vtlpkg は Vine Linux 用 TeX Live パッケージ作るユーティリティです。
  23. tlpdb2rpmspec を提供しています。
  24. %prep
  25. [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
  26. %setup
  27. %build
  28. %__make
  29. %install
  30. %__make DESTDIR=$RPM_BUILD_ROOT install
  31. %clean
  32. [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
  33. %files
  34. %defattr(-,root,root)
  35. %{_bindir}/tlpdb2rpmspec
  36. %dir %{_datadir}/%{name}
  37. %{_datadir}/%{name}/*
  38. %changelog
  39. * Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  40. - updated tlpdb2rpmspec.sh.in:
  41. - removed arch dependent binaries (texlive-collection-latexextra)
  42. - improved updmap process in %%post and %%postun
  43. - fixed perl path
  44. * Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  45. - initial build