gnome-terminal/gnome-terminal.spec

229 lines
6.6 KiB
RPMSpec
Raw Normal View History

%define gettext_package gnome-terminal
2013-06-10 21:19:09 +00:00
%define glib2_version 2.33.2
2013-01-25 11:43:09 +00:00
%define gtk3_version 3.6.0
2013-06-10 21:19:09 +00:00
%define vte_version 0.34.6
2007-02-14 14:17:07 +00:00
%define desktop_file_utils_version 0.2.90
2008-11-22 04:15:24 +00:00
Summary: Terminal emulator for GNOME
Name: gnome-terminal
2013-06-10 21:19:09 +00:00
Version: 3.8.3
2013-03-07 12:47:07 +00:00
Release: 1%{?dist}
2012-01-12 06:30:56 +00:00
License: GPLv3+ and GFDL
2009-04-08 17:57:25 +00:00
Group: User Interface/Desktops
URL: http://www.gnome.org/
2010-03-12 03:23:25 +00:00
#VCS: git:git://git.gnome.org/gnome-terminal
2013-03-26 02:07:50 +00:00
Source0: http://download.gnome.org/sources/gnome-terminal/3.8/gnome-terminal-%{version}.tar.xz
2011-01-12 16:25:37 +00:00
2007-12-21 06:04:10 +00:00
BuildRequires: glib2-devel >= %{glib2_version}
2013-01-16 17:39:13 +00:00
BuildRequires: GConf2-devel
2010-11-12 01:30:02 +00:00
BuildRequires: gtk3-devel >= %{gtk3_version}
2011-02-22 16:39:15 +00:00
BuildRequires: gsettings-desktop-schemas-devel
2010-11-12 01:30:02 +00:00
BuildRequires: vte3-devel >= %{vte_version}
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
2006-10-22 01:33:17 +00:00
BuildRequires: gettext
2008-06-03 20:23:17 +00:00
BuildRequires: intltool
2010-02-14 06:03:38 +00:00
BuildRequires: gnome-common
2010-02-14 06:12:15 +00:00
BuildRequires: autoconf automake libtool
2012-08-22 08:00:19 +00:00
BuildRequires: itstool
2013-01-16 16:10:33 +00:00
BuildRequires: dconf-devel
BuildRequires: libuuid-devel
2012-10-16 17:13:38 +00:00
Requires: gsettings-desktop-schemas
2013-06-10 22:04:41 +00:00
Requires: vte3%{?_isa} >= %{vte_version}
2012-10-16 17:13:38 +00:00
%description
gnome-terminal is a terminal emulator for GNOME. It features the ability to use
multiple terminals in a single window (tabs) and profiles support.
%prep
%setup -q
%build
2010-11-12 01:30:02 +00:00
%configure --with-gtk=3.0
2010-05-05 02:10:12 +00:00
2007-02-14 14:17:07 +00:00
make %{?_smp_mflags}
%install
2007-02-14 14:17:07 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
2007-08-07 17:29:49 +00:00
%find_lang %{gettext_package} --with-gnome
%check
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-terminal.desktop
2013-01-16 17:23:07 +00:00
%postun
if [ $1 -eq 0 ] ; then
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
fi
2010-04-27 00:43:40 +00:00
2013-01-16 17:23:07 +00:00
%posttrans
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
2006-05-17 02:41:35 +00:00
%files -f %{gettext_package}.lang
2013-01-16 17:23:07 +00:00
%doc AUTHORS COPYING NEWS
2006-09-08 16:28:36 +00:00
%{_bindir}/gnome-terminal
%{_datadir}/applications/gnome-terminal.desktop
2013-01-16 17:23:07 +00:00
%{_libexecdir}/gnome-terminal-migration
%{_libexecdir}/gnome-terminal-server
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
%changelog
2013-06-10 21:19:09 +00:00
* Mon Jun 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.3-1
- Update to 3.8.3
- Use desktop-file-validate instead of desktop-file-install
2013-06-10 21:19:09 +00:00
2013-05-13 20:17:43 +00:00
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
- Update to 3.8.2
2013-04-15 20:14:09 +00:00
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
- Update to 3.8.1
2013-04-02 20:44:03 +00:00
* Tue Apr 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0.1-1
- Update to 3.8.0.1
2013-03-26 02:07:50 +00:00
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
- Update to 3.8.0
2013-03-19 10:00:45 +00:00
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
- Update to 3.7.92
2013-03-07 12:47:07 +00:00
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
- Update to 3.7.91
* Tue Feb 26 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.2-3
- Bring back titlebars on maximized terminals
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-2
- Backport a fix for a crash in terminal_screen_container_style_updated
2013-01-25 11:43:09 +00:00
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-1
- Update to 3.7.2
2013-01-16 13:16:00 +00:00
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
- Update to 3.7.1
2013-01-09 10:33:16 +00:00
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.0-1
- Update to 3.7.0
2012-10-16 17:13:38 +00:00
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
- Update to 3.6.1
2012-09-26 03:46:42 +00:00
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
- Update to 3.6.0
2012-08-21 19:00:29 +00:00
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
- Update to 3.5.90
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-04-16 21:11:09 +00:00
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
- Update to 3.4.1.1
2012-03-26 22:07:03 +00:00
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0.1-1
- Update to 3.4.0.1
- Avoid listing files twice in %%files
2012-03-26 22:07:03 +00:00
2012-02-07 15:56:55 +00:00
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.0-1
- Update to 3.3.0
2012-01-12 06:31:22 +00:00
* Thu Jan 12 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
2012-01-12 06:30:56 +00:00
- Update license field (#639132)
2011-10-26 23:57:29 +00:00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
- Rebuilt for glibc bug#747377
2011-10-18 11:45:26 +00:00
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
- Update to 3.2.1
2011-09-28 01:23:58 +00:00
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
2011-04-26 14:51:35 +00:00
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
- Update to 3.0.1
2011-04-04 16:32:37 +00:00
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
- Update to 3.0.0
2011-02-22 16:29:28 +00:00
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.33.90-1
- Update to 2.33.90
2011-02-11 04:53:48 +00:00
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.33.5-3
- Rebuild against newer gtk
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-02 18:02:16 +00:00
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
- Update to 2.33.5
2011-01-12 16:20:23 +00:00
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-2
- Make the find dialog work again
2011-01-11 21:07:10 +00:00
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-1
- Update to 2.33.4
2011-01-07 22:22:47 +00:00
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.3-1
2011-01-07 22:20:11 +00:00
- Update to 2.33.3
2010-12-03 15:55:44 +00:00
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-2
- Rebuild against new gtk
2010-11-12 01:30:02 +00:00
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-1
- Update to 2.33.2
- Back to gtk3
* Fri Oct 8 2010 Owen Taylor <otaylor@redhat.com> - 2.33.0-3
- Revert back to a gtk2 build - the gtk3 build has major sizing issues
(rhbz #641337)
2010-10-07 16:40:37 +00:00
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-2
- Build against gtk3
2010-10-04 23:01:16 +00:00
* Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-1
- Update to 2.33.0
2010-09-30 03:39:31 +00:00
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
- Update to 2.32.0
2010-08-31 16:53:39 +00:00
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
- Update to 2.31.91
2010-08-19 16:02:56 +00:00
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
- Update to 2.31.90
2010-05-27 15:43:54 +00:00
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
- Update to 2.31.3
2010-05-05 03:12:37 +00:00
* Tue May 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
- Add more translations for search UI
2010-05-05 02:10:12 +00:00
* Tue May 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
- Update to 2.31.2
- Add translations for search UI
2010-05-04 04:26:48 +00:00
* Tue May 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
- Update to 2.31.1
2010-04-27 00:43:40 +00:00
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
- Update to 2.30.1
2010-03-29 16:15:16 +00:00
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
- Update to 2.30.0
2010-03-12 03:23:25 +00:00
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
- Update to 2.29.92
2010-02-14 06:03:38 +00:00
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-3
- Add missing libs
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-2
- Second try
- Drop stale patch
2010-01-14 05:32:24 +00:00
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-1
- Update to 2.29.6