Compare commits

...
Sign in to create a new pull request.

29 commits

Author SHA1 Message Date
Fedora Release Engineering
babae3b0e9 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:12:12 +00:00
Kevin Fenzi
a65d05a1ad Update to 1.2.0. Fixes rhbz#2445586
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-03-14 13:30:39 -07:00
Fedora Release Engineering
ddd94a0039 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:39:06 +00:00
Fedora Release Engineering
95050b0050 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:49:03 +00:00
Kevin Fenzi
dbc7285c60 Update to 1.1.5. Fixes rhbz#2355130
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-03-29 13:38:27 -07:00
Fedora Release Engineering
67d211e803 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:47:45 +00:00
Mukundan Ragavan
17d23ba3ed Update to v1.1.4 2024-12-26 16:51:17 -06:00
Miroslav Suchý
7a1d82130b convert GPLv2+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-26 03:54:02 +02:00
Fedora Release Engineering
812b1727c5 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 10:02:07 +00:00
Mukundan Ragavan
c47d20cdcd drop merged patches; update to v1.1.3 2024-03-09 06:35:45 -06:00
Dan Horák
0429cc6c97 fix clipboard handling
Resolves: https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299
2024-02-15 12:26:39 +01:00
Mukundan Ragavan
79db4818fb update xfce4-terminal to v1.1.2 2024-02-10 07:12:25 -06:00
Fedora Release Engineering
c534cf04aa Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:39:19 +00:00
Mukundan Ragavan
b56f1c762c Update to v1.1.1 2023-11-15 19:55:57 -06:00
Mukundan Ragavan
286990b47c Update to v1.1.0 2023-08-30 20:50:57 -05:00
Fedora Release Engineering
3098e9cae8 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:49:20 +00:00
Fedora Release Engineering
7d6c0a22e2 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 07:26:40 +00:00
Fedora Release Engineering
26e8c56c05 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 13:06:27 +00:00
Mukundan Ragavan
9d418bd836 update to v1.0.4 2022-05-22 17:25:20 -05:00
Mukundan Ragavan
4a5aef0a68 update to v1.0.3 2022-05-13 07:24:35 -05:00
Mukundan Ragavan
915e2822cf xfce4-terminal v1.0.2; bugfix update 2022-04-21 06:58:02 -05:00
Mukundan Ragavan
2321b9e10e Update to xfce4-terminal v1.0.1 2022-04-14 07:19:16 -05:00
Mukundan Ragavan
c4945d1b49 update xfce4-terminal to 1.0.0 2022-04-02 22:04:16 -05:00
Mukundan Ragavan
21bdd5b53d Opt into rpmautospec 2022-04-02 21:53:55 -05:00
aekoroglu
e65aed29e0 Update to 0.9.2 2022-03-07 23:48:58 +02:00
Fedora Release Engineering
9373c29b31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 05:04:43 +00:00
Fedora Release Engineering
62af0a138c - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 21:33:05 +00:00
Fedora Release Engineering
5300cb122d - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-28 00:01:33 +00:00
Tom Stellard
0c500e2e51 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-09 01:23:36 +00:00
4 changed files with 369 additions and 341 deletions

13
.gitignore vendored
View file

@ -22,3 +22,16 @@
/xfce4-terminal-0.8.9.1.tar.bz2
/xfce4-terminal-0.8.9.2.tar.bz2
/xfce4-terminal-0.8.10.tar.bz2
/xfce4-terminal-0.9.2.tar.bz2
/xfce4-terminal-1.0.0.tar.bz2
/xfce4-terminal-1.0.1.tar.bz2
/xfce4-terminal-1.0.2.tar.bz2
/xfce4-terminal-1.0.3.tar.bz2
/xfce4-terminal-1.0.4.tar.bz2
/xfce4-terminal-1.1.0.tar.bz2
/xfce4-terminal-1.1.1.tar.bz2
/xfce4-terminal-1.1.2.tar.bz2
/xfce4-terminal-1.1.3.tar.bz2
/xfce4-terminal-1.1.4.tar.bz2
/xfce4-terminal-1.1.5.tar.xz
/xfce4-terminal-1.2.0.tar.xz

