Accepting request 87405 from hardware
- Update flashrom from 0.9.4-beta to 0.9.4 * Fixes for crashes and corruption in corner cases - Apply packaging guidelines (remove redundant/obsolete tags/sections from specfile, etc.) - update to 0.9.3 r1322. - update to 0.9.3 r1283. OBS-URL: https://build.opensuse.org/request/show/87405 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=4
This commit is contained in:
commit
7c3ef275a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78db0449ccfd98379feca7663ba03951e196d91e7c4dbc652ded3ebfb1c36f6b
|
||||
size 265385
|
3
flashrom-0.9.4_r1394.tar.bz2
Normal file
3
flashrom-0.9.4_r1394.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc0c91c07a29d7eed943c4c9ce3b4d1d2c994a275b38238f767d4928101c93ca
|
||||
size 294633
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 22:34:26 UTC 2011 - kernel01@hailfinger.org
|
||||
|
||||
- Update flashrom from 0.9.4-beta to 0.9.4
|
||||
* Fixes for crashes and corruption in corner cases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Apply packaging guidelines (remove redundant/obsolete
|
||||
tags/sections from specfile, etc.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 01:08:18 SAST 2011 - stepan@coresystems.de
|
||||
|
||||
- update to 0.9.3 r1322.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 22:09:10 CEST 2011 - stepan@coresystems.de
|
||||
|
||||
- update to 0.9.3 r1283.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 22:11:02 CET 2010 - stepan@coresystems.de
|
||||
|
||||
|
@ -15,13 +15,10 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: flashrom
|
||||
Url: http://coreboot.org/
|
||||
Summary: A universal flash programming utility
|
||||
Version: 0.9.3_r1246
|
||||
Version: 0.9.4_r1394
|
||||
Release: 1
|
||||
License: GPLv2 ; GPLv2+
|
||||
Group: Development/Tools/Other
|
||||
@ -48,49 +45,21 @@ It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and
|
||||
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
|
||||
or SPI.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Carl-Daniel Hailfinger
|
||||
Claus Gindhart <claus.gindhart@kontron.com>
|
||||
Dominik Geyer <dominik.geyer@kontron.com>
|
||||
Eric Biederman <ebiederman@lnxi.com>
|
||||
Giampiero Giancipoli <gianci@email.it>
|
||||
Joe Bao <Zheng.Bao@amd.com>
|
||||
Luc Verhaegen <libv@skynet.be>
|
||||
Li-Ta Lo
|
||||
Markus Boas <ryven@ryven.de>
|
||||
Nikolay Petukhov <nikolay.petukhov@gmail.com>
|
||||
Peter Stuge <peter@stuge.se>
|
||||
Reinder E.N. de Haan <lb_reha@mveas.com>
|
||||
Ronald G. Minnich <rminnich@gmail.com>
|
||||
Ronald Hoogenboom <ronald@zonnet.nl>
|
||||
Stefan Reinauer <stepan@coresystems.de>
|
||||
Stefan Wildemann <stefan.wildemann@kontron.com>
|
||||
Steven James <pyro@linuxlabs.com>
|
||||
Uwe Hermann <uwe@hermann-uwe.de>
|
||||
Wang Qingpei <Qingpei.Wang@amd.com>
|
||||
Yinghai Lu <yinghai.lu@amd.com>
|
||||
David S. Peterson <dsp@llnl.gov> <dave_peterson@pobox.com>
|
||||
some others
|
||||
|
||||
%prep
|
||||
%setup -q -n flashrom-%{version}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make %{?jobs:-j%jobs} \
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
make %{?_smp_mflags} \
|
||||
CFLAGS="%{optflags}" \
|
||||
CONFIG_DEDIPROG=yes
|
||||
gzip flashrom.8
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_sbindir}
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
install -m 0755 flashrom $RPM_BUILD_ROOT/%{_sbindir}
|
||||
install -m 0644 flashrom.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/%{_sbindir}
|
||||
mkdir -p %{buildroot}/%{_mandir}/man8
|
||||
install -m 0755 flashrom %{buildroot}/%{_sbindir}
|
||||
install -m 0644 flashrom.8.gz %{buildroot}/%{_mandir}/man8
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
x
Reference in New Issue
Block a user