]> git.pld-linux.org Git - packages/gnome-terminal.git/blobdiff - gnome-terminal.spec
This commit was manufactured by cvs2git to create branch 'GNOME_2_0'.
[packages/gnome-terminal.git] / gnome-terminal.spec
index c2dda7cd599c3af819b52d65e6dd961d3dd8c3e3..236e8ff157bcb159db15b11cccd5bac508fa13de 100644 (file)
@@ -1,19 +1,16 @@
 Summary:       GNOME Terminal
 Summary(pl):   Terminal dla GNOME
 Name:          gnome-terminal
-Version:       1.9.7
-Release:       2
+Version:       2.0.2
+Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.0/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-TERM.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 1.1.10
-BuildRequires: gtk+2-devel >= 2.0.2
-BuildRequires: libglade2-devel
 BuildRequires: libgnomeui-devel
-BuildRequires: libzvt-devel >= 1.116.1
-BuildRequires: pkgconfig >= 0.12.0
+BuildRequires: libzvt-devel
+BuildRequires: pkgconfig
 BuildRequires: scrollkeeper
 Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,8 +38,8 @@ install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       omf_dest_dir=%{_omf_dest_dir}/%{name}
-
+       omf_dest_dir=%{_omf_dest_dir}/%{name} \
+       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -51,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %post 
 scrollkeeper-update
-GCONF_CONFIG_SOURCE="" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
+GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null
 
 %postun
 scrollkeeper-update
This page took 0.073941 seconds and 4 git commands to generate.