xmodmap/xmodmap.spec

58 lines
1.5 KiB
RPMSpec
Raw Normal View History

2021-03-03 22:48:32 +00:00
Name: xmodmap
2022-07-11 01:12:30 +00:00
Version: 1.0.11
Release: 1%{?dist}
2021-03-03 22:48:32 +00:00
Summary: Edit and display the X11 core keyboard map
License: MIT
URL: https://www.x.org
2022-07-11 01:12:30 +00:00
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
2021-03-03 22:48:32 +00:00
BuildRequires: automake libtool
BuildRequires: gcc make
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-server-utils < 7.7-40
2021-03-03 22:48:32 +00:00
%description
The xmodmap program is used to edit and display the keyboard modifier
map and keymap table that are used by client applications to convert
event keycodes into keysyms.
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
2022-07-11 01:12:30 +00:00
* Mon Jul 11 2022 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.11-1
- xmodmap 1.0.11
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-05-06 02:46:17 +00:00
* Thu May 06 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.10-1
- xmodmap 1.0.10
* Thu Apr 08 2021 Peter Hutterer <peter.hutterer@redhat.com> - 1.0.9-2
- Fix Obsoletes line to actually obsolete the -39 server-utils (#1932754)
2021-03-03 22:48:32 +00:00
* Wed Mar 03 2021 Peter Hutterer <peter.hutterer@redhat.com> 1.0.9-1
- Split xmodmap out from xorg-x11-server-utils into a separate package
(#1934390)