automatic update by autodist [release 1.0.8-1mamba;Mon Sep 09 2013]
This commit is contained in:
parent
224deb6298
commit
10d0b4da6f
@ -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.
|
||||
|
||||
|
53
xmodmap.spec
Normal file
53
xmodmap.spec
Normal file
@ -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 <tiziana.ferro@email.it>
|
||||
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 <autodist@mambasoft.it> 1.0.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jul 02 2012 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 24 2012 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.5-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user