From 2d5ccfac78e1113f04b6c49da6d99f44be312630 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:43:43 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.5-4mamba;Mon Aug 19 2013] --- README.md | 2 ++ xkbset.spec | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 xkbset.spec diff --git a/README.md b/README.md index ed60f10..89feda7 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/xkbset.spec b/xkbset.spec new file mode 100644 index 0000000..ff2c938 --- /dev/null +++ b/xkbset.spec @@ -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 +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 0.5-4mamba +- automatic rebuild by autodist + +* Sat Jun 21 2008 Silvan Calarco 0.5-3mamba +- specfile updated + +* Wed Dec 27 2006 Silvan Calarco 0.5-2qilnx +- rebuilt for Xorg 7.1 + +* Mon Oct 02 2006 Silvan Calarco 0.5-1qilnx +- package created by autospec