328
changelog Normal file
View file

@ -0,0 +1,328 @@
* Mon Feb 7 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 0.9.2-1
- Update to 0.9.2
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Dec 22 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.10-1
- Update to 0.8.10
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Mar 29 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.9.2-1
- Update to 0.8.9.2
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Dec 28 2019 Kevin Fenzi <kevin@scrye.com> - 0.8.9.1-1
- Update to 0.8.9.1.
* Fri Dec 27 2019 Kevin Fenzi <kevin@scrye.com> - 0.8.9-1
- Update to 0.8.9. Fixes bug #1786824
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Jul 02 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.8-1
- Update to 0.8.8
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7.4-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Aug 11 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.4-20
- Rebuilt (xfce 4.13)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue May 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.4-2
- Add xfce4-terminal-settings desktop file
* Tue May 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.4-1
- Update to 0.8.7.4
* Wed Mar 28 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.3-2
- Fix build issues (el6 line)
* Wed Mar 28 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.3-1
- Update to 0.8.7.3 (bugfix release)
- Drop upstreamed patch
* Mon Mar 19 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.2-3
- Add patch to fix drop-down flickering
* Thu Mar 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.2-2
- Add BR:gcc-c++
* Thu Mar 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.2-1
- Update to 0.8.7.2
* Mon Feb 26 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.1-1
- Update to 0.8.7.1
* Sun Feb 25 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7-1
- Update to 0.8.7
- Modernize specfile
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Jul 20 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.6-1
- Update to 0.8.6. Fixes bug #1471447
* Sun May 14 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.5.1-1
- Update to 0.8.5.1
- Bug fix for 0.8.5
* Sun May 14 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.5-1
- Update to 0.8.5
* Mon Feb 06 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.4-1
- Update to 0.8.4.
* Mon Jan 16 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.3-2
- Improve Summary and description. Fixes bug #1412956
* Tue Jan 10 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.3-1
- Update to 0.8.3
* Fri Dec 30 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.2-1
- Update to 0.8.2
- Drop upstreamed patches
* Mon Nov 21 2016 Dan Horák <dan[at]danny.cz> - 0.8.1-2
- fix Alt+<Num> handling
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 0.8.1-1
- Update to 0.8.1
* Mon Oct 17 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Tue Sep 06 2016 Kevin Fenzi <kevin@scrye.com> - 0.6.92-1
- Update to 0.6.92. Fixes various bugs.
* Wed Aug 31 2016 Kevin Fenzi <kevin@scrye.com> - 0.6.91-1
- Update to 0.6.91. Fixes bugs #1369594 and #1369939
* Fri Jul 29 2016 Kevin Fenzi <kevin@scrye.com> - 0.6.90-1
- Update to 0.6.90. Fixes bug #1361560
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 0.6.3-7
- Rebuild for Xfce 4.12
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.3-6
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
* Sun Oct 05 2014 Kevin Fenzi <kevin@scrye.com> 0.6.3-5
- Add dejavu-sans-mono-fonts as required. Works around bug #718121
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Aug 10 2014 Mukundan Ragavan <nonamedotc@gmail.com> - 0.6.3-3
- Initial build for EPEL-7
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Dec 27 2013 Kevin Fenzi <kevin@scrye.com> 0.6.3-1
- Update to 0.6.3
- Drop unstreamed patches.
* Mon Dec 23 2013 Kevin Fenzi <kevin@scrye.com> 0.6.2-4
- Add patch to fix crash in locale menu. Fixes bug #1015850
* Mon Dec 16 2013 Kevin Fenzi <kevin@scrye.com> 0.6.2-3
- Add patch to fix save/restore of terminal positions
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sun May 05 2013 Kevin Fenzi <kevin@scrye.com> 0.6.2-1
- Update to 0.6.2
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Jan 01 2013 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1
- Install GNOME control-center integration only on EL6
* Fri Dec 28 2012 Kevin Fenzi <kevin@scrye.com> 0.6.0-2
- Various minor moderizations of the spec per the review.
* Thu Dec 27 2012 Kevin Fenzi <kevin@scrye.com> 0.6.0-1
- Rename Terminal to xfce4-terminal
- Update to 0.6.0 upstream.
* Wed Apr 04 2012 Kevin Fenzi <kevin@scrye.com> - 0.4.8-3
- Update for Xfce 4.10
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Jun 21 2011 Kevin Fenzi <kevin@scrye.com> - 0.4.8-1
- Update to 0.4.8
* Tue Apr 05 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.7-1
- Update to 0.4.7
- Remove upstreamed background.patch
* Sun Jan 30 2011 Kevin Fenzi <kevin@tummy.com> - 0.4.6-2
- Add patch to fix cpu and memory issues.
* Sun Jan 30 2011 Kevin Fenzi <kevin@tummy.com> - 0.4.6-1
- Update to 0.4.6
* Mon Nov 08 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.5-3
- Rebuild for libfxce4gui 4.7.0
* Thu Sep 09 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.5-2
- Fix build error with vte >= 0.25.90 (#631447,bugzilla.xfce.org #6686)
* Fri May 21 2010 Kevin Fenzi <kevin@tummy.com> - 0.4.5-1
- Update to 0.4.5
* Mon Feb 01 2010 Kevin Fenzi <kevin@tummy.com> - 0.4.4-1
- Update to 0.4.4
* Thu Dec 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
- Update to 0.4.3
* Thu Oct 08 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-2
- Fix locale problems in the UI (bugzilla.xfce.org #5842)
* Tue Oct 06 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
- Update to 0.4.2
- Update icon cache scriptlets
* Thu Oct 01 2009 Kevin Fenzi <kevin@tummy.com> - 0.4.1-1
- Update to 0.4.1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jul 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0
- Use desktop-file-install
* Sun Jul 19 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.99.1-1
- Update to 0.2.99.1
* Wed Apr 29 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.12-3
- Fix patch fuzz
* Tue Apr 28 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.12-2
- Add patch for MiscAlwaysShowTabs segfault (fixes bug 502135)
* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.12-1
- Update to 0.2.12
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Oct 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.8.3-1
- Update to 0.2.8.3
- BuildRequire intltool
- Fix rpm group
* Sun Feb 10 2008 Kevin Fenzi <kevin@tummy.com> - 0.2.8-3
- Rebuild for gcc43
* Mon Dec 3 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.8-2
- Remove no longer shipped .ui file.
* Sun Dec 2 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.8-1
- Update to 0.2.8
- Drop unneeded patch.
* Tue Aug 14 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.6-3
- Add patch for CVE-2007-3770.
- Update License tag
* Sat Mar 24 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.6-2
- Fix unowned directories (#233787)
* Sun Jan 21 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.6-1
- Upgrade to 0.2.6
* Thu Nov 16 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.8-0.2.rc2
- Add startup-notification-devel and dbus-glib-devel to BuildRequires
* Fri Nov 10 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.8-0.1.rc2
- Update to 0.2.5.8rc2
* Thu Oct 5 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.4.rc1
- Added gtk-update-icon-cache to post/postun
* Wed Oct 4 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.3.rc1
- Bump release for devel checkin
* Thu Sep 7 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.2.rc1
- Bump release for xfce rc repo
* Sun Sep 3 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.1.rc1
- Upgrade to 0.2.5.6-0.1.rc1
* Sun Aug 13 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.4-0.2.beta2
- Bump release for 4.4 beta repo
* Wed Aug 2 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.4-0.1.beta2
- Fix release
* Wed Jul 12 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.4-0.beta2
- Update to 0.2.5.4-0.beta2
* Fri Jun 23 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.1-0.beta1.fc6
- Update to 0.2.5.1-0.beta1
* Thu Feb 16 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.4-6.fc5
- Rebuild for fc5
* Wed Aug 17 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-5.fc5
- Rebuild for new libcairo and libpixman
* Thu Aug 4 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-4.fc5
- Add dist tag
* Mon May 30 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-3
- Removed incorrect Requires
- Changed the description text
* Fri May 27 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-2
- Fix group to be User Interface/X
* Sat Mar 19 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-1
- Upgraded to 0.2.4 version
- Added Terminal/apps desktops files.
* Tue Mar 8 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.2-2
- Fixed to use %%find_lang
- Removed generic INSTALL from %%doc
- Change description wording: "makes it" to "make it"
- Fixed to include terminal.css
* Sun Mar 6 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.2-1
- Inital Fedora Extras version

View file

@ -1 +1 @@
SHA512 (xfce4-terminal-0.8.10.tar.bz2) = 92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
SHA512 (xfce4-terminal-1.2.0.tar.xz) = b0ac9330d7df046955bad43a535a1eb58bb7461d97d7145924df6e179c2b276817ecd607b72fae881d5e724a3ee5b29f2bd309ebadda5b88cc0afab52b33da13

View file

@ -1,25 +1,28 @@
%global minorversion 0.8
%global xfceversion 4.13
%global minorversion 1.2
%global xfceversion 4.20
Name: xfce4-terminal
Version: 0.8.10
Release: 1%{?dist}
Version: 1.2.0
Release: %autorelease
Summary: Terminal Emulator for the Xfce Desktop environment
License: GPLv2+
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
URL: http://docs.xfce.org/apps/terminal/start
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/%{minorversion}/%{name}-%{version}.tar.bz2
Source0: http://archive.xfce.org/src/apps/xfce4-terminal/%{minorversion}/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: gcc-c++
BuildRequires: vte291-devel >= 0.38
BuildRequires: gtk3-devel >= 3.14.0
BuildRequires: glib2-devel >= 2.26.0
BuildRequires: gtk-layer-shell-devel
BuildRequires: libutempter-devel
BuildRequires: docbook-style-xsl
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: libxfce4ui-devel >= %{xfceversion}
# required for Terminal-default-apps.xml (only works in late GNOME 2)
%{?el6:Requires: control-center-filesystem}
# require a small monospace font
Requires: dejavu-sans-mono-fonts
# This package replaces the Terminal package
@ -32,357 +35,41 @@ with many advanced features including drop down, tabs, unlimited scrolling,
full colors, fonts, transparent backgrounds, and more.
%prep
%setup -q
%autosetup -p1
%build
%configure
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%find_lang %{name}
desktop-file-install \
--delete-original \
--add-category="GTK" \
--dir=%{buildroot}%{_datadir}/applications \
desktop-file-install \
--delete-original \
--add-category="GTK" \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}.desktop
desktop-file-install \
--delete-original \
--add-category="GTK" \
--dir=%{buildroot}%{_datadir}/applications \
desktop-file-install \
--delete-original \
--add-category="GTK" \
--dir=%{buildroot}%{_datadir}/applications \
%{buildroot}%{_datadir}/applications/%{name}-settings.desktop
%{!?el6:rm -rf %{buildroot}%{_datadir}/gnome-control-center/}
rm -rf %{buildroot}%{_datadir}/gnome-control-center
%ldconfig_scriptlets
%files -f %{name}.lang
%license COPYING
%doc ChangeLog NEWS AUTHORS HACKING THANKS
%doc NEWS AUTHORS HACKING THANKS
%{_bindir}/xfce4-terminal
%{_datadir}/xfce4/terminal
%{_datadir}/icons/hicolor/*/apps/org.xfce.terminal*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-settings.desktop
%{?el6:%{_datadir}/gnome-control-center/default-apps/xfce4-terminal-default-apps.xml}
%{_mandir}/man1/xfce4-terminal.1.*
%changelog
* Tue Dec 22 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.10-1
- Update to 0.8.10
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Mar 29 2020 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.9.2-1
- Update to 0.8.9.2
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Dec 28 2019 Kevin Fenzi <kevin@scrye.com> - 0.8.9.1-1
- Update to 0.8.9.1.
* Fri Dec 27 2019 Kevin Fenzi <kevin@scrye.com> - 0.8.9-1
- Update to 0.8.9. Fixes bug #1786824
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Jul 02 2019 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.8-1
- Update to 0.8.8
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7.4-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Aug 11 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.4-20
- Rebuilt (xfce 4.13)
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue May 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.4-2
- Add xfce4-terminal-settings desktop file
* Tue May 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.4-1
- Update to 0.8.7.4
* Wed Mar 28 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.3-2
- Fix build issues (el6 line)
* Wed Mar 28 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.3-1
- Update to 0.8.7.3 (bugfix release)
- Drop upstreamed patch
* Mon Mar 19 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.2-3
- Add patch to fix drop-down flickering
* Thu Mar 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.2-2
- Add BR:gcc-c++
* Thu Mar 15 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.2-1
- Update to 0.8.7.2
* Mon Feb 26 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7.1-1
- Update to 0.8.7.1
* Sun Feb 25 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.7-1
- Update to 0.8.7
- Modernize specfile
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Jul 20 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.6-1
- Update to 0.8.6. Fixes bug #1471447
* Sun May 14 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.5.1-1
- Update to 0.8.5.1
- Bug fix for 0.8.5
* Sun May 14 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.5-1
- Update to 0.8.5
* Mon Feb 06 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.4-1
- Update to 0.8.4.
* Mon Jan 16 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.3-2
- Improve Summary and description. Fixes bug #1412956
* Tue Jan 10 2017 Kevin Fenzi <kevin@scrye.com> - 0.8.3-1
- Update to 0.8.3
* Fri Dec 30 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.2-1
- Update to 0.8.2
- Drop upstreamed patches
* Mon Nov 21 2016 Dan Horák <dan[at]danny.cz> - 0.8.1-2
- fix Alt+<Num> handling
* Mon Oct 31 2016 Kevin Fenzi <kevin@scrye.com> - 0.8.1-1
- Update to 0.8.1
* Mon Oct 17 2016 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.8.0-1
- Update to 0.8.0
* Tue Sep 06 2016 Kevin Fenzi <kevin@scrye.com> - 0.6.92-1
- Update to 0.6.92. Fixes various bugs.
* Wed Aug 31 2016 Kevin Fenzi <kevin@scrye.com> - 0.6.91-1
- Update to 0.6.91. Fixes bugs #1369594 and #1369939
* Fri Jul 29 2016 Kevin Fenzi <kevin@scrye.com> - 0.6.90-1
- Update to 0.6.90. Fixes bug #1361560
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Feb 28 2015 Kevin Fenzi <kevin@scrye.com> 0.6.3-7
- Rebuild for Xfce 4.12
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.3-6
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
* Sun Oct 05 2014 Kevin Fenzi <kevin@scrye.com> 0.6.3-5
- Add dejavu-sans-mono-fonts as required. Works around bug #718121
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Aug 10 2014 Mukundan Ragavan <nonamedotc@gmail.com> - 0.6.3-3
- Initial build for EPEL-7
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri Dec 27 2013 Kevin Fenzi <kevin@scrye.com> 0.6.3-1
- Update to 0.6.3
- Drop unstreamed patches.
* Mon Dec 23 2013 Kevin Fenzi <kevin@scrye.com> 0.6.2-4
- Add patch to fix crash in locale menu. Fixes bug #1015850
* Mon Dec 16 2013 Kevin Fenzi <kevin@scrye.com> 0.6.2-3
- Add patch to fix save/restore of terminal positions
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sun May 05 2013 Kevin Fenzi <kevin@scrye.com> 0.6.2-1
- Update to 0.6.2
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Jan 01 2013 Christoph Wickert <cwickert@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1
- Install GNOME control-center integration only on EL6
* Fri Dec 28 2012 Kevin Fenzi <kevin@scrye.com> 0.6.0-2
- Various minor moderizations of the spec per the review.
* Thu Dec 27 2012 Kevin Fenzi <kevin@scrye.com> 0.6.0-1
- Rename Terminal to xfce4-terminal
- Update to 0.6.0 upstream.
* Wed Apr 04 2012 Kevin Fenzi <kevin@scrye.com> - 0.4.8-3
- Update for Xfce 4.10
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Jun 21 2011 Kevin Fenzi <kevin@scrye.com> - 0.4.8-1
- Update to 0.4.8
* Tue Apr 05 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.7-1
- Update to 0.4.7
- Remove upstreamed background.patch
* Sun Jan 30 2011 Kevin Fenzi <kevin@tummy.com> - 0.4.6-2
- Add patch to fix cpu and memory issues.
* Sun Jan 30 2011 Kevin Fenzi <kevin@tummy.com> - 0.4.6-1
- Update to 0.4.6
* Mon Nov 08 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.5-3
- Rebuild for libfxce4gui 4.7.0
* Thu Sep 09 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.5-2
- Fix build error with vte >= 0.25.90 (#631447,bugzilla.xfce.org #6686)
* Fri May 21 2010 Kevin Fenzi <kevin@tummy.com> - 0.4.5-1
- Update to 0.4.5
* Mon Feb 01 2010 Kevin Fenzi <kevin@tummy.com> - 0.4.4-1
- Update to 0.4.4
* Thu Dec 10 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
- Update to 0.4.3
* Thu Oct 08 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-2
- Fix locale problems in the UI (bugzilla.xfce.org #5842)
* Tue Oct 06 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
- Update to 0.4.2
- Update icon cache scriptlets
* Thu Oct 01 2009 Kevin Fenzi <kevin@tummy.com> - 0.4.1-1
- Update to 0.4.1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jul 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.0-1
- Update to 0.4.0
- Use desktop-file-install
* Sun Jul 19 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.99.1-1
- Update to 0.2.99.1
* Wed Apr 29 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.12-3
- Fix patch fuzz
* Tue Apr 28 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.12-2
- Add patch for MiscAlwaysShowTabs segfault (fixes bug 502135)
* Sun Apr 19 2009 Kevin Fenzi <kevin@tummy.com> - 0.2.12-1
- Update to 0.2.12
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Oct 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.2.8.3-1
- Update to 0.2.8.3
- BuildRequire intltool
- Fix rpm group
* Sun Feb 10 2008 Kevin Fenzi <kevin@tummy.com> - 0.2.8-3
- Rebuild for gcc43
* Mon Dec 3 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.8-2
- Remove no longer shipped .ui file.
* Sun Dec 2 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.8-1
- Update to 0.2.8
- Drop unneeded patch.
* Tue Aug 14 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.6-3
- Add patch for CVE-2007-3770.
- Update License tag
* Sat Mar 24 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.6-2
- Fix unowned directories (#233787)
* Sun Jan 21 2007 Kevin Fenzi <kevin@tummy.com> - 0.2.6-1
- Upgrade to 0.2.6
* Thu Nov 16 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.8-0.2.rc2
- Add startup-notification-devel and dbus-glib-devel to BuildRequires
* Fri Nov 10 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.8-0.1.rc2
- Update to 0.2.5.8rc2
* Thu Oct 5 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.4.rc1
- Added gtk-update-icon-cache to post/postun
* Wed Oct 4 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.3.rc1
- Bump release for devel checkin
* Thu Sep 7 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.2.rc1
- Bump release for xfce rc repo
* Sun Sep 3 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.6-0.1.rc1
- Upgrade to 0.2.5.6-0.1.rc1
* Sun Aug 13 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.4-0.2.beta2
- Bump release for 4.4 beta repo
* Wed Aug 2 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.4-0.1.beta2
- Fix release
* Wed Jul 12 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.4-0.beta2
- Update to 0.2.5.4-0.beta2
* Fri Jun 23 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.5.1-0.beta1.fc6
- Update to 0.2.5.1-0.beta1
* Thu Feb 16 2006 Kevin Fenzi <kevin@tummy.com> - 0.2.4-6.fc5
- Rebuild for fc5
* Wed Aug 17 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-5.fc5
- Rebuild for new libcairo and libpixman
* Thu Aug 4 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-4.fc5
- Add dist tag
* Mon May 30 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-3
- Removed incorrect Requires
- Changed the description text
* Fri May 27 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-2
- Fix group to be User Interface/X
* Sat Mar 19 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.4-1
- Upgraded to 0.2.4 version
- Added Terminal/apps desktops files.
* Tue Mar 8 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.2-2
- Fixed to use %%find_lang
- Removed generic INSTALL from %%doc
- Change description wording: "makes it" to "make it"
- Fixed to include terminal.css
* Sun Mar 6 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.2-1
- Inital Fedora Extras version
%autochangelog