Blame SPECS/console-setup.spec

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