Author: charles Date: Fri Aug 13 23:57:54 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.13
---- Files affected: packages/powertop: powertop.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/powertop/powertop.spec diff -u packages/powertop/powertop.spec:1.18 packages/powertop/powertop.spec:1.19 --- packages/powertop/powertop.spec:1.18 Wed Feb 18 21:11:12 2009 +++ packages/powertop/powertop.spec Sat Aug 14 01:57:49 2010 @@ -2,12 +2,12 @@ Summary: PowerTOP - tool that finds the software component(s) that make your laptop use more power Summary(pl.UTF-8): PowerTOP - narzędzie wykrywające programy zwiększające pobór energii laptopa Name: powertop -Version: 1.11 -Release: 2 +Version: 1.13 +Release: 1 License: GPL v2 Group: Applications Source0: http://www.lesswatts.org/projects/powertop/download/%{name}-%{version}.tar.gz -# Source0-md5: 3498f5983c683c3a57dce7379a722082 +# Source0-md5: 78aa17c8f55178004223bf236654298e BuildRequires: gettext-devel BuildRequires: ncurses-devel URL: http://www.lesswatts.org/projects/powertop/ @@ -45,7 +45,7 @@ %build %{__make} \ - CFLAGS="%{rpmcflags} -I/usr/include/ncurses" \ + CFLAGS="%{rpmcflags} -Wall -I/usr/include/ncurses -D VERSION=\\\"%{version}\\\"" \ CC="%{__cc}" %install @@ -54,8 +54,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{zh,zh_TW} - %find_lang %{name} %clean @@ -64,8 +62,8 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc Changelog README -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/* +%attr(755,root,root) %{_bindir}/powertop +%{_mandir}/man8/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -73,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2010/08/13 23:57:49 charles +- updated to 1.13 + Revision 1.18 2009/02/18 20:11:12 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/powertop/powertop.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
