]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
- --with zvt bcond; gt with VTE sucks eggs
authorMichal Moskal <michal@moskal.me>
Wed, 22 Jan 2003 19:46:42 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    gnome-terminal.spec -> 1.31

gnome-terminal.spec

index 7b48da6b4896a6f0138508b2ff58a159bad1ca89..9cc6d7c9558e686aaf655994a3cd4a0742196189 100644 (file)
@@ -1,8 +1,10 @@
+# Conditional build:
+# --with zvt   -- build with ZVT instead of VTE
 Summary:       GNOME Terminal
 Summary(pl):   Terminal dla GNOME
 Name:          gnome-terminal
 Version:       2.2.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.2/%{name}-%{version}.tar.bz2
@@ -17,7 +19,8 @@ BuildRequires:        pkgconfig >= 0.12.0
 BuildRequires: rpm-build >= 4.1-10
 BuildRequires: scrollkeeper
 BuildRequires: startup-notification-devel >= 0.4
-BuildRequires: vte-devel >= 0.10.12
+%{?_with_zvt:BuildRequires:    libzvt-devel}
+%{!?_with_zvt:BuildRequires:   vte-devel >= 0.10.12}
 Requires:      libgnomeui >= 2.1.90
 Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,7 +37,7 @@ To jest terminal, na razie ca
 
 %build
 %configure \
-       --with-widget=vte
+       --with-widget=%{?_with_zvt:zvt}%{!?_with_zvt:vte}
 %{__make}
 
 %install
This page took 0.077349 seconds and 4 git commands to generate.