diff --git a/README.md b/README.md index d1e8c5f..5e505df 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/xvkbd.spec b/xvkbd.spec new file mode 100644 index 0000000..398dd14 --- /dev/null +++ b/xvkbd.spec @@ -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 +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 3.5-1mamba +- automatic version update by autodist + +* Fri Apr 19 2013 Automatic Build System 3.4a-1mamba +- automatic version update by autodist + +* Tue Apr 02 2013 Automatic Build System 3.4-1mamba +- automatic version update by autodist + +* Sun Mar 04 2012 Automatic Build System 3.3-1mamba +- automatic version update by autodist + +* Mon Jan 24 2011 Silvan Calarco 3.2-1mamba +- package created by autospec