svn ver. 3602
This commit is contained in:
parent
ecbdb5545f
commit
933d239ad6
@ -1 +1 @@
|
||||
flashrom-3418.tar.bz2
|
||||
flashrom-3602.tar.bz2
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
%define svnver 3602
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0
|
||||
Release: 0.11.20080607svn3418%{?dist}
|
||||
Release: 0.12.20080928svn%{svnver}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
# svn -r 3418 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
||||
# tar -cjvf flashrom-3418.tar.bz2 flashrom
|
||||
Source0: flashrom-3418.tar.bz2
|
||||
# svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/flashrom flashrom
|
||||
# tar -cjvf flashrom-%{svnver}.tar.bz2 flashrom
|
||||
Source0: flashrom-%{svnver}.tar.bz2
|
||||
Patch0: flashrom--Makefile_cleanup.diff
|
||||
URL: http://linuxbios.org/Flashrom
|
||||
BuildRequires: pciutils-devel
|
||||
@ -26,7 +27,7 @@ and write new contents on the chips ("flash the chip").
|
||||
|
||||
%build
|
||||
# currently disabling DiscOnChip due to instability
|
||||
CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"3418\"'" %{__make} %{?_smp_mflags}
|
||||
CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"%{svnver}\"'" %{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
@ -44,6 +45,12 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
|
||||
%{_mandir}/man8/%{name}.*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 28 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.12.20080928svn3602
|
||||
- Proper support for EN29F002(A)(N)[BT]
|
||||
- Recognize the Intel EP80579 LPC flash interface
|
||||
- Add support for MSI KT4V
|
||||
- Support for Winbond W39V040C and MSI K8T Neo2-F
|
||||
|
||||
* Sun Jul 6 2008 Peter Lemenkov <lemenkov@gmail.com> 0-0.11.20080607svn3418
|
||||
- AMIC A29002
|
||||
- flashing system with Nvidia MCP67
|
||||
|
||||
@ -1 +1,2 @@
|
||||
flashrom-0-0_11_20080607svn3418_fc8:HEAD:flashrom-0-0.11.20080607svn3418.fc8.src.rpm:1215452254
|
||||
flashrom-0-0_12_20080928svn3602_fc9:HEAD:flashrom-0-0.12.20080928svn3602.fc9.src.rpm:1222549235
|
||||
|
||||
Loading…
Reference in New Issue
Block a user