SHA256
1
0
forked from pool/flashrom

Accepting request 188222 from hardware

update (forwarded request 188220 from posophe)

OBS-URL: https://build.opensuse.org/request/show/188222
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flashrom?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal 2013-08-15 18:58:15 +00:00 committed by Git OBS Bridge
commit 51efad6426
4 changed files with 17 additions and 8 deletions

View File

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

3
flashrom-0.9.7.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Aug 15 11:35:37 UTC 2013 - p.drouand@gmail.com
- Update to version 0.9.7
+ see http://flashrom.org/Flashrom/0.9.7 for changes
- Use official tarball instead of generated one from svn
- Let RPM strips manpage himself;
- Change Url to real one
-------------------------------------------------------------------
Wed Mar 13 13:39:07 UTC 2013 - cfarrell@suse.com

View File

@ -17,13 +17,13 @@
Name: flashrom
Url: http://coreboot.org/
Url: http://flashrom.org/Flashrom
Summary: A universal flash programming utility
License: GPL-2.0
Group: Development/Tools/Other
Version: 0.9.6.1_r1564
Version: 0.9.7
Release: 0
Source0: flashrom-%{version}.tar.bz2
Source0: http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
Source23: update-snapshots.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libftdi1
@ -55,14 +55,14 @@ or SPI.
make %{?_smp_mflags} \
CFLAGS="%{optflags}" \
CONFIG_DEDIPROG=yes
gzip flashrom.8
#gzip flashrom.8
%install
mkdir -p %{buildroot}/%{_sbindir}
mkdir -p %{buildroot}/%{_mandir}/man8
install -m 0755 flashrom %{buildroot}/%{_sbindir}
install -m 0644 flashrom.8.gz %{buildroot}/%{_mandir}/man8
install -m 0644 flashrom.8 %{buildroot}/%{_mandir}/man8
%files
%defattr(-,root,root)