summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrobell2002-12-02 12:21:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc9229fd772662b695fefff5efe21f46b913cc80f (patch)
tree56fc95f9a723a173d6eba2cbcfefec843092fc47
parent0c2313f9b762b957015a721a4b244e74f0645903 (diff)
downloadgnome-terminal-c9229fd772662b695fefff5efe21f46b913cc80f.zip
gnome-terminal-c9229fd772662b695fefff5efe21f46b913cc80f.tar.gz
- removed obsolete zvt support
- use gconf_schema_install macro - rel. 4 Changed files: gnome-terminal.spec -> 1.23
-rw-r--r--gnome-terminal.spec14
1 files changed, 5 insertions, 9 deletions
diff --git a/gnome-terminal.spec b/gnome-terminal.spec
index b2d43da..e1ba62c 100644
--- a/gnome-terminal.spec
+++ b/gnome-terminal.spec
@@ -1,21 +1,18 @@
-# --with zvt build with ZVT not VTE terminal widget
Summary: GNOME Terminal
Summary(pl): Terminal dla GNOME
Name: gnome-terminal
Version: 2.1.2
-Release: 3
+Release: 4
License: GPL
Group: X11/Applications
Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
Patch0: %{name}-TERM.patch
-#Patch1: %{name}-pango-zvt.patch
URL: http://www.gnome.org/
BuildRequires: GConf2-devel >= 1.2.1
BuildRequires: gtk+2-devel >= 2.0.3
BuildRequires: libglade2-devel >= 2.0.0
BuildRequires: libgnomeui-devel >= 2.1.2
-%{?_with_zvt:BuildRequires: libzvt-devel >= 2.0.0}
-%{?!_with_zvt:BuildRequires: vte-devel >= 0.10.4}
+BuildRequires: vte-devel >= 0.10.4
BuildRequires: pkgconfig >= 0.12.0
BuildRequires: scrollkeeper
BuildRequires: rpm-build >= 4.1-7
@@ -35,11 +32,10 @@ To jest terminal, na razie całkowicie nie dokończony.
%prep
%setup -q
%patch0 -p1
-#%patch1 -p1
%build
%configure \
- --with-widget=%{?!_with_zvt:vte}%{?_with_zvt:zvt}
+ --with-widget=vte
%{__make}
%install
@@ -58,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
%post
scrollkeeper-update
-GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
+%gconf_schema_install
%postun
scrollkeeper-update
@@ -66,10 +62,10 @@ scrollkeeper-update
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc README ChangeLog NEWS TODO AUTHORS
+%doc %{_omf_dest_dir}/%{name}
%attr(755,root,root) %{_bindir}/*
%{_sysconfdir}/gconf/schemas/*
%{_datadir}/%{name}
%{_datadir}/applications/*
%{_libdir}/bonobo/servers/*
%{_datadir}/pixmaps/*
-%doc %{_omf_dest_dir}/%{name}