2006-07-07 22:46:27 +00:00
|
|
|
# INFO: Package contains data-only, no binaries, so no debuginfo is needed
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
2008-11-23 04:17:49 +00:00
|
|
|
Summary: X Keyboard Extension configuration data
|
2006-07-07 22:46:27 +00:00
|
|
|
Name: xkeyboard-config
|
2009-01-28 02:10:59 +00:00
|
|
|
Version: 1.5
|
2009-02-26 09:45:42 +00:00
|
|
|
Release: 3%{?dist}
|
2006-07-07 22:46:27 +00:00
|
|
|
License: MIT
|
|
|
|
Group: User Interface/X
|
2008-11-23 04:17:49 +00:00
|
|
|
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
2006-07-07 22:46:27 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2008-02-07 17:36:24 +00:00
|
|
|
Source0: http://xlibs.freedesktop.org/xkbdesc/%{name}-%{version}.tar.bz2
|
2008-04-09 15:21:04 +00:00
|
|
|
Patch2: usinet.patch
|
2009-02-02 00:37:37 +00:00
|
|
|
# Sent to svu, partially committed as d0ff2e0d4ac, expect for 1.6
|
2008-10-24 04:28:23 +00:00
|
|
|
Patch4: xkeyboard-config-1.4-battery.patch
|
2008-11-12 23:27:48 +00:00
|
|
|
# Sent to svu
|
|
|
|
Patch5: xkeyboard-config-1.4-jp-tilde.patch
|
2009-02-02 00:45:34 +00:00
|
|
|
# Taken from upstream, remove with 1.6
|
|
|
|
Patch6: xkeyboard-config-1.5-evdevkbds.patch
|
2006-07-07 22:46:27 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
BuildRequires: xkbcomp
|
|
|
|
BuildRequires: perl(XML::Parser)
|
2008-10-01 17:03:09 +00:00
|
|
|
BuildRequires: intltool
|
2007-11-20 10:12:18 +00:00
|
|
|
BuildRequires: gettext
|
2008-11-24 03:56:27 +00:00
|
|
|
BuildRequires: git-core
|
2006-07-07 22:46:27 +00:00
|
|
|
|
|
|
|
# NOTE: Any packages that need xkbdata to be installed should be using
|
|
|
|
# the following "Requires: xkbdata" virtual provide, and not directly depending
|
|
|
|
# on the specific package name that the data is part of. This ensures
|
|
|
|
# futureproofing of packaging in the event the package name changes, which
|
|
|
|
# has happened often.
|
|
|
|
Provides: xkbdata
|
|
|
|
# NOTE: We obsolete xorg-x11-xkbdata but currently intentionally do not
|
|
|
|
# virtual-provide it. The idea is to find out which packages have a
|
|
|
|
# dependency on xorg-x11-xkbdata currently and fix them to require "xkbdata"
|
|
|
|
# instead. Later, if this causes a problem, which seems unlikely, we can
|
|
|
|
# add a virtual provide for the old package name for compatibility, but
|
|
|
|
# hopefully everything is using the virtual name and we can avoid that.
|
|
|
|
Obsoletes: xorg-x11-xkbdata
|
|
|
|
|
|
|
|
%description
|
2008-11-23 04:17:49 +00:00
|
|
|
This package contains configuration data used by the X Keyboard Extension
|
|
|
|
(XKB), which allows selection of keyboard layouts when using a graphical
|
|
|
|
interface.
|
2006-07-07 22:46:27 +00:00
|
|
|
|
|
|
|
%prep
|
2008-11-24 03:56:27 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
git init-db
|
|
|
|
if [ -z "$GIT_COMMITTER_NAME" ]; then
|
|
|
|
git config user.email "x@fedoraproject.org"
|
|
|
|
git config user.name "Fedora X Ninjas"
|
|
|
|
fi
|
|
|
|
git add .
|
|
|
|
git commit -a -q -m "%{version} baseline."
|
|
|
|
|
|
|
|
git am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
|
2006-07-07 22:46:27 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--enable-compat-rules \
|
|
|
|
--with-xkb-base=%{_datadir}/X11/xkb \
|
|
|
|
--disable-xkbcomp-symlink \
|
|
|
|
--with-xkb-rules-symlink=xorg
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# Remove unnecessary symlink
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
|
|
|
|
2007-11-20 06:49:52 +00:00
|
|
|
# Bernie: remove locale stuff
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
|
|
|
|
|
2006-07-07 22:46:27 +00:00
|
|
|
# Create filelist
|
|
|
|
{
|
|
|
|
FILESLIST=${PWD}/files.list
|
|
|
|
pushd $RPM_BUILD_ROOT
|
|
|
|
find ./usr/share/X11 -type d | sed -e "s/^\./%dir /g" > $FILESLIST
|
|
|
|
find ./usr/share/X11 -type f | sed -e "s/^\.//g" >> $FILESLIST
|
|
|
|
popd
|
|
|
|
}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f files.list
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_datadir}/X11/xkb/rules/xorg
|
|
|
|
%{_datadir}/X11/xkb/rules/xorg.lst
|
|
|
|
%{_datadir}/X11/xkb/rules/xorg.xml
|
|
|
|
|
|
|
|
%changelog
|
2009-02-26 09:45:42 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-02 00:45:34 +00:00
|
|
|
* Mon Feb 02 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5-2
|
|
|
|
- xkeyboard-config-1.5-evdevkbds.patch: include model-specifics when using
|
|
|
|
evdev.
|
|
|
|
|
2009-02-02 00:37:37 +00:00
|
|
|
* Mon Feb 02 2009 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- purge obsolete patches.
|
|
|
|
|
2009-01-28 02:10:59 +00:00
|
|
|
* Wed Jan 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.5-1
|
|
|
|
- xkeyboard-config 1.5
|
|
|
|
|
2009-01-27 06:01:28 +00:00
|
|
|
* Tue Jan 27 2009 Bernie Innocenti <bernie@codewiz.org> 1.4-9
|
|
|
|
- Backport fix for the it(olpc) layout
|
|
|
|
|
2009-01-04 23:08:22 +00:00
|
|
|
* Mon Jan 05 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-8
|
|
|
|
- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153)
|
|
|
|
|
2008-11-24 03:56:27 +00:00
|
|
|
* Mon Nov 24 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-7
|
|
|
|
- Switch to using git patches, modelled after xorg-x11-server.
|
|
|
|
- CVS remove unused patches.
|
|
|
|
|
2008-11-23 04:17:49 +00:00
|
|
|
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 1.4-6
|
|
|
|
- Improve %%summary and %%description
|
|
|
|
- Better URL
|
|
|
|
|
2008-11-12 23:27:48 +00:00
|
|
|
* Tue Nov 13 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-5
|
|
|
|
- xkeyboard-config-1.4-jp-tilde.patch: TLDE in jp is Zenkaku/Hankaku, and BKSL
|
2008-11-12 23:35:16 +00:00
|
|
|
should be bracket right/brace right (#469537).
|
2008-11-12 23:27:48 +00:00
|
|
|
|
2008-10-24 04:28:23 +00:00
|
|
|
* Fri Oct 24 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-4
|
|
|
|
- xkeyboard-config-1.4-battery.patch: add XF86 syms for Battery, Bluetooth,
|
|
|
|
Wlan and UWB to usinet.
|
|
|
|
|
2008-10-15 03:10:15 +00:00
|
|
|
* Tue Oct 14 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.4-3
|
|
|
|
- xkeyboard-config-1.4-tj-variant.patch: add legacy and basic tj layouts
|
|
|
|
(#455796)
|
|
|
|
|
2008-10-01 17:03:09 +00:00
|
|
|
* Wed Oct 1 2008 Matthias Clasen <mclasen@redhat.com> - 1.4-2
|
2008-10-01 16:51:06 +00:00
|
|
|
- Update to 1.4
|
|
|
|
|
2008-09-29 00:10:40 +00:00
|
|
|
* Mon Sep 29 2008 Peter Hutterer <peter.hutterer@redhat.com> - 1.3-2
|
|
|
|
- xkeyboard-config-1.3-AC11-mapping-is.patch: fix AC11 mapping for icelandic
|
|
|
|
keyboard layout (#241564)
|
|
|
|
|
2008-05-28 17:25:53 +00:00
|
|
|
* Wed May 28 2008 Matthias Clasen <mclasen@redhat.com> - 1.3-1
|
|
|
|
- Update to 1.3
|
|
|
|
|
2008-04-15 02:50:37 +00:00
|
|
|
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 1.2-3
|
|
|
|
- Also add back and forward keys to pc105 (#441398)
|
|
|
|
|
2008-04-09 15:21:04 +00:00
|
|
|
* Wed Apr 9 2008 Matthias Clasen <mclasen@redhat.com> - 1.2-2
|
|
|
|
- Make pc105 have inet keys, not 100% correct, but better than
|
|
|
|
having the kbd driver report "us+inet" which confused XKB and
|
|
|
|
higher layers (#441398)
|
|
|
|
|
2008-02-07 17:36:24 +00:00
|
|
|
* Thu Feb 7 2008 Matthias Clasen <mclasen@redhat.com> - 1.2-1
|
|
|
|
- Update to 1.2
|
|
|
|
- Remove upstreamed olpc patches
|
|
|
|
|
2007-11-20 06:49:52 +00:00
|
|
|
* Mon Nov 19 2007 Bernardo Innocenti <bernie@codewiz.org> 1.1-5.20071119cvs
|
|
|
|
- Upgrade xkeyboard-config snapshot to cvs20071119
|
|
|
|
- Add olpc-xkeyboard-config-af.patch
|
|
|
|
- Add olpc-xkeyboard-config-kz-group.patch
|
|
|
|
- Add olpc-xkeyboard-config-ng-group.patch
|
|
|
|
- Add olpc-xkeyboard-config-ng-h.patch
|
|
|
|
- Remove olpc-xkeyboard-config-ara-fixes.patch (integrated upstream)
|
|
|
|
- Remove olpc-xkeyboard-config-br-accents.patch (integrated upstream)
|
|
|
|
- Remove olpc-xkeyboard-config-es-accents.patch (integrated upstream)
|
|
|
|
- Remove olpc-xkeyboard-config-us-typo.patch (integrated upstream)
|
|
|
|
|
|
|
|
* Sat Oct 27 2007 Bernardo Innocenti <bernie@codewiz.org> 1.1-5.20071009cvs
|
|
|
|
- Add olpc-xkeyboard-config-ara-fixes.patch
|
|
|
|
- Add olpc-xkeyboard-config-br-accents.patch
|
|
|
|
- Add olpc-xkeyboard-config-es-accents.patch
|
|
|
|
- Add olpc-xkeyboard-config-us-typo.patch
|
|
|
|
|
|
|
|
* Sat Oct 09 2007 Bernardo Innocenti <bernie@codewiz.org> - 1.1-4.20071009cvs
|
|
|
|
- Upgrade xkeyboard-config snapshot to cvs20071009
|
|
|
|
|
|
|
|
* Sat Oct 06 2007 Bernardo Innocenti <bernie@codewiz.org> - 1.1-4.20071006cvs
|
|
|
|
- Resync with Fedora Development
|
|
|
|
- Upgrade xkeyboard-config snapshot to cvs20071006
|
|
|
|
|
2007-10-06 20:10:03 +00:00
|
|
|
* Sat Oct 6 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-3
|
|
|
|
- Somehow the Dell M65 model lost its vendor
|
|
|
|
|
2007-09-28 14:03:34 +00:00
|
|
|
* Wed Sep 26 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-2
|
|
|
|
- Pick up the respun 1.1 release
|
|
|
|
|
2007-09-26 04:38:14 +00:00
|
|
|
* Wed Sep 26 2007 Matthias Clasen <mclasen@redhat.com> - 1.1-1
|
|
|
|
- Update to 1.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2007-09-05 22:36:39 +00:00
|
|
|
* Wed Sep 5 2007 Matthias Clasen <mclasen@redhat.com> - 1.0-1
|
|
|
|
- Update to 1.0
|
|
|
|
- Drop upstreamed patches
|
|
|
|
- Update remaining patches
|
|
|
|
|
2007-11-20 06:49:52 +00:00
|
|
|
* Tue Sep 04 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.8.20070829cvs
|
|
|
|
- Update OLPC patch to take11 (use old evdev key name for the "view source"
|
|
|
|
key)
|
|
|
|
|
|
|
|
* Tue Sep 04 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.8.20070829cvs
|
|
|
|
- Downgrade xkeyboard-config snapshot to cvs20070829 to revert
|
|
|
|
recent evdev changes (the version of xkbcomp we ship chokes on them).
|
|
|
|
|
|
|
|
* Fri Aug 31 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.7.20070831cvs
|
|
|
|
- Update OLPC patch to take10 (integrate changes requested by
|
|
|
|
upstream reviewer)
|
|
|
|
|
|
|
|
* Wed Aug 22 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.6.20070820cvs
|
|
|
|
- Update OLPC patch to take9 (fix 'h' key on us layout)
|
|
|
|
|
|
|
|
* Wed Aug 22 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.5.20070820cvs
|
|
|
|
- Update OLPC patch to take8 (don't use olpc variant for et layout)
|
|
|
|
|
|
|
|
* Wed Aug 22 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.4.20070820cvs
|
|
|
|
- Update OLPC patch to take7
|
|
|
|
|
|
|
|
* Mon Aug 20 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.3.20070820cvs
|
|
|
|
- Update to CVS snapshot 20070820
|
|
|
|
|
|
|
|
* Fri Jun 29 2007 Bernardo Innocenti <bernie@codewiz.org> - 0.2.20070629cvs
|
|
|
|
- Update to CVS snapshot 20070629
|
|
|
|
- Add OLPC patch
|
|
|
|
- Drop patches already integrated upstream
|
|
|
|
|
2006-09-01 10:52:10 +00:00
|
|
|
* Fri Sep 1 2006 Alexander Larsson <alexl@redhat.com> - 0.8-7
|
|
|
|
- Update macbook patch to be closer to what got in upstream
|
|
|
|
- (kp enter is ralt, not the option key)
|
|
|
|
|
2006-09-01 05:22:44 +00:00
|
|
|
* Fri Sep 1 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-6
|
|
|
|
- Add support for Korean 106 key keyboards (204158)
|
|
|
|
|
2006-08-30 10:13:10 +00:00
|
|
|
* Tue Aug 29 2006 Alexander Larsson <alexl@redhat.com> - 0.8-5
|
|
|
|
- Add MacBook model and geometry, plus alt_win option
|
|
|
|
|
2006-08-25 03:28:51 +00:00
|
|
|
* Thu Aug 22 2006 Matthias Clasen <mclasen@redhat.com> 0.8-4
|
|
|
|
- Fix geometry description for Thinkpads
|
|
|
|
- Add a Kinesis model
|
|
|
|
- Add Dell Precision M65 geometry and model
|
|
|
|
|
2006-08-22 14:58:36 +00:00
|
|
|
* Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> 0.8-3
|
|
|
|
- Add Compose semantics to right Alt when that's ISO_Level3_Shift (#193922)
|
|
|
|
|
2006-07-07 22:55:18 +00:00
|
|
|
* Fri Jul 07 2006 Mike A. Harris <mharris@redhat.com> 0.8-2
|
|
|
|
- Rename spec file from xorg-x11-xkbdata to xkeyboard-config.spec
|
|
|
|
|
2006-07-07 22:46:27 +00:00
|
|
|
* Fri Jul 07 2006 Mike A. Harris <mharris@redhat.com> 0.8-1
|
|
|
|
- Renamed package from 'xorg-x11-xkbdata' to 'xkeyboard-config' to match the
|
|
|
|
upstream project name and tarball. I kept the rpm changelog intact however
|
|
|
|
to preserve history, so all entries older than today, are from the
|
|
|
|
prior 'xorg-x11-xkbdata' package. (#196229,197939)
|
|
|
|
- Added "Obsoletes: xorg-x11-xkbdata"
|
|
|
|
- Removed 'pre' script from spec file, as that was a temporary hack to help
|
|
|
|
transition from modular X.Org xkbdata to modular xkeyboard-config during
|
|
|
|
FC5 development. The issue it resolved is not present in any officially
|
|
|
|
released distribution release or updates, so the hack is no longer needed.
|
|
|
|
|
|
|
|
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-8.xkbc0.8.0
|
|
|
|
- Embed xkeyboard-config version in Release field so we can tell from the
|
|
|
|
filename what is really in this package without having to look in the
|
|
|
|
spec file. We should rename the package to xkeyboard-config and restart
|
|
|
|
the versioning.
|
|
|
|
|
|
|
|
* Tue Jun 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-8
|
|
|
|
- Added "BuildRequires: perl(XML::Parser)" for (#194188)
|
|
|
|
|
|
|
|
* Sat Mar 04 2006 Ray Strode <rstrode@redhat.com> 1.0.1-7
|
|
|
|
- Update to 0.8.
|
|
|
|
|
|
|
|
* Wed Mar 01 2006 Ray Strode <rstrode@redhat.com> 1.0.1-6
|
|
|
|
- Turn on compat symlink (bug 183521)
|
|
|
|
|
|
|
|
* Tue Feb 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
|
|
|
|
- Fixed rpm pre script upgrade/install testing
|
|
|
|
- Rebuild package as 1.0.1-5 in rawhide, completing the transition to
|
|
|
|
xkeyboard-config.
|
|
|
|
|
|
|
|
* Tue Feb 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4.0.7.xkbcfg.5
|
|
|
|
- Added rpm pre script, to pre-remove the symbols/pc during package upgrades,
|
|
|
|
to avoid an rpm cpio error if the X11R7.0 modular xkbdata package is already
|
|
|
|
installed, because rpm can not replace a directory with a file.
|
|
|
|
|
|
|
|
* Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4.0.7.xkbcfg.1
|
|
|
|
- Package renamed to xorg-x11-xkbdata and version/release tweaked since it
|
|
|
|
is too late to add new package names to Fedora Core 5 development.
|
|
|
|
- Added "Provides: xkeyboard-config" virtual provide.
|
|
|
|
|
|
|
|
* Fri Feb 24 2006 Mike A. Harris <mharris@redhat.com> 0.7-1
|
|
|
|
- Initial package created with xkeyboard-config-0.7.
|
|
|
|
|
|
|
|
* Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
|
|
|
- Added xkbdata-1.0.1-greek-fix-bug181313.patch to fix (#181313,181313)
|
|
|
|
- Added xkbdata-1.0.1-cz-fix-bug177362.patch to fix (#177362,178892)
|
|
|
|
|
|
|
|
* Thu Feb 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
|
|
|
- Added xkbdata-1.0.1-sysreq-fix-bug175661.patch to fix (#175661)
|
|
|
|
|
|
|
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
|
|
|
- Updated to xbitmaps 1.0.1 from X11R7.0
|
|
|
|
|
|
|
|
* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
|
|
|
- Updated to xbitmaps 1.0.0 from X11R7 RC4.
|
|
|
|
|
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
|
|
|
|
- Add a few missing rpm 'dir' directives to file manifest.
|
|
|
|
- Bump release, and build as a 'noarch' package.
|
|
|
|
|
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
|
|
|
- Updated to xkbdata 0.99.1 from X11R7 RC2.
|