%define majver %(echo %version | cut -d. -f1-2) Name: kglobalaccel Version: 5.10.0 Release: 1mamba Summary: KDE Frameworks 5 global desktop keyboard shortcuts Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{majver}/kglobalaccel-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libqt5-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: rpm-macros-kde5 BuildRequires: libQt5Core BuildRequires: libQt5DBus BuildRequires: libQt5Gui BuildRequires: libQt5Widgets BuildRequires: libQt5X11Extras BuildRequires: libQt5Test BuildRequires: libkconfig-devel BuildRequires: libkcoreaddons-devel BuildRequires: libkcrash-devel BuildRequires: libkdbusaddons-devel BuildRequires: libki18n-devel BuildRequires: libkwindowsystem-devel BuildRequires: libxcb-devel BuildRequires: libX11-devel BuildRequires: gettext BuildRequires: python Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated. %package -n lib%{name} Group: System/Libraries Summary: Global desktop keyboard shortcuts %description -n lib%{name} KGlobalAccel allows you to have global accelerators that are independent of the focused window. Unlike regular shortcuts, the application's window does not need focus for them to be activated. %package -n lib%{name}-devel Group: Development/Libraries Summary: Development files for %{name} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: libkconfig-devel Requires: libkcoreaddons-devel Requires: libkcrash-devel Requires: libkdbusaddons-devel Requires: libki18n-devel Requires: libkwindowsystem-devel %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q %build %cmake_kde5 -d build %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %find_lang kglobalaccel5_qt --with-qt --all-name || touch kglobalaccel5_qt.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n lib%{name} -p /sbin/ldconfig %postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) %{_kde5_bindir}/kglobalaccel5 %{_kde5_datadir}/kservices5/kglobalaccel5.desktop %{_datadir}/dbus-1/interfaces/kf5_org.kde.*.xml %{_datadir}/dbus-1/services/org.kde.kglobalaccel.service %{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5.qm %files -n lib%{name} -f kglobalaccel5_qt.lang %defattr(-,root,root) %{_kde5_libdir}/libKF5GlobalAccel.so.* %doc COPYING.LIB %files -n lib%{name}-devel %defattr(-,root,root) %{_kde5_includedir}/KGlobalAccel %{_kde5_includedir}/kglobalaccel_version.h %{_kde5_libdir}/cmake/KF5GlobalAccel %{_kde5_libdir}/libKF5GlobalAccel.so %{_kde5_mkspecsdir}/qt_KGlobalAccel.pri %doc README.md %changelog * Tue May 12 2015 Automatic Build System 5.10.0-1mamba - automatic version update by autodist * Sun Apr 26 2015 Davide Madrisan 5.9.0-2mamba - standardize the specfile * Wed Apr 15 2015 Automatic Build System 5.9.0-1mamba - automatic version update by autodist * Sun Mar 22 2015 Automatic Build System 5.8.0-1mamba - automatic version update by autodist * Tue Mar 03 2015 Automatic Build System 5.7.0-1mamba - automatic version update by autodist * Sat Feb 14 2015 Silvan Calarco 5.6.0-1mamba - package created using the webbuild interface