Author: qboosh Date: Sun Nov 14 19:56:27 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1
---- Files affected: packages/nvram-wakeup: nvram-wakeup.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/nvram-wakeup/nvram-wakeup.spec diff -u packages/nvram-wakeup/nvram-wakeup.spec:1.1 packages/nvram-wakeup/nvram-wakeup.spec:1.2 --- packages/nvram-wakeup/nvram-wakeup.spec:1.1 Wed Mar 4 08:41:40 2009 +++ packages/nvram-wakeup/nvram-wakeup.spec Sun Nov 14 20:56:22 2010 @@ -1,26 +1,32 @@ # $Revision$, $Date$ -# Summary: Read and write the WakeUp time in the BIOS +Summary(pl.UTF-8): Odczyt i zapis czasu pobudki (WakeUp) w BIOS-ie Name: nvram-wakeup -Version: 0.99b +Version: 1.1 Release: 1 License: GPL v2+ Group: Applications/System -Source0: http://dl.sourceforge.net/nvram-wakeup/nvram-wakup-%{version}.tar.gz -# Source0-md5: a668132b1daa9c4c48f4ed45b95f3df0 +Source0: http://downloads.sourceforge.net/nvram-wakeup/nvram-wakup-%{version}.tar.gz +# Source0-md5: ebd6e276167ba4351ecb1ea2bd368422 Patch0: %{name}-no_time_helper.patch -URL: http://sourceforge.net/projects/nvram-wakeup +URL: http://sourceforge.net/projects/nvram-wakeup/ ExclusiveArch: %{ix86} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This is a small program that reads and writes the WakeUp time in the BIOS. This -is done via /dev/nvram on recent kernels (>2.4.6, including 2.6.x) or, -alternatively, via direct ISA access. On this WakeUp time the computer is -powered on automatically. +This is a small program that reads and writes the WakeUp time in the +BIOS. This is done via /dev/nvram on recent kernels (>2.4.6, including +2.6.x) or, alternatively, via direct ISA access. On this WakeUp time +the computer is powered on automatically. + +%description -l pl.UTF-8 +Ten mały program odczytuje i zapisuje czas pobudki (WakeUp) w BIOS-ie. +Dokonuje tego poprzez /dev/nvram na nowszych jądrach Linuksa (>2.4.6, +w tym 2.6.x) lub poprzez bezpośredni dostęp do ISA. O zadanym czasie +pobudki (WakeUp) komputer jest uruchamiany automatycznie. %prep -%setup -qn nvram-wakup-%{version} +%setup -q -n nvram-wakup-%{version} %build %{__make} \ @@ -31,11 +37,12 @@ %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ prefix="$RPM_BUILD_ROOT%{_prefix}" \ MANDIR="$RPM_BUILD_ROOT%{_mandir}" -rm -rf $RPM_BUILD_ROOT/%{_docdir} +%{__rm} -r $RPM_BUILD_ROOT%{_docdir} %find_lang %{name} --all-name %clean @@ -44,10 +51,23 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc README* HISTORY nvram-wakeup.conf -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_sbindir}/* -%{_mandir}/man8/* -%{_mandir}/man5/* +%attr(755,root,root) %{_bindir}/nvram-wakeup +%attr(755,root,root) %{_bindir}/vdrshutdown +%attr(755,root,root) %{_sbindir}/biosinfo +%attr(755,root,root) %{_sbindir}/cat_nvram +%attr(755,root,root) %{_sbindir}/guess +%attr(755,root,root) %{_sbindir}/guess-helper +%attr(755,root,root) %{_sbindir}/rtc +%attr(755,root,root) %{_sbindir}/time +%{_mandir}/man5/nvram-wakeup.conf.5* +%{_mandir}/man8/biosinfo.8* +%{_mandir}/man8/cat_nvram.8* +%{_mandir}/man8/guess.8* +%{_mandir}/man8/guess-helper.8* +%{_mandir}/man8/nvram-wakeup.8* +%{_mandir}/man8/rtc.8* +%{_mandir}/man8/set_timer.8* +%{_mandir}/man8/time.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -55,6 +75,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/11/14 19:56:22 qboosh +- updated to 1.1 + Revision 1.1 2009/03/04 07:41:40 jajcus - new spec - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nvram-wakeup/nvram-wakeup.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
