74 lines
2.4 KiB
RPMSpec
74 lines
2.4 KiB
RPMSpec
Name: xvkbd
|
|
Version: 3.7
|
|
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}%{_prefix}/lib/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
|
|
* Tue Sep 15 2015 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 26 2015 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|