update to 0.7 [release 0.7-1mamba;Sat Apr 16 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:43:44 +01:00
parent 2f5b656258
commit 35cc2721e2

View File

@ -1,13 +1,13 @@
Name: xkbset Name: xkbset
Version: 0.6 Version: 0.7
Release: 1mamba Release: 1mamba
Summary: A program to help manage many of the XKB features of X window Summary: A program to help manage many of the XKB features of X window
Group: System/X11 Group: System/X11
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.math.missouri.edu/~stephen/software/ URL: https://github.com/stephenmontgomerysmith/xkbset
Source: http://www.math.missouri.edu/%7Estephen/software/xkbset/xkbset-%{version}.tar.gz Source: https://github.com/stephenmontgomerysmith/xkbset.git/v%{version}/xkbset-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -18,6 +18,8 @@ BuildRequires: perl-Tk
%description %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. 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 %prep
%setup -q %setup -q
@ -29,7 +31,11 @@ This is a program to help manage many of the XKB features of X window. This incl
install -d -m 0755 %{buildroot}%{_bindir} install -d -m 0755 %{buildroot}%{_bindir}
install -d -m 0755 %{buildroot}%{_mandir}/man1 install -d -m 0755 %{buildroot}%{_mandir}/man1
%makeinstall X11PREFIX=%{_prefix} X11BASE=%{_prefix} INSTALL_MAN1=%{buildroot}%{_mandir}/man1 %makeinstall \
X11PREFIX=%{_prefix} \
X11BASE=%{_prefix} \
INSTALL_MAN1=%{buildroot}%{_mandir}/man1 \
INSTALL_PROGRAM="install -c"
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -38,10 +44,13 @@ install -d -m 0755 %{buildroot}%{_mandir}/man1
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/xkbset %{_bindir}/xkbset
%{_bindir}/xkbset-gui %{_bindir}/xkbset-gui
%{_mandir}/man1/xkbset.1.gz %{_mandir}/man1/xkbset.1*
%doc README TODO %doc COPYRIGHT
%changelog %changelog
* 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 * Sun Jun 06 2021 Automatic Build System <autodist@mambasoft.it> 0.6-1mamba
- automatic update by autodist - automatic update by autodist