latex-xft-fonts-vl.spec 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Name: latex-xft-fonts
  2. Version: 0.1
  3. Release: 1%{?_dist_release}
  4. Vendor: Project Vine
  5. Distribution: Vine Linux
  6. License: Distributable
  7. Group: User Interface/X
  8. URL: http://wiki.lyx.org/beta/pmwiki.php/LyX/Troubleshooting
  9. Source0: http://www.movement.uklinux.net/latex-xft-fonts-0.1.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. BuildArch: noarch
  12. Prereq: XOrg-font-utils
  13. Summary: xft-compatible LaTeX fonts for math symbols
  14. %description
  15. Some xft-compatible versions of LaTeX fonts for use
  16. with visual math symbol display in LyX. You will need
  17. to install this package if your version of Qt is using
  18. Xft for displaying fonts (most recent systems).
  19. %prep
  20. %setup -q
  21. %build
  22. %install
  23. %__rm -rf %{buildroot}
  24. %__make install DESTDIR=%{buildroot} INSTALLDIR=%{_datadir}/fonts/%{name}
  25. %clean
  26. %__rm -rf %{buildroot}
  27. %post
  28. fc-cache -f %{_datadir}/fonts/%{name}
  29. %postun
  30. if [ "$1" = "0" ]; then
  31. /usr/sbin/chkfontpath -q -r %{_datadir}/fonts/%{name}
  32. fi
  33. fc-cache
  34. %files
  35. %defattr(-,root,root)
  36. %{_datadir}/fonts/%{name}
  37. %changelog
  38. * Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 1.0-1vl5
  39. - applied new versioning policy
  40. * Sun Jun 13 2004 USAMI Kosuke <usami-k@yc5.so-net.ne.jp> - 1.0-0vl1
  41. - Initial build.