Blame SPECS/console-setup.spec

f69a00
f69a00
Name:		console-setup
f69a00
Version:	1.111
f69a00
Release:	1%{?dist}
f69a00
Summary:	Tools for configuring the console using X Window System key maps
f69a00
f69a00
Group:		Applications/System
f69a00
# For a breakdown of the licensing, see COPYRIGHT, copyright, copyright.fonts and copyright.xkb
f69a00
License:	GPLv2+ and MIT and Public Domain
f69a00
URL:		http://packages.debian.org/cs/sid/console-setup
f69a00
Source0:	http://ftp.de.debian.org/debian/pool/main/c/%{name}/%{name}_%{version}.tar.gz
f69a00
f69a00
# Fixes installing paths to Fedora style
f69a00
Patch0:		console-setup-1.76-paths.patch
f69a00
# Fixes FSF address, sent to upstream
f69a00
Patch1:		console-setup-1.76-fsf-address.patch
f69a00
f69a00
Requires:	kbd
f69a00
# require 'xkeyboard-config' to have X Window keyboard descriptions?
f69a00
f69a00
BuildArch:	noarch
f69a00
f69a00
%description
f69a00
This package provides the console with the same keyboard configuration
f69a00
scheme that X Window System has. Besides the keyboard, the package configures
f69a00
also the font on the console.  It includes a rich collection of fonts and
f69a00
supports several languages that would be otherwise unsupported on the console
f69a00
(such as Armenian, Georgian, Lao and Thai).
f69a00
f69a00
f69a00
%prep
f69a00
%setup -q
f69a00
%patch0 -p1 -b .paths
f69a00
%patch1 -p1 -b .fsf-address
f69a00
f69a00
f69a00
%build
f69a00
make build-linux
f69a00
f69a00
f69a00
%install
f69a00
rm -rf $RPM_BUILD_ROOT
f69a00
make prefix=$RPM_BUILD_ROOT install-linux
f69a00
# we don't want another set of keyboard descriptions, we want to use descriptions from
f69a00
# xkeyboard-config (require it?), so removing it
f69a00
# or maybe have these from tarball it in optional subpackage?
f69a00
rm -rf $RPM_BUILD_ROOT/etc/console-setup
f69a00
f69a00
f69a00
%files
f69a00
%doc README COPYRIGHT CHANGES copyright.fonts copyright.xkb Fonts/copyright
f69a00
%{_bindir}/ckbcomp
f69a00
%{_bindir}/setupcon
f69a00
%config(noreplace) %{_sysconfdir}/default/console-setup
f69a00
%config(noreplace) %{_sysconfdir}/default/keyboard
f69a00
%{_datadir}/consolefonts
f69a00
%{_datadir}/consoletrans
f69a00
%{_mandir}/*/*
f69a00
f69a00
f69a00
%changelog
f69a00
* Mon Sep 01 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.111-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1129030
f69a00
f69a00
* Mon Aug 04 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.110-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1124031
f69a00
f69a00
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.108-2
f69a00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f69a00
f69a00
* Fri May 09 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.108-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1096045
f69a00
f69a00
* Thu Apr 10 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.107-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1084949
f69a00
f69a00
* Thu Mar 20 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.106-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1078695
f69a00
f69a00
* Thu Jan 02 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.104-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1040384
f69a00
f69a00
* Wed Nov 06 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.102-1
f69a00
- Update to latest upstream version
f69a00
  Resolves: #1026672
f69a00
- Fix bogus date in %%changelog
f69a00
f69a00
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.87-4
f69a00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f69a00
f69a00
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.87-3
f69a00
- Perl 5.18 rebuild
f69a00
f69a00
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.87-2
f69a00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f69a00
f69a00
* Thu Nov 29 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.87-1
f69a00
- Update to latest upstream version
f69a00
f69a00
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.80-2
f69a00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f69a00
f69a00
* Wed Jul 04 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.80-1
f69a00
- Update to latest upstream version
f69a00
- Fix files listed twice build warning
f69a00
f69a00
* Tue Jun 26 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.76-2
f69a00
- Fix License field
f69a00
- Do not own /etc/default directory
f69a00
- Fix FSF address in ckbcomp utility
f69a00
- Fix paths in manpages
f69a00
f69a00
* Wed Jun 20 2012 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.76-1
f69a00
- Initial support