source: projects/specs/branches/6/l/latex-xft-fonts/latex-xft-fonts-vl.spec @ 521

Revision 521, 1.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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