]> git.pld-linux.org Git - packages/pm-utils.git/commitdiff
- new; NFY
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 2 Nov 2007 19:57:44 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pm-utils.spec -> 1.1

pm-utils.spec [new file with mode: 0644]

diff --git a/pm-utils.spec b/pm-utils.spec
new file mode 100644 (file)
index 0000000..fef0bf9
--- /dev/null
@@ -0,0 +1,67 @@
+Summary:       Power management utilities and scripts
+Summary(pl.UTF-8):     Narzędzia i skrypty do zarządzania energią
+Name:          pm-utils
+Version:       0.99.4
+Release:       0.1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://cvs.fedoraproject.org/repo/pkgs/pm-utils/pm-utils-0.99.4.tar.gz/a88503876f63c96b55784be91b6458d2/%{name}-%{version}.tar.gz
+# Source0-md5: a88503876f63c96b55784be91b6458d2
+Patch0:                %{name}-cfg.patch
+URL:           http://pm-utils.freedesktop.org/
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The pm-utils package contains utilities and scripts useful for tasks
+related to power management.
+
+%description -l pl.UTF-8
+Pakiet pm-utils zawiera narzędzia i skrypty pomocne przy zadaniach
+związanych z zarządzaniem energią.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/pm
+%dir %{_sysconfdir}/pm/config.d
+%dir %{_sysconfdir}/pm/power.d
+%dir %{_sysconfdir}/pm/sleep.d
+%attr(755,root,root) %{_bindir}/on_ac_power
+%attr(755,root,root) %{_bindir}/pm-is-supported
+%dir %{_libdir}/pm-utils
+%dir %{_libdir}/pm-utils/bin
+%attr(755,root,root) %{_libdir}/pm-utils/bin/pm-action
+%attr(755,root,root) %{_libdir}/pm-utils/bin/pm-pmu
+%attr(755,root,root) %{_libdir}/pm-utils/bin/pm-reset-swap
+%dir %{_libdir}/pm-utils/power.d
+%attr(755,root,root) %{_libdir}/pm-utils/power.d/sched-powersave
+%dir %{_libdir}/pm-utils/sleep.d
+%attr(755,root,root) %{_libdir}/pm-utils/sleep.d/*
+%{_libdir}/pm-utils/defaults
+%{_libdir}/pm-utils/functions
+%attr(755,root,root) %{_sbindir}/pm-hibernate
+%attr(755,root,root) %{_sbindir}/pm-powersave
+%attr(755,root,root) %{_sbindir}/pm-suspend
+%attr(755,root,root) %{_sbindir}/pm-suspend-hybrid
This page took 0.079702 seconds and 4 git commands to generate.