diff options
author | Darrell Anderson <[email protected]> | 2013-07-14 19:31:37 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-07-14 19:31:37 -0500 |
commit | 933e53832eeb45c6f660dcf46bed5dc68aaf24c2 (patch) | |
tree | 532a8a0d9b144be6e26b587904578cd3253a126f /packaging/openSUSE10.3.tdepowersave.spec | |
parent | e49bd16b78beb8f75a079916b6d4e8d2ce457c58 (diff) | |
download | tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.tar.gz tdepowersave-933e53832eeb45c6f660dcf46bed5dc68aaf24c2.zip |
Update references from kpowersave to tdepowersave.
Diffstat (limited to 'packaging/openSUSE10.3.tdepowersave.spec')
-rw-r--r-- | packaging/openSUSE10.3.tdepowersave.spec | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/packaging/openSUSE10.3.tdepowersave.spec b/packaging/openSUSE10.3.tdepowersave.spec new file mode 100644 index 0000000..344bb5f --- /dev/null +++ b/packaging/openSUSE10.3.tdepowersave.spec @@ -0,0 +1,101 @@ +# +# spec file for package tdepowersave (Version 0.7.2_SVN20070830) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: tdepowersave +URL: http://sourceforge.net/projects/powersave/ +%if 0%{?sles_version} > 0 +# needed to detect in configure if this is a Enterprise product and set the correct bugzilla website +BuildRequires: dbus-1-qt3-devel hal-devel tdelibs3-devel lsb sles-release +%else +BuildRequires: dbus-1-qt3-devel hal-devel tdelibs3-devel lsb openSUSE-release +%endif +License: GPL v2 only +Group: System/GUI/KDE +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: KDE Frontend for Battery Monitoring, Suspend, CPU Freq and General Power Management Support +Version: 0.7.3 +Release: 1 +ExclusiveArch: %ix86 x86_64 ia64 ppc ppc64 +Requires: /sbin/pidof xorg-x11 +Source: %{name}-%{version}.tar.bz2 +%if %suse_version > 1020 +Requires: %{name}-lang = %{version} +%endif + +%description +TDEPowersave provides battery monitoring, CPU frequency control and +suspend/standby triggers, and more power management features for KDE. +It uses HAL (formerly the powersave daemon) and supports APM and ACPI +for several architectures. Together with the powersave package and the +YaST power management module, it is the preferred package that should +be used for battery monitoring and control of power management related +tasks. + + + +Authors: +-------- + Thomas Renninger ([email protected], [email protected]) + Danny Kukawka ([email protected], [email protected]) + +%if %suse_version > 1020 +%lang_package +%endif +%prep +%setup -n %{name}-%{version} -q +. /etc/opt/trinity/common_options +update_admin + +%build +. /etc/opt/trinity/common_options +%if 0%{?sles_version} > 0 +./configure --enable-yast-entry --enable-suse-sles +%else +./configure +%endif +make %{?jobs:-j %jobs} + +%install +. /etc/opt/trinity/common_options +make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET +%suse_update_desktop_file %name Utility TrayIcon +%find_lang %name + +%post +%{run_ldconfig} + +%postun +%{run_ldconfig} + +%clean +rm -rf $RPM_BUILD_ROOT +%if %suse_version > 1020 + +%files lang -f %name.lang + +%files +%else + +%files -f %name.lang +%endif +%defattr(-,root,root) +%doc README AUTHORS ChangeLog COPYING INSTALL NEWS +/opt/trinity/bin/* +/opt/trinity/share/config/tdepowersaverc +/opt/trinity/share/autostart/tdepowersave-autostart.desktop +/opt/trinity/share/apps/tdepowersave +/opt/trinity/share/icons/??color +/opt/trinity/share/applications/tde/tdepowersave.desktop +/opt/trinity/lib*/trinity/tdepowersave.* +/opt/trinity/lib*/libtdeinit_tdepowersave.* + +%changelog |