Author: megabajt Date: Fri Nov 2 19:57:49 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new; NFY
---- Files affected: SPECS: pm-utils.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pm-utils.spec diff -u /dev/null SPECS/pm-utils.spec:1.1 --- /dev/null Fri Nov 2 20:57:49 2007 +++ SPECS/pm-utils.spec Fri Nov 2 20:57:44 2007 @@ -0,0 +1,78 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/11/02 19:57:44 megabajt +- new; NFY + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
