texlive-vtlpkg-vl.spec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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: 3%{?_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. * Wed Jan 12 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2009-3
  40. - updated tlpdb2rpmspec.sh.in:
  41. - improved %%post
  42. * Sun Sep 26 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-2
  43. - updated tlpdb2rpmspec.sh.in:
  44. - removed arch dependent binaries (texlive-collection-latexextra)
  45. - improved updmap process in %%post and %%postun
  46. - fixed perl path
  47. * Fri Jul 30 2010 Munehiro Yamamoto <munepi@vinelinux.org> 2009-1
  48. - initial build