summaryrefslogtreecommitdiffstats
path: root/packaging/FC4.tdepowersave.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/FC4.tdepowersave.spec')
-rw-r--r--packaging/FC4.tdepowersave.spec72
1 files changed, 72 insertions, 0 deletions
diff --git a/packaging/FC4.tdepowersave.spec b/packaging/FC4.tdepowersave.spec
new file mode 100644
index 0000000..1952e11
--- /dev/null
+++ b/packaging/FC4.tdepowersave.spec
@@ -0,0 +1,72 @@
+#
+# spec file for package tdepowersave (Version 0.6.2)
+#
+# Copyright (c) hmacht@suse,de, danny.kukawka@web.de
+# This file and all modifications and additions to the pristine
+# package are under the same license as the package itself.
+#
+
+# 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/X11R6/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 (trenn@suse.de, mail@renninger.de)
+ Danny Kukawka (dkukawka@suse.de, danny.kukawka@web.de)
+
+%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