diff --git a/.cvsignore b/.cvsignore index ea86047..d415aeb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -flashrom-2817.tar.bz2 +flashrom-2897.tar.bz2 diff --git a/flashrom.spec b/flashrom.spec index a6669b1..f9c3837 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,12 +1,12 @@ Summary: Simple program for reading/writing BIOS chips content Name: flashrom Version: 0 -Release: 0.2.20071003svn2817%{?dist} +Release: 0.3.20071028svn2897%{?dist} License: GPLv2+ Group: Applications/System -# svn -r 2817 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom -# tar -cjvf flashrom-2817.tar.bz2 flashrom -Source0: flashrom-2817.tar.bz2 +# svn -r 2897 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom +# tar -cjvf flashrom-2897.tar.bz2 flashrom +Source0: flashrom-2897.tar.bz2 Patch0: flashrom--Makefile_cleanup.diff URL: http://linuxbios.org/Flashrom BuildRequires: pciutils-devel @@ -23,6 +23,7 @@ and write new contents on the chips ("flash the chip"). %prep %setup -q -n %{name} %patch0 -b .Makefile_cleanup +gzip %{name}.8 %build # currently disabling DiscOnChip due to instability @@ -30,9 +31,9 @@ CFLAGS="%{optflags} -DDISABLE_DOC" %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_bindir} -install -p %{name} $RPM_BUILD_ROOT%{_bindir} -install -D -p -m644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 +mkdir -p $RPM_BUILD_ROOT%{_sbindir} +install -p %{name} $RPM_BUILD_ROOT%{_sbindir} +install -D -p -m644 %{name}.8.gz $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8.gz %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -41,10 +42,14 @@ install -D -p -m644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1 %defattr(-,root,root,-) %doc COPYING README %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man8/%{name}.8.gz %changelog +* Sun Oct 28 2007 Peter Lemenkov 0-0.3.20071028svn2897 +- svn ver. 2897 (support for Gigabyte M61P-S3 SPI m/b, Am29LV040B chip) +- flashrom executable now sits in sbindir since it's administrator's tool + * Wed Oct 3 2007 Peter Lemenkov 0-0.2.20071003svn2817 - Added correct BZ# for ExludeArch issue - Preserved timestamp then installing flashrom diff --git a/sources b/sources index 37139d7..2d6bc6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34283f09c2b9fba015cb2f17c2a2f52d flashrom-2817.tar.bz2 +6b1699ca97833713efbf2a703471217b flashrom-2897.tar.bz2