|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: powerdevil
|
|
|
|
|
Version: 5.9.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Manages the power consumption settings of a Plasma Shell
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -71,7 +71,7 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
%find_lang powerdevil5 --with-qt --all-name
|
|
|
|
|
%find_lang powerdevil5 --with-html --with-qt --all-name
|
|
|
|
|
|
|
|
|
|
# Don't bother with -devel
|
|
|
|
|
rm %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
@ -81,7 +81,7 @@ rm %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files -f powerdevil5.lang
|
|
|
|
|
%license COPYING
|
|
|
|
|
%license COPYING*
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.discretegpuhelper.conf
|
|
|
|
|
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
|
|
|
|
@ -100,11 +100,12 @@ rm %{buildroot}/%{_libdir}/libpowerdevil{configcommonprivate,core,ui}.so
|
|
|
|
|
%{_kf5_datadir}/knotifications5/powerdevil.notifyrc
|
|
|
|
|
%{_kf5_datadir}/kservices5/*.desktop
|
|
|
|
|
%{_kf5_datadir}/kservicetypes5/*.desktop
|
|
|
|
|
%dir %{_kf5_docdir}/HTML/en/kcontrol/
|
|
|
|
|
%{_kf5_docdir}/HTML/en/kcontrol/powerdevil/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.5-2
|
|
|
|
|
- use %%find_lang --with-html
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.5-1
|
|
|
|
|
- 5.9.5
|
|
|
|
|
|
|
|
|
|