SHA256
1
0
forked from pool/flashrom

Accepting request 72547 from home:plater

Needed to flash my MB's bios so I updated.

OBS-URL: https://build.opensuse.org/request/show/72547
OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=9
This commit is contained in:
Cristian Rodríguez 2011-06-03 01:49:27 +00:00 committed by Git OBS Bridge
parent df363118a1
commit fd73961b93
4 changed files with 16 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca38bbf60f1a45922b6e45de7daf7c834898af9b83085fb768d8fcd24782c423
size 275251

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:845558cfdf775c83ea709cbb73e0a9a5c6f00487157797121d2dde6a5bedc22b
size 281140

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -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_r1283
Version: 0.9.3_r1322
Release: 1
License: GPLv2 ; GPLv2+
Group: Development/Tools/Other
@ -74,20 +71,20 @@ Authors:
some others
%prep
%setup -q -n flashrom-%{version}
%setup -q
%build
make %{?jobs:-j%jobs} \
CFLAGS="$RPM_OPT_FLAGS" \
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
mkdir -p %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man8
install -m 0755 flashrom %{buildroot}/%{_sbindir}
install -m 0644 flashrom.8.gz %{buildroot}/%{_mandir}/man8
%clean
rm -rf %{buildroot}