package created using the webbuild interface [release 5.10.5-1mamba;Mon Sep 25 2017]
This commit is contained in:
parent
f82c1b3114
commit
5fdeeff874
124
powerdevil.spec
Normal file
124
powerdevil.spec
Normal file
@ -0,0 +1,124 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: powerdevil
|
||||
Version: 5.10.5
|
||||
Release: 1mamba
|
||||
Summary: KDE Plasma 5 power management
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/powerdevil-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbluez-qt-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkactivities5-devel
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkbookmarks-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkcompletion-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkdelibs4support-devel
|
||||
BuildRequires: libkglobalaccel-devel
|
||||
BuildRequires: libkguiaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkiconthemes-devel
|
||||
BuildRequires: libkidletime-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkitemviews-devel
|
||||
BuildRequires: libkjobwidgets-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libknotifyconfig-devel
|
||||
BuildRequires: libkparts-devel
|
||||
BuildRequires: libkscreen-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkunitconversion-devel
|
||||
BuildRequires: libkwayland-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libnetworkmanager-qt5-devel
|
||||
BuildRequires: libplasma-workspace-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Plasma 5 power management.
|
||||
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
|
||||
%{_sysconfdir}/dbus-1/system.d/org.kde.powerdevil.discretegpuhelper.conf
|
||||
%{_sysconfdir}/xdg/autostart/powerdevil.desktop
|
||||
%{_libdir}/qt5/plugins/kcm_powerdevil*.so
|
||||
%{_libdir}/qt5/plugins/kf5/powerdevil/powerdevilupowerbackend.so
|
||||
%{_libdir}/qt5/plugins/powerdevil*.so
|
||||
%{_libexecdir}/kf5/kauth/backlighthelper
|
||||
%{_libexecdir}/kf5/kauth/discretegpuhelper
|
||||
%{_libexecdir}/org_kde_powerdevil
|
||||
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.backlighthelper.service
|
||||
%{_datadir}/dbus-1/system-services/org.kde.powerdevil.discretegpuhelper.service
|
||||
%{_datadir}/knotifications5/powerdevil.notifyrc
|
||||
%{_datadir}/kservices5/powerdevil*.desktop
|
||||
%{_kde5_servicetypesdir}/powerdevilaction.desktop
|
||||
%{_datadir}/polkit-1/actions/org.kde.powerdevil.backlighthelper.policy
|
||||
%{_datadir}/polkit-1/actions/org.kde.powerdevil.discretegpuhelper.policy
|
||||
%dir %{_datadir}/doc/HTML/en/kcontrol/powerdevil
|
||||
%{_datadir}/doc/HTML/en/kcontrol/powerdevil/*
|
||||
%doc COPYING
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libpowerdevilconfigcommonprivate.so
|
||||
%{_libdir}/libpowerdevilconfigcommonprivate.so.*
|
||||
%{_libdir}/libpowerdevilcore.so
|
||||
%{_libdir}/libpowerdevilcore.so.*
|
||||
%{_libdir}/libpowerdevilui.so
|
||||
%{_libdir}/libpowerdevilui.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 25 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.5-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user