Name: kasync Version: 0.2.5 Release: 0%{?dist} Summary: kasync Group: Applications/Desktop License: GPL URL: https://docs.kolab.org/about/kasync Source0: kasync-%{version}.zip BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: qt5-qtbase-devel %description kasync %package devel Summary: Development headers for kasync Requires: %{name} %description devel Development headers for kasync %prep %setup -q -n kasync-master %build mkdir -p build/ pushd build %{cmake} .. make %{?_smp_mflags} popd %install pushd build %make_install popd # Don't know what this is rm -rf %{buildroot}%{_prefix}/mkspecs/modules/qt_KAsync.pri %files %doc %{_libdir}/libKAsync.so.* %files devel %defattr(-,root,root,-) %{_includedir}/KAsync %{_includedir}/kasync_version.h %{_libdir}/cmake/KAsync/ %{_libdir}/libKAsync.so %{_qt5_archdatadir}/mkspecs/modules/qt_KAsync.pri %changelog * Tue Nov 20 2018 Rajeesh KV - 0.2.5 - Master branch from 2018-04-13 * Thu Apr 26 2018 Rajeesh KV - 0.2.0 - Bump to 0.2.0 release