rpms/0xFFFF/devel 0xFFFF.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Woodhouse dwmw2 at fedoraproject.org
Tue Nov 4 17:45:41 UTC 2008


Author: dwmw2

Update of /cvs/pkgs/rpms/0xFFFF/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6860/devel

Modified Files:
	.cvsignore sources 
Added Files:
	0xFFFF.spec import.log 
Log Message:
initial import



--- NEW FILE 0xFFFF.spec ---
Name:           0xFFFF
Version:        0.3.9
Release:        2%{?dist}
Summary:        The Open Free Fiasco Firmware Flasher

Group:          Applications/System
License:        GPLv3
URL:            http://www.nopcode.org/0xFFFF/
Source0:        http://www.nopcode.org/0xFFFF/get/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libusb-devel

%description
The 'Open Free Fiasco Firmware Flasher' aka 0xFFFF utility implements
a free (GPL3) userspace handler for the NOLO bootloader and related
utilities for the Nokia Internet Tablets like flashing setting device
options, packing/unpacking FIASCO firmware format and more.

%prep
%setup -q
sed -i /^LDFLAGS/d config.mk
sed -i "s/^CFLAGS+=.*/CFLAGS+=$RPM_OPT_FLAGS/" config.mk

%build
make -C src %{?_smp_mflags}
make -C logotool CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m0755 src/0xFFFF $RPM_BUILD_ROOT%{_bindir}/0xFFFF
install -m0755 logotool/logotool $RPM_BUILD_ROOT%{_bindir}/logotool



%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README INSTALL
%{_bindir}/*

%changelog
* Sat Sep 13 2008 David Woodhouse <David.Woodhouse at intel.com> 0.3.9-2
- Use $RPM_OPT_FLAGS for logotool, don't attempt to build GUI

* Sat Sep 13 2008 David Woodhouse <David.Woodhouse at intel.com> 0.3.9-1
- First package


--- NEW FILE import.log ---
xFFFF-0_3_9-2_fc10:HEAD:0xFFFF-0.3.9-2.fc10.src.rpm:1225820688


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/0xFFFF/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Nov 2008 18:57:16 -0000	1.1
+++ .cvsignore	4 Nov 2008 17:45:11 -0000	1.2
@@ -0,0 +1 @@
+0xFFFF-0.3.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/0xFFFF/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Nov 2008 18:57:16 -0000	1.1
+++ sources	4 Nov 2008 17:45:11 -0000	1.2
@@ -0,0 +1 @@
+9966d488fd41fa1ca654f08086b06fee  0xFFFF-0.3.9.tar.gz




More information about the fedora-extras-commits mailing list