2004-09-09 05:35:26 +00:00
|
|
|
%define gettext_package gnome-terminal
|
|
|
|
|
2004-09-09 05:35:51 +00:00
|
|
|
%define glib2_version 2.2.0
|
|
|
|
%define pango_version 1.2.0
|
|
|
|
%define gtk2_version 2.2.0
|
2004-09-09 05:36:15 +00:00
|
|
|
%define libgnomeui_version 2.3.0
|
2004-09-09 05:35:20 +00:00
|
|
|
#%define libzvt_version 1.113.0
|
2004-09-09 05:36:15 +00:00
|
|
|
%define vte_version 0.11.10
|
2004-09-09 05:35:26 +00:00
|
|
|
%define desktop_file_utils_version 0.2.90
|
2004-09-09 05:35:51 +00:00
|
|
|
%define startup_notification_version 0.5
|
2004-09-09 05:36:15 +00:00
|
|
|
%define libbonobo_version 2.3.0
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
Summary: GNOME Terminal
|
|
|
|
Name: gnome-terminal
|
2004-09-09 05:37:13 +00:00
|
|
|
Version: 2.6.0
|
|
|
|
Release: 2
|
2004-09-09 05:35:51 +00:00
|
|
|
URL: http://www.gnome.org/
|
2004-09-09 05:36:15 +00:00
|
|
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-terminal/2.3/gnome-terminal-%{version}.tar.bz2
|
2004-09-09 05:35:20 +00:00
|
|
|
License: GPL
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
|
2004-09-09 05:35:29 +00:00
|
|
|
Requires: vte >= %{vte_version}
|
2004-09-09 05:35:51 +00:00
|
|
|
Requires: gtk2 >= 2.2.0
|
|
|
|
Requires: pango >= 1.2.0
|
2004-09-09 05:35:29 +00:00
|
|
|
|
2004-09-09 05:37:13 +00:00
|
|
|
# gconftool-2
|
|
|
|
Requires: GConf2
|
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
|
|
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
|
|
|
#BuildRequires: libzvt-devel >= %{libzvt_version}
|
|
|
|
BuildRequires: vte-devel >= %{vte_version}
|
2004-09-09 05:36:15 +00:00
|
|
|
BuildRequires: libbonobo-devel >= %{libbonobo_version}
|
2004-09-09 05:35:20 +00:00
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
2004-09-09 05:35:26 +00:00
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
2004-09-09 05:35:51 +00:00
|
|
|
BuildRequires: startup-notification-devel >= %{startup_notification_version}
|
2004-09-09 05:37:13 +00:00
|
|
|
BuildRequires: scrollkeeper gettext
|
2004-09-09 05:35:20 +00:00
|
|
|
|
2004-09-09 05:36:21 +00:00
|
|
|
# For intltool:
|
|
|
|
BuildRequires: perl-XML-Parser >= 2.31-16
|
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
%description
|
|
|
|
|
|
|
|
GNOME terminal emulator application.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
2004-09-09 05:36:21 +00:00
|
|
|
#workaround broken perl-XML-Parser on 64bit arches
|
|
|
|
export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.2 perl
|
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
%configure --with-widget=vte
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
|
|
%makeinstall
|
|
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
2004-09-09 05:35:26 +00:00
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-only-show-in GNOME \
|
|
|
|
--add-category X-Red-Hat-Base \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
|
|
|
|
|
|
|
rm -r $RPM_BUILD_ROOT/var/scrollkeeper
|
|
|
|
|
|
|
|
%find_lang %{gettext_package}
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-terminal.schemas > /dev/null
|
|
|
|
|
2004-09-09 05:35:26 +00:00
|
|
|
%files -f %{gettext_package}.lang
|
2004-09-09 05:37:13 +00:00
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
|
|
|
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/gnome-terminal
|
|
|
|
%{_datadir}/pixmaps
|
2004-09-09 05:35:26 +00:00
|
|
|
%{_datadir}/gnome
|
|
|
|
%{_datadir}/omf
|
2004-09-09 05:35:20 +00:00
|
|
|
%{_datadir}/applications
|
|
|
|
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
|
2004-09-09 05:35:26 +00:00
|
|
|
%{_libdir}/bonobo
|
2004-09-09 05:36:15 +00:00
|
|
|
%{_datadir}/application-registry/gnome-terminal.applications
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
%changelog
|
2004-09-09 05:37:13 +00:00
|
|
|
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
|
|
|
|
- #111015 BR scrollkeeper gettext
|
|
|
|
|
|
|
|
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
|
|
|
|
- Update to 2.6.0
|
|
|
|
|
2004-09-09 05:36:40 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
|
|
|
|
- update to 2.5.90
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:36:21 +00:00
|
|
|
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.1-1
|
|
|
|
- update to 2.5.1
|
|
|
|
|
2004-09-09 05:36:15 +00:00
|
|
|
* Wed Sep 17 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
|
|
|
|
- update to 2.4.0.1
|
|
|
|
|
|
|
|
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-1
|
|
|
|
- update to gnome 2.3
|
|
|
|
|
|
|
|
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
|
|
|
|
- 2.2.2
|
|
|
|
- require latest vte
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 05:35:51 +00:00
|
|
|
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 2.2.1-3
|
|
|
|
- remove Xft buildreq
|
|
|
|
|
|
|
|
* Thu Feb 6 2003 Jeremy Katz <katzj@redhat.com> 2.2.1-2
|
|
|
|
- confusion about build roots abounds...
|
|
|
|
|
|
|
|
* Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
|
|
|
|
- 2.2.1
|
|
|
|
|
|
|
|
* Sun Jan 26 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
- require gtk 2.2, pango 1.2
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 2.2.0
|
|
|
|
|
|
|
|
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 2.1.4
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- merge nalin's branch to HEAD, bump some dependency versions
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.3-0
|
|
|
|
- initial update to 2.1.3
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.0.1-6
|
|
|
|
- rebuild to fix broken deps on old libvte
|
|
|
|
- build on all arches
|
|
|
|
|
2004-09-09 05:35:42 +00:00
|
|
|
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-5
|
|
|
|
- fix goofy audible bell checkbox (backport from HEAD)
|
|
|
|
|
2004-09-09 05:35:37 +00:00
|
|
|
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-4
|
|
|
|
- fix incorrect regexp which matched newlines as parts of URLs (#71349)
|
|
|
|
|
2004-09-09 05:35:35 +00:00
|
|
|
* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
- Clean up keyboard handling.
|
|
|
|
|
2004-09-09 05:35:29 +00:00
|
|
|
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- require latest vte
|
|
|
|
|
2004-09-09 05:35:26 +00:00
|
|
|
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 2.0.1 released version instead of cvs snap
|
|
|
|
- clean up unpackaged files
|
|
|
|
|
|
|
|
* Thu Aug 8 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- pick up widget padding
|
|
|
|
|
|
|
|
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Use monospace preference for system font
|
|
|
|
|
|
|
|
* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 2.0.0.90 cvs snap
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 2.0.0
|
|
|
|
- use desktop-file-install
|
|
|
|
- put bonobo server file in file list
|
|
|
|
- put help files in file list
|
|
|
|
- apply some fixes from CVS (or rather, that I'm going to
|
|
|
|
check in to CVS soon)
|
|
|
|
|
|
|
|
* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in different environment
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add patch to handle vte abi change
|
|
|
|
|
|
|
|
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- add patch to get a decent default monospace font
|
|
|
|
|
|
|
|
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild, had bin compat issues
|
|
|
|
|
|
|
|
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
* Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- don't obsolete/provide gnome-core
|
|
|
|
|
|
|
|
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.9.7
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
- build requires bonobo activation
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.9.6.90
|
|
|
|
- provide gnome-core
|
|
|
|
|
|
|
|
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.9.5
|
|
|
|
- obsolete gnome-core
|
|
|
|
|
|
|
|
* Fri Apr 26 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.9.4.91, fixes scrollback thing
|
|
|
|
|
|
|
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.9.4.90
|
|
|
|
- move it to VTE, let's see how this goes
|
|
|
|
|
|
|
|
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- Initial build.
|
|
|
|
|
|
|
|
|