]> git.pld-linux.org Git - packages/gnome-terminal.git/blobdiff - gnome-terminal.spec
- updated to version 2.1.3
[packages/gnome-terminal.git] / gnome-terminal.spec
index a605c5b1ef1ae076de756b9a5b8c8a20f505fb9e..543497d8bd2c4de5e9df6712a337f3d9bae82fef 100644 (file)
@@ -1,26 +1,27 @@
 Summary:       GNOME Terminal
 Summary(pl):   Terminal dla GNOME
 Name:          gnome-terminal
-Version:       2.0.0
-Release:       2
+Version:       2.1.3
+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.1/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-TERM.patch
 URL:           http://www.gnome.org/
-BuildRequires: GConf2-devel >= 1.2.0
-BuildRequires: gtk+2-devel >= 2.0.3
+BuildRequires: GConf2-devel >= 1.2.1-10
+BuildRequires: gtk+2-devel >= 2.1.3-3
 BuildRequires: libglade2-devel >= 2.0.0
-BuildRequires: libgnomeui-devel >= 2.0.1
-BuildRequires: libzvt-devel >= 2.0.0
+BuildRequires: libgnomeui-devel >= 2.1.2
+BuildRequires: vte-devel >= 0.10.5
 BuildRequires: pkgconfig >= 0.12.0
 BuildRequires: scrollkeeper
+BuildRequires: rpm-build >= 4.1-8.2
+BuildRequires: Xft-devel >= 2.0-6
+BuildRequires: startup-notification >= 0.4
+Requires:      libgnomeui >= 2.1.2
 Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _sysconfdir     /etc/X11/GNOME2
-
 %description
 This is a terminal thing that isn't finished at all.
 
@@ -32,7 +33,8 @@ To jest terminal, na razie ca
 %patch0 -p1
 
 %build
-%configure
+%configure \
+       --with-widget=vte
 %{__make}
 
 %install
@@ -41,8 +43,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 +53,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_schema_install
 
 %postun
 scrollkeeper-update
@@ -59,10 +61,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}
This page took 0.120496 seconds and 4 git commands to generate.