diff --git a/README.md b/README.md index ff44e4c..6ee51ef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # qtvkbd +A virtual keyboard written in C++ and QML. + diff --git a/qtvkbd.spec b/qtvkbd.spec new file mode 100644 index 0000000..fb6c53d --- /dev/null +++ b/qtvkbd.spec @@ -0,0 +1,61 @@ +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 +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 0.8.3-1mamba +- update to 0.8.3 +- rename from kvkbd + +* Wed Oct 07 2015 Silvan Calarco 0.7.2-1mamba +- update to 0.7.2 + +* Mon Dec 12 2011 Silvan Calarco 0.6-1mamba +- package created by autospec