2012-07-03 09:33:04 +00:00
|
|
|
|
|
|
|
Name: console-setup
|
2016-02-01 08:59:55 +00:00
|
|
|
Version: 1.135
|
2016-02-03 18:04:50 +00:00
|
|
|
Release: 2%{?dist}
|
2012-07-03 09:33:04 +00:00
|
|
|
Summary: Tools for configuring the console using X Window System key maps
|
|
|
|
|
|
|
|
Group: Applications/System
|
|
|
|
# For a breakdown of the licensing, see COPYRIGHT, copyright, copyright.fonts and copyright.xkb
|
|
|
|
License: GPLv2+ and MIT and Public Domain
|
|
|
|
URL: http://packages.debian.org/cs/sid/console-setup
|
2014-10-01 11:29:42 +00:00
|
|
|
Source0: http://ftp.de.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.tar.xz
|
2012-07-03 09:33:04 +00:00
|
|
|
|
|
|
|
# Fixes installing paths to Fedora style
|
|
|
|
Patch0: console-setup-1.76-paths.patch
|
|
|
|
# Fixes FSF address, sent to upstream
|
|
|
|
Patch1: console-setup-1.76-fsf-address.patch
|
|
|
|
|
|
|
|
Requires: kbd
|
|
|
|
# require 'xkeyboard-config' to have X Window keyboard descriptions?
|
|
|
|
|
2015-10-19 08:15:33 +00:00
|
|
|
BuildRequires: perl(encoding)
|
2012-07-03 09:33:04 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides the console with the same keyboard configuration
|
|
|
|
scheme that X Window System has. Besides the keyboard, the package configures
|
|
|
|
also the font on the console. It includes a rich collection of fonts and
|
|
|
|
supports several languages that would be otherwise unsupported on the console
|
|
|
|
(such as Armenian, Georgian, Lao and Thai).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2014-12-08 15:08:08 +00:00
|
|
|
%setup -q
|
2012-07-03 09:33:04 +00:00
|
|
|
%patch0 -p1 -b .paths
|
|
|
|
%patch1 -p1 -b .fsf-address
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
make build-linux
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make prefix=$RPM_BUILD_ROOT install-linux
|
|
|
|
# we don't want another set of keyboard descriptions, we want to use descriptions from
|
|
|
|
# xkeyboard-config (require it?), so removing it
|
|
|
|
# or maybe have these from tarball it in optional subpackage?
|
|
|
|
rm -rf $RPM_BUILD_ROOT/etc/console-setup
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc README COPYRIGHT CHANGES copyright.fonts copyright.xkb Fonts/copyright
|
|
|
|
%{_bindir}/ckbcomp
|
|
|
|
%{_bindir}/setupcon
|
|
|
|
%config(noreplace) %{_sysconfdir}/default/console-setup
|
|
|
|
%config(noreplace) %{_sysconfdir}/default/keyboard
|
|
|
|
%{_datadir}/consolefonts
|
|
|
|
%{_datadir}/consoletrans
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2016-02-03 18:04:50 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.135-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-02-01 08:59:55 +00:00
|
|
|
* Mon Feb 01 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.135-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1303365
|
|
|
|
|
2015-11-25 11:51:44 +00:00
|
|
|
* Wed Nov 25 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.134-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1275853
|
|
|
|
|
2015-10-19 08:15:33 +00:00
|
|
|
* Mon Oct 19 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.133-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1246800, #1266276
|
|
|
|
|
2015-08-27 09:19:21 +00:00
|
|
|
* Thu Aug 27 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.132-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1246800, #1256135
|
|
|
|
|
2015-07-15 11:40:22 +00:00
|
|
|
* Wed Jul 15 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.130-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1236429
|
|
|
|
|
2015-06-23 08:43:22 +00:00
|
|
|
* Tue Jun 23 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.128-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1222723
|
|
|
|
|
2015-06-17 03:12:11 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.126-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-14 12:16:59 +00:00
|
|
|
* Thu May 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.126-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1221402
|
|
|
|
|
2015-05-04 11:22:05 +00:00
|
|
|
* Mon May 04 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.124-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1217018
|
|
|
|
|
2015-04-22 15:29:16 +00:00
|
|
|
* Wed Apr 22 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.123-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1212233
|
|
|
|
|
2015-04-14 10:53:18 +00:00
|
|
|
* Tue Apr 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.121-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1210953
|
|
|
|
|
2015-03-31 11:32:25 +00:00
|
|
|
* Tue Mar 31 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.120-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1206848
|
|
|
|
|
2015-03-05 13:19:57 +00:00
|
|
|
* Thu Mar 05 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.118-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1199059
|
|
|
|
|
2015-02-23 13:54:26 +00:00
|
|
|
* Mon Feb 23 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.117-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1195090
|
|
|
|
|
2014-12-08 15:08:08 +00:00
|
|
|
* Mon Dec 08 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.116-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1170951
|
|
|
|
|
2014-11-12 15:14:21 +00:00
|
|
|
* Wed Nov 12 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.115-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1163117
|
|
|
|
|
2014-10-30 10:28:32 +00:00
|
|
|
* Thu Oct 30 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.114-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1157435
|
|
|
|
|
2014-10-01 11:29:42 +00:00
|
|
|
* Wed Oct 01 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.113-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1138997
|
|
|
|
|
2014-09-01 12:00:43 +00:00
|
|
|
* Mon Sep 01 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.111-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1129030
|
|
|
|
|
2014-08-04 12:51:10 +00:00
|
|
|
* Mon Aug 04 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.110-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1124031
|
|
|
|
|
2014-06-07 05:48:45 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.108-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-09 09:13:06 +00:00
|
|
|
* Fri May 09 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.108-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1096045
|
|
|
|
|
2014-04-10 11:49:21 +00:00
|
|
|
* Thu Apr 10 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.107-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1084949
|
|
|
|
|
2014-03-20 11:34:32 +00:00
|
|
|
* Thu Mar 20 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.106-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1078695
|
|
|
|
|
2014-01-02 11:41:36 +00:00
|
|
|
* Thu Jan 02 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.104-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1040384
|
|
|
|
|
2013-11-06 13:29:58 +00:00
|
|
|
* Wed Nov 06 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.102-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
Resolves: #1026672
|
|
|
|
- Fix bogus date in %%changelog
|
|
|
|
|
2013-08-03 05:47:56 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.87-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 19:34:11 +00:00
|
|
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.87-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-02-13 18:56:48 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.87-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-29 13:00:42 +00:00
|
|
|
* Thu Nov 29 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.87-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
|
2012-07-18 19:38:00 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.80-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-04 08:25:05 +00:00
|
|
|
* Wed Jul 04 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.80-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
- Fix files listed twice build warning
|
|
|
|
|
2013-11-06 13:29:58 +00:00
|
|
|
* Tue Jun 26 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.76-2
|
2012-07-03 09:33:04 +00:00
|
|
|
- Fix License field
|
|
|
|
- Do not own /etc/default directory
|
|
|
|
- Fix FSF address in ckbcomp utility
|
|
|
|
- Fix paths in manpages
|
|
|
|
|
|
|
|
* Wed Jun 20 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.76-1
|
|
|
|
- Initial support
|