rebuild for kde5 [release 1.2.1-2mamba;Fri Oct 02 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 18:18:59 +01:00
parent 8dca2b656b
commit c221d47b2e

View File

@ -1,6 +1,6 @@
Name: systemd-kcm Name: systemd-kcm
Version: 1.2.1 Version: 1.2.1
Release: 1mamba Release: 2mamba
Summary: Systemd control module for KDE Summary: Systemd control module for KDE
Group: Graphical Desktop/Applications/Configuration Group: Graphical Desktop/Applications/Configuration
Vendor: openmamba Vendor: openmamba
@ -11,6 +11,7 @@ Source: http://download.kde.org/stable/systemd-kcm/systemd-kcm-%{version}
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libkauth-devel BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel BuildRequires: libkcodecs-devel
@ -40,7 +41,8 @@ Integrates in the System Settings dialogue in KDE Plasma.
%setup -q %setup -q
%build %build
%cmake_kde4 -d build %cmake_kde5 -d build
%make %make
%install %install
@ -49,20 +51,24 @@ Integrates in the System Settings dialogue in KDE Plasma.
%find_lang %{name} --all-name --with-kde || touch %{name}.lang %find_lang %{name} --all-name --with-kde || touch %{name}.lang
rm -f %{buildroot}%{_datadir}/kservices5/settings-system-administration.desktop
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsystemd.conf %{_datadir}/dbus-1/system.d/org.kde.kcontrol.kcmsystemd.conf
%{_kde4_libdir}/plugins/kcm_systemd.so %{_datadir}/kservices5/kcm_systemd.desktop
%{_kde4_sharedir}/kservices5/kcm_systemd.desktop %{_libdir}/qt5/plugins/kcm_systemd.so
%{_kde4_sharedir}/kservices5/settings-system-administration.desktop
%{_libexecdir}/kf5/kauth/kcmsystemdhelper %{_libexecdir}/kf5/kauth/kcmsystemdhelper
%{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsystemd.service %{_datadir}/dbus-1/system-services/org.kde.kcontrol.kcmsystemd.service
%{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsystemd.policy %{_datadir}/polkit-1/actions/org.kde.kcontrol.kcmsystemd.policy
%doc COPYING %doc COPYING
%changelog %changelog
* Fri Oct 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
- rebuild for kde5
* Wed Dec 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba * Wed Dec 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface