automatic version update by autodist [release 5.9.0-1mamba;Wed Apr 15 2015]

This commit is contained in:
Automatic Build System 2024-01-06 01:33:54 +01:00
parent b233f0a20e
commit 5c42b15d13
2 changed files with 97 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# kglobalaccel # kglobalaccel
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.

95
kglobalaccel.spec Normal file
View File

@ -0,0 +1,95 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kglobalaccel
Version: 5.9.0
Release: 1mamba
Summary: Global desktop keyboard shortcuts
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
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}
%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 -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%find_lang %{name} || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libKF5GlobalAccel.so.*
%{_bindir}/kglobalaccel5
%{_datadir}/kservices5/kglobalaccel5.desktop
%{_datadir}/dbus-1/services/org.kde.kglobalaccel.service
%{_datadir}/dbus-1/interfaces/kf5_org.kde.KGlobalAccel.xml
%{_datadir}/dbus-1/interfaces/kf5_org.kde.kglobalaccel.Component.xml
%{_datadir}/locale/*/LC_MESSAGES/kglobalaccel5*.qm
%doc COPYING.LIB
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/KF5/KGlobalAccel
%{_includedir}/KF5/KGlobalAccel/*
%{_includedir}/KF5/kglobalaccel_version.h
%dir %{_libdir}/cmake/KF5GlobalAccel
%{_libdir}/cmake/KF5GlobalAccel/KF5GlobalAccel*.cmake
%{_libdir}/libKF5GlobalAccel.so
/usr/mkspecs/modules/qt_KGlobalAccel.pri
%doc README.md
%changelog
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
- automatic version update by autodist
* Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
- automatic version update by autodist
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
- automatic version update by autodist
* Sat Feb 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
- package created using the webbuild interface