]> git.pld-linux.org Git - packages/gfontview.git/commitdiff
- release 4 for Ac auto/ac/gfontview-0_5_0-4
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jan 2004 23:00:45 +0000 (23:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- reversed bcond - for Ac use only gtk 1.x, no gnome 1.x by default

Changed files:
    gfontview.spec -> 1.47

gfontview.spec

index 530fbf0315564ba3017d7990e25c63e96467025a..403b0b74c3a8be0f40395016f5a9cd186d5615c7 100644 (file)
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_without gnome   # without GNOME support
+%bcond_with    gnome1  # with GNOME (1.x) support
 #
 Summary:       A font viewer for Type 1 and TrueType fonts
 Summary(pl):   PrzeglĀ±darka czcionek Type 1 i TrueType
 Name:          gfontview
 Version:       0.5.0
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/gfontview/%{name}-%{version}.tar.gz
@@ -20,10 +20,10 @@ BuildRequires:      autoconf
 BuildRequires: automake
 BuildRequires: freetype1-devel
 BuildRequires: gettext-devel
-%{?with_gnome:BuildRequires:   gnome-libs-devel}
+%{?with_gnome1:BuildRequires:  gnome-libs-devel}
 BuildRequires: gtk+-devel >= 1.2.6
-BuildRequires: libungif-devel
 BuildRequires: libstdc++-devel
+BuildRequires: libungif-devel
 BuildRequires: t1lib-devel >= 1.0.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,7 +66,7 @@ CXXFLAGS="%{rpmcflags} -I/usr/include/freetype \
        SPOOLER="/usr/bin/lpr" \
        --with-libungif \
        --with-fontdir=/usr/share/fonts/Type1 \
-       %{!?with_gnome:--disable-gnome}
+       %{!?with_gnome1:--disable-gnome}
 
 %{__make}
 
This page took 0.072887 seconds and 4 git commands to generate.