]> git.pld-linux.org Git - packages/gfontview.git/commitdiff
- release 2: rebuild against freetype1. gfontview-0_4_1-2
authorkloczek <kloczek@pld-linux.org>
Mon, 19 Mar 2001 20:48:47 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gfontview.spec -> 1.21

gfontview.spec

index cd93094dd48d00ede3ebabc534e6dcdf967050ac..4d0499433e0e746f525c88bb561b9b4e8d41d393 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A font viewer for Type 1 and TrueType fonts
 Summary(pl):   PrzeglĀ±darka czcionek Type 1 i TrueType
 Name:          gfontview
 Version:       0.4.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Group(de):     X11/Applikationen
@@ -14,7 +14,7 @@ Icon:         gfontview.xpm
 URL:           http://gfontview.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: freetype-devel
+BuildRequires: freetype1-devel
 BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.6
 BuildRequires: libungif-devel
@@ -57,7 +57,8 @@ aclocal -I .
 automake -a -c
 autoconf
 autoheader
-CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} -I/usr/include/freetype -fno-rtti -fno-exceptions -fno-implicit-templates"
+CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g} -I/usr/include/freetype \
+       -fno-rtti -fno-exceptions -fno-implicit-templates"
 %configure \
        --with-libungif \
        --with-fontdir=/usr/share/fonts/Type1
This page took 0.109553 seconds and 4 git commands to generate.