From: kloczek Date: Fri, 16 Jul 1999 21:29:25 +0000 (+0000) Subject: - raw version. X-Git-Tag: gfontview-0_3_1-1~7 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgfontview.git;a=commitdiff_plain;h=5b00fcf91c5dc484a0b6df206d1253159fb95db7 - raw version. Changed files: gfontview.spec -> 1.1 --- 5b00fcf91c5dc484a0b6df206d1253159fb95db7 diff --git a/gfontview.spec b/gfontview.spec new file mode 100644 index 0000000..9240477 --- /dev/null +++ b/gfontview.spec @@ -0,0 +1,40 @@ +Summary: A font viewer for Type 1 and TrueType fonts. +Name: gfontview +Version: 0.2.2 +Release: 1 +Copyright: GPL +Group: X11/Utilities +Source: http://www.geocities.com/SiliconValley/Foothills/1458/gfontview-0-2-2.tgz +URL: http://www.geocities.com/SiliconValley/Foothills/1458/ +BuildRoot: /var/tmp/gfontview-root +Vendor: Roberto Alameda +Packager: Katherine Lim (Katherine.Lim@infotech.monash.edu.au) +Requires: gtk+ >= 1.2, t1lib >= 0.8, freetype >= 1.2 + +%description +This is an ALPHA preliminary release. + +gfontview is a Font Viewer for outline fonts (PostScript Type 1 and TrueType). +It will display all fonts present in the chosen directory in a list, +with a preview of the font also present in the main window. + +Note: compiled with freetype 1.2 and t1lib 0.8.1 beta + +%prep +%setup + +%build +export CFLAGS=$RPM_OPT_FLAGS +./configure --prefix=$RPM_BUILD_ROOT/usr +make + +%install +make install + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +/usr/bin/gfontview + +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO