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
|
Name: xvkbd
|
||||||
Version: 3.7
|
Version: 4.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Virtual keyboard for X window system
|
Summary: Virtual keyboard for X window system
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://homepage3.nifty.com/tsato/xvkbd
|
URL: https://t-sato.in.coocan.jp/xvkbd/
|
||||||
Source: http://homepage3.nifty.com/tsato/xvkbd/xvkbd-%{version}.tar.gz
|
Source: http://t-sato.in.coocan.jp/xvkbd/xvkbd-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -22,11 +22,12 @@ BuildRequires: libXt-devel
|
|||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: imake
|
BuildRequires: imake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -36,9 +37,8 @@ xmkmf
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
#install -d -m0755 %{buildroot}%{_libdir}/X11/app-defaults
|
install -d -m0755 %{buildroot}%{_datadir}/X11
|
||||||
%makeinstall install.man MANPATH=%{_mandir}
|
%makeinstall install.man MANPATH=%{_mandir}
|
||||||
rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -47,10 +47,15 @@ rm -f %{buildroot}%{_prefix}/lib/X11/app-defaults
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/X11/app-defaults/XVkbd*
|
%{_sysconfdir}/X11/app-defaults/XVkbd*
|
||||||
%{_bindir}/xvkbd
|
%{_bindir}/xvkbd
|
||||||
|
%{_prefix}/lib/X11/app-defaults
|
||||||
|
%{_datadir}/X11/words.english
|
||||||
%{_mandir}/man1/xvkbd.1*
|
%{_mandir}/man1/xvkbd.1*
|
||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 15 2015 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user