diff --git a/xkbset.spec b/xkbset.spec index 12499e7..9649d69 100644 --- a/xkbset.spec +++ b/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 -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 0.7-1mamba +- update to 0.7 + * Sun Jun 06 2021 Automatic Build System 0.6-1mamba - automatic update by autodist