2.33.5
This commit is contained in:
parent
b44fe1dfce
commit
c54f90f16b
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ gnome-terminal-2.31.3.tar.bz2
|
|||||||
/gnome-terminal-2.33.2.tar.bz2
|
/gnome-terminal-2.33.2.tar.bz2
|
||||||
/gnome-terminal-2.33.3.tar.bz2
|
/gnome-terminal-2.33.3.tar.bz2
|
||||||
/gnome-terminal-2.33.4.tar.bz2
|
/gnome-terminal-2.33.4.tar.bz2
|
||||||
|
/gnome-terminal-2.33.5.tar.bz2
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Summary: Terminal emulator for GNOME
|
Summary: Terminal emulator for GNOME
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 2.33.4
|
Version: 2.33.5
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -18,10 +18,6 @@ Source0: http://download.gnome.org/sources/gnome-terminal/2.33/gnome-terminal-%{
|
|||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=588732
|
# http://bugzilla.gnome.org/show_bug.cgi?id=588732
|
||||||
Source1: profile-new-dialog.ui
|
Source1: profile-new-dialog.ui
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=639327
|
|
||||||
Source2: find-dialog.ui
|
|
||||||
Patch0: terminal-search.patch
|
|
||||||
|
|
||||||
# gconftool-2
|
# gconftool-2
|
||||||
Requires(pre): GConf2 >= %{gconf_version}
|
Requires(pre): GConf2 >= %{gconf_version}
|
||||||
Requires(post): GConf2 >= %{gconf_version}
|
Requires(post): GConf2 >= %{gconf_version}
|
||||||
@ -49,18 +45,12 @@ clickable URLs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .find-dialog
|
|
||||||
|
|
||||||
autoreconf -i -f
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-gtk=3.0
|
%configure --with-gtk=3.0
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
#cp %{SOURCE1} src
|
|
||||||
cp %{SOURCE2} src
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -96,6 +86,9 @@ desktop-file-install --vendor gnome --delete-original \
|
|||||||
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
|
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
|
||||||
|
- Update to 2.33.5
|
||||||
|
|
||||||
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-2
|
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-2
|
||||||
- Make the find dialog work again
|
- Make the find dialog work again
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user