Blame SPECS/gnome-terminal.spec

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