]> git.pld-linux.org Git - packages/gfontview.git/commitdiff
- updated to 0.3.2, gfontview-0_3_2-1
authorkloczek <kloczek@pld-linux.org>
Wed, 22 Dec 1999 15:52:33 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- best C++ optimization (added to CXXFLAGS -fno-rtti -fno-exceptions
  -fno-implicit-templates).

Changed files:
    gfontview.spec -> 1.8

gfontview.spec

index b0dbf78e9da68edf155b8aa3a35c5e968d231609..c04790ba81342f608525004ccc4d8e29abd46731 100644 (file)
@@ -1,20 +1,20 @@
 Summary:       A font viewer for Type 1 and TrueType fonts
 Summary(pl):   Przegl±darka czcionek Type 1 i TrueType
 Name:          gfontview
-Version:       0.3.1
+Version:       0.3.2
 Release:       1
 Copyright:      GPL
 Group:         X11/Utilities
 Group(pl):     X11/Narzêdzia
-Source0:       http://www.geocities.com/SiliconValley/Foothills/1458/%{name}-0_3_1.tgz
+Source0:       http://www.geocities.com/SiliconValley/Foothills/1458/%{name}-0_3_2.tgz
 Source1:       gfontview.desktop
-Patch:         gfontview-config.patch
+Patch:         gfontview-autoconf.patch
 Icon:           gfontview.xpm
 URL:           http://www.geocities.com/SiliconValley/Foothills/1458/index.html
 BuildRequires: XFree86-devel
 BuildRequires: xpm-devel
-BuildRequires: gtk+-devel >= 1.2.0
-BuildRequires: glib-devel >= 1.2.0
+BuildRequires: gtk+-devel >= 1.2.6
+BuildRequires: glib-devel >= 1.2.6
 BuildRequires: t1lib-devel
 BuildRequires: freetype-devel
 BuildRequires: libungif-devel
@@ -47,10 +47,15 @@ znaku lub fragmentu tekstu w formacie GIF.
 
 %prep
 %setup -q
-%patch -p0
+%patch -p1
 
 %build
-CXXFLAGS="$RPM_OPT_FLAGS"; LDFLAGS="-s"
+aclocal -I .
+automake
+autoconf
+autoheader
+LDFLAGS="-s"
+CXXFLAGS="$RPM_OPT_FLAGS -I/usr/include/freetype -fno-rtti -fno-exceptions -fno-implicit-templates"
 export LDFLAGS CXXFLAGS
 %configure \
        --with-libungif \
This page took 0.077494 seconds and 4 git commands to generate.