diff options
author | Michele Calgaro <[email protected]> | 2020-04-20 20:20:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-20 20:20:31 +0900 |
commit | c87e588c6dc4905b368b293ed1cbabc02454af39 (patch) | |
tree | 32b90a7f104464995c3ec3b381bfe4c21b8784f3 /packaging/FC5.tdepowersave.spec | |
parent | 60091c788a66a7ff26fa4e78b8c0caac6d8c580a (diff) | |
download | tdepowersave-c87e588c6dc4905b368b293ed1cbabc02454af39.tar.gz tdepowersave-c87e588c6dc4905b368b293ed1cbabc02454af39.zip |
Removed unused old packaging files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'packaging/FC5.tdepowersave.spec')
-rw-r--r-- | packaging/FC5.tdepowersave.spec | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/packaging/FC5.tdepowersave.spec b/packaging/FC5.tdepowersave.spec deleted file mode 100644 index 31bf8bc..0000000 --- a/packaging/FC5.tdepowersave.spec +++ /dev/null @@ -1,74 +0,0 @@ -# -# spec file for package tdepowersave (Version 0.6.2) -# -# Copyright (c) [email protected], [email protected] -# 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 -License: GPL -Group: System/GUI/KDE -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Summary: KDE Frontend 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 /sbin/pidof /usr/bin/xset -Source: %{name}-%{version}.tar.bz2 - -%description -The package provides battery monitoring and suspend/standby triggers. -It is based on the powersave package and therefore supports APM and -ACPI. Together with the powersave package and the YaST Powermanagement -module it is the preferred package that should be used for battery -monitoring and control of power management related tasks. See powersave -package for additional features such as CPU frequency scaling(SpeedStep -and PowerNow) and more. - - - -Authors: --------- - Thomas Renninger ([email protected], [email protected]) - Danny Kukawka ([email protected], [email protected]) - -%prep -%setup -n %{name}-%{version} -q - -%build -make -f admin/Makefile.common cvs -./configure --prefix=/usr - -make - -%install -make DESTDIR=$RPM_BUILD_ROOT install - -%post - -%postun - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc README AUTHORS ChangeLog COPYING INSTALL -/usr/bin/tdepowersave -/usr/share/config/tdepowersaverc -/usr/share/autostart/tdepowersave-autostart.desktop -/usr/share/apps/tdepowersave -/usr/share/icons/??color -/usr/share/applications/tde/tdepowersave.desktop -/usr/share/doc/tde/HTML/*/tdepowersave -/usr/lib*/trinity/tdepowersave.* -/usr/lib*/libtdeinit_tdepowersave.* -/usr/share/locale/* - -%changelog -n tdepowersave |