diff options
author | Michele Calgaro <[email protected]> | 2020-04-20 20:20:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-29 21:39:22 +0900 |
commit | d6779e119fc9598250c1c5afc17a711272d6f87e (patch) | |
tree | 37abf4fecd18caad98eb844f412b648e04e8f95c /packaging/SUSE10.1.tdepowersave.spec | |
parent | 8e1ea50928f169241a1cfa2a9e8c2f36f454778d (diff) | |
download | tdepowersave-d6779e119fc9598250c1c5afc17a711272d6f87e.tar.gz tdepowersave-d6779e119fc9598250c1c5afc17a711272d6f87e.zip |
Removed unused old packaging files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c87e588c6dc4905b368b293ed1cbabc02454af39)
Diffstat (limited to 'packaging/SUSE10.1.tdepowersave.spec')
-rw-r--r-- | packaging/SUSE10.1.tdepowersave.spec | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/packaging/SUSE10.1.tdepowersave.spec b/packaging/SUSE10.1.tdepowersave.spec deleted file mode 100644 index 61b933b..0000000 --- a/packaging/SUSE10.1.tdepowersave.spec +++ /dev/null @@ -1,81 +0,0 @@ -# -# spec file for package tdepowersave (Version 0.6.2) -# -# Copyright (c) 2006 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 -BuildRequires: dbus-1-qt3-devel hal-devel tdelibs3-devel powersave-devel lsb suse-release -License: GPL -Group: System/GUI/KDE -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: KDE Front-End to powersave Package, Battery Monitor, and General Power Management Support -Version: 0.6.2 -Release: 1 -ExclusiveArch: %ix86 x86_64 ia64 ppc -Requires: powersave >= 0.12.18 powersave-libs >= 0.12.18 yast2-power-management /sbin/pidof /usr/X11R6/bin/xset -Source: %{name}-%{version}.tar.bz2 - -%description -The package provides battery monitoring and suspend and standby -triggers. It is based on the powersave package and therefore supports -APM and ACPI. 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. See -the powersave package for additional features, such as CPU frequency -scaling (SpeedStep and PowerNow). - - - -Authors: --------- - Thomas Renninger ([email protected], [email protected]) - Danny Kukawka ([email protected], [email protected]) - -%prep -%setup -n %{name}-%{version} -q -. /etc/opt/trinity/common_options -update_admin - -%build -. /etc/opt/trinity/common_options -./configure --enable-yast-entry - -make - -%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 - -%files -f %name.lang -%defattr(-,root,root) -%doc README AUTHORS ChangeLog COPYING INSTALL NEWS -/opt/trinity/share/doc/* -/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 -n tdepowersave - |