xkeyboard-config 2.5
This commit is contained in:
parent
abc012c67a
commit
269e5b9a43
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ xkeyboard-config-1.9.tar.bz2
|
|||||||
/xkeyboard-config-2.3.tar.bz2
|
/xkeyboard-config-2.3.tar.bz2
|
||||||
/xkeyboard-config-2.4.tar.bz2
|
/xkeyboard-config-2.4.tar.bz2
|
||||||
/xkeyboard-config-2.4.1.tar.bz2
|
/xkeyboard-config-2.4.1.tar.bz2
|
||||||
|
/xkeyboard-config-2.5.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9f6d7a37fd192264a3ca07ede5d183c3 xkeyboard-config-2.4.1.tar.bz2
|
8cd1d7e074a810ef21b09ea963c43ad3 xkeyboard-config-2.5.tar.bz2
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Summary: X Keyboard Extension configuration data
|
Summary: X Keyboard Extension configuration data
|
||||||
Name: xkeyboard-config
|
Name: xkeyboard-config
|
||||||
Version: 2.4.1
|
Version: 2.5
|
||||||
Release: 4%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig
|
||||||
@ -19,9 +19,6 @@ Source2: commitid
|
|||||||
Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/data/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Patch01: 0001-rules-Serbian-keyboards-are-cyrillic-by-default.patch
|
|
||||||
Patch02: 0001-Hide-ClearGrab-CloseGrabs-actions-behind-an-option.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -71,7 +68,7 @@ git add .
|
|||||||
git commit -a -q -m "%{name} %{version} baseline."
|
git commit -a -q -m "%{name} %{version} baseline."
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
git am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
|
#git am -p1 $(awk '/^Patch.*:/ { print "%{_sourcedir}/"$2 }' %{_specdir}/%{name}.spec)
|
||||||
|
|
||||||
%build
|
%build
|
||||||
intltoolize
|
intltoolize
|
||||||
@ -113,6 +110,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/X11/xkb/compiled
|
|||||||
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
%{_datadir}/pkgconfig/xkeyboard-config.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 23 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.5-1
|
||||||
|
- xkeyboard-config 2.5
|
||||||
|
|
||||||
* Thu Jan 19 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.4.1-4
|
* Thu Jan 19 2012 Peter Hutterer <peter.hutterer@redhat.com> 2.4.1-4
|
||||||
- Move Ungrab and ClearGrab from the default layout to option
|
- Move Ungrab and ClearGrab from the default layout to option
|
||||||
grab:break_actions (#783044)
|
grab:break_actions (#783044)
|
||||||
|
Loading…
Reference in New Issue
Block a user