automatic version update by autodist [release 3.5-1mamba;Mon Jul 15 2013]

This commit is contained in:
Automatic Build System 2024-01-05 19:58:04 +01:00
parent 6a2cd0e0c1
commit 80f784593a
2 changed files with 69 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xvkbd
xvkbd is a virtual (graphical) keyboard program for X Window System which provides facility to enter characters onto other clients (softwares) by clicking on a keyboard displayed on the screen. This may be used for systems without a hardware keyboard such as kiosk terminals or handheld devices. This program also has facility to send characters specified as the command line option to another client.

67
xvkbd.spec Normal file
View File

@ -0,0 +1,67 @@
Name: xvkbd
Version: 3.5
Release: 1mamba
Summary: Virtual keyboard for X window system
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://homepage3.nifty.com/tsato/xvkbd
Source: http://homepage3.nifty.com/tsato/xvkbd/xvkbd-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXaw3d-devel
BuildRequires: libXext-devel
BuildRequires: libXmu-devel
BuildRequires: libXpm-devel
BuildRequires: libXt-devel
BuildRequires: libXtst-devel
## AUTOBUILDREQ-END
BuildRequires: imake
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
xvkbd is a virtual (graphical) keyboard program for X Window System which provides facility to enter characters onto other clients (softwares) by clicking on a keyboard displayed on the screen. This may be used for systems without a hardware keyboard such as kiosk terminals or handheld devices. This program also has facility to send characters specified as the command line option to another client.
%prep
%setup -q
%build
xmkmf
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
#install -d -m0755 %{buildroot}%{_libdir}/X11/app-defaults
%makeinstall install.man MANPATH=%{_mandir}
rm -f %{buildroot}%{_libdir}/X11/app-defaults
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/X11/app-defaults/XVkbd*
%{_bindir}/xvkbd
%{_mandir}/man1/xvkbd.1*
%doc README
%changelog
* Mon Jul 15 2013 Automatic Build System <autodist@mambasoft.it> 3.5-1mamba
- automatic version update by autodist
* Fri Apr 19 2013 Automatic Build System <autodist@mambasoft.it> 3.4a-1mamba
- automatic version update by autodist
* Tue Apr 02 2013 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
- automatic version update by autodist
* Sun Mar 04 2012 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
- automatic version update by autodist
* Mon Jan 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2-1mamba
- package created by autospec