From 10d0b4da6f826c2a8e2409b564bbbf9fc72f9899 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:46:29 +0100 Subject: [PATCH] automatic update by autodist [release 1.0.8-1mamba;Mon Sep 09 2013] --- README.md | 3 +++ xmodmap.spec | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 xmodmap.spec diff --git a/README.md b/README.md index a0471d0..3581613 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # xmodmap +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. +It is usually run from the user's session startup script to configure the keyboard according to personal tastes. + diff --git a/xmodmap.spec b/xmodmap.spec new file mode 100644 index 0000000..bcf4d98 --- /dev/null +++ b/xmodmap.spec @@ -0,0 +1,53 @@ +Name: xmodmap +Version: 1.0.8 +Release: 1mamba +Summary: xmodmap - utility for modifying keymaps and pointer button mappings in X +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/xmodmap-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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. +It is usually run from the user's session startup script to configure the keyboard according to personal tastes. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Mon Sep 09 2013 Automatic Build System 1.0.8-1mamba +- automatic update by autodist + +* Mon Jul 02 2012 Automatic Build System 1.0.7-1mamba +- automatic version update by autodist + +* Sat Mar 24 2012 Automatic Build System 1.0.6-1mamba +- automatic version update by autodist + +* Tue Mar 01 2011 Tiziana Ferro 1.0.5-1mamba +- package created by autospec