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