automatic rebuild by autodist [release 0.5-4mamba;Mon Aug 19 2013]

This commit is contained in:
Automatic Build System 2024-01-05 19:43:43 +01:00
parent 735cb280c1
commit 2d5ccfac78
2 changed files with 58 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xkbset
This is a program to help manage many of the XKB features of X window. This includes such features as MouseKeys, AccessX, StickyKeys, BounceKeys, and SlowKeys.

56
xkbset.spec Normal file
View File

@ -0,0 +1,56 @@
Name: xkbset
Version: 0.5
Release: 4mamba
Summary: A program to help manage many of the XKB features of X window
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.math.missouri.edu/~stephen/software/
Source: http://www.math.missouri.edu/%7Estephen/software/xkbset/xkbset-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: perl-Tk
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This is a program to help manage many of the XKB features of X window. This includes such features as MouseKeys, AccessX, StickyKeys, BounceKeys, and SlowKeys.
%prep
%setup -q
%build
%make X11PREFIX=%{_prefix} X11BASE=%{_prefix}
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_mandir}/man1
%makeinstall X11PREFIX=%{_prefix} X11BASE=%{_prefix} INSTALL_MAN1=%{buildroot}%{_mandir}/man1
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/xkbset
%{_bindir}/xkbset-gui
%{_mandir}/man1/xkbset.1.gz
%doc README TODO
%changelog
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.5-4mamba
- automatic rebuild by autodist
* Sat Jun 21 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-3mamba
- specfile updated
* Wed Dec 27 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-2qilnx
- rebuilt for Xorg 7.1
* Mon Oct 02 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-1qilnx
- package created by autospec