update to 4.1 [release 4.1-1mamba;Mon Mar 22 2021]
This commit is contained in:
parent
9841e62c60
commit
3df3a64196
17
xvkbd.spec
17
xvkbd.spec
@ -1,13 +1,13 @@
|
||||
Name: xvkbd
|
||||
Version: 3.7
|
||||
Version: 4.1
|
||||
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
|
||||
URL: https://t-sato.in.coocan.jp/xvkbd/
|
||||
Source: http://t-sato.in.coocan.jp/xvkbd/xvkbd-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -22,11 +22,12 @@ 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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -36,9 +37,8 @@ xmkmf
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
#install -d -m0755 %{buildroot}%{_libdir}/X11/app-defaults
|
||||
install -d -m0755 %{buildroot}%{_datadir}/X11
|
||||
%makeinstall install.man MANPATH=%{_mandir}
|
||||
rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -47,10 +47,15 @@ rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/X11/app-defaults/XVkbd*
|
||||
%{_bindir}/xvkbd
|
||||
%{_prefix}/lib/X11/app-defaults
|
||||
%{_datadir}/X11/words.english
|
||||
%{_mandir}/man1/xvkbd.1*
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Mon Mar 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1-1mamba
|
||||
- update to 4.1
|
||||
|
||||
* Tue Sep 15 2015 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user