update to 0.7 [release 0.7-1mamba;Sat Apr 16 2022]
This commit is contained in:
parent
2f5b656258
commit
35cc2721e2
21
xkbset.spec
21
xkbset.spec
@ -1,13 +1,13 @@
|
||||
Name: xkbset
|
||||
Version: 0.6
|
||||
Version: 0.7
|
||||
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://www.math.missouri.edu/~stephen/software/
|
||||
Source: http://www.math.missouri.edu/%7Estephen/software/xkbset/xkbset-%{version}.tar.gz
|
||||
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
|
||||
@ -18,6 +18,8 @@ BuildRequires: perl-Tk
|
||||
%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
|
||||
|
||||
@ -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}%{_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
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -38,10 +44,13 @@ install -d -m 0755 %{buildroot}%{_mandir}/man1
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/xkbset
|
||||
%{_bindir}/xkbset-gui
|
||||
%{_mandir}/man1/xkbset.1.gz
|
||||
%doc README TODO
|
||||
%{_mandir}/man1/xkbset.1*
|
||||
%doc COPYRIGHT
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user