]> git.pld-linux.org Git - packages/gfontview.git/blame - gfontview.spec
- raw version.
[packages/gfontview.git] / gfontview.spec
CommitLineData
5b00fcf9 1Summary: A font viewer for Type 1 and TrueType fonts.
2Name: gfontview
3Version: 0.2.2
4Release: 1
5Copyright: GPL
6Group: X11/Utilities
7Source: http://www.geocities.com/SiliconValley/Foothills/1458/gfontview-0-2-2.tgz
8URL: http://www.geocities.com/SiliconValley/Foothills/1458/
9BuildRoot: /var/tmp/gfontview-root
10Vendor: Roberto Alameda <alameda@ibm.net>
11Packager: Katherine Lim (Katherine.Lim@infotech.monash.edu.au)
12Requires: gtk+ >= 1.2, t1lib >= 0.8, freetype >= 1.2
13
14%description
15This is an ALPHA preliminary release.
16
17gfontview is a Font Viewer for outline fonts (PostScript Type 1 and TrueType).
18It will display all fonts present in the chosen directory in a list,
19with a preview of the font also present in the main window.
20
21Note: compiled with freetype 1.2 and t1lib 0.8.1 beta
22
23%prep
24%setup
25
26%build
27export CFLAGS=$RPM_OPT_FLAGS
28./configure --prefix=$RPM_BUILD_ROOT/usr
29make
30
31%install
32make install
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38/usr/bin/gfontview
39
40%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
This page took 0.457053 seconds and 4 git commands to generate.