automatic rebuild by autodist [release 0.5-4mamba;Mon Aug 19 2013]
This commit is contained in:
parent
735cb280c1
commit
2d5ccfac78
@ -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.
|
||||
|
||||
|
56
xkbset.spec
Normal file
56
xkbset.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
Loading…
Reference in New Issue
Block a user