qtvkbd/qtvkbd.spec
Silvan Calarco 62e84e525e update to 0.8.3
rename from kvkbd [release 0.8.3-1mamba;Sun Jan 03 2021]
2024-01-05 17:19:29 +01:00

62 lines
1.5 KiB
RPMSpec

Name: qtvkbd
Version: 0.8.3
Release: 1mamba
Summary: A virtual keyboard written in C++ and QML
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/KivApple/qvkbd
Source: https://github.com/Alexander-r/qtvkbd.git/v%{version}/qtvkbd-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libX11-devel
BuildRequires: libXtst-devel
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
Provides: kvkbd
Obsoletes: kvkbd < 0.8.3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A virtual keyboard written in C++ and QML.
%debug_package
%prep
%setup -q
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/qtvkbd
%{_datadir}/applications/qtvkbd.desktop
%dir %{_datadir}/qtvkbd
%{_datadir}/qtvkbd/*
%doc AUTHORS
%changelog
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3-1mamba
- update to 0.8.3
- rename from kvkbd
* Wed Oct 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.2-1mamba
- update to 0.7.2
* Mon Dec 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
- package created by autospec