71 lines
2.0 KiB
RPMSpec
71 lines
2.0 KiB
RPMSpec
Name: xkbset
|
|
Version: 0.8
|
|
Release: 1mamba
|
|
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: https://github.com/stephenmontgomerysmith/xkbset
|
|
Source: https://github.com/stephenmontgomerysmith/xkbset.git/v%{version}/xkbset-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: perl-Tk
|
|
## AUTOBUILDREQ-END
|
|
|
|
%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.
|
|
|
|
%debug_package
|
|
|
|
%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 \
|
|
INSTALL_PROGRAM="install -c"
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/xkbset
|
|
%{_bindir}/xkbset-gui
|
|
%{_mandir}/man1/xkbset.1*
|
|
%doc COPYRIGHT
|
|
|
|
%changelog
|
|
* Mon Jun 27 2022 Automatic Build System <autodist@mambasoft.it> 0.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
|
|
- update to 0.7
|
|
|
|
* Sun Jun 06 2021 Automatic Build System <autodist@mambasoft.it> 0.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|