dfu-util.spec
Daniel Dawid Majewski
light-i at o2.pl
Sun Jul 24 11:37:34 CEST 2011
Wszelkie uwagi mile widziane, spec w załączniku, jeśli nie budzi
zastrzeżeń, proszę o dodanie do repo...
--
Pozdrawiam,
Daniel Dawid Majewski
jabber:light-i/pld-users.org
-------------- next part --------------
# $Revision:$, $Date:$
Summary: Dfu-util device firmware upgrade utility
Summary(pl.UTF-8): NarzÄdzie do aktualizacji oprogramowania urzadzeĹ USB
Name: dfu-util
Version: 0.4
Release: 1
License: v2/GPL
Group: Development/Tools
Source0: http://dfu-util.gnumonks.org/releases/%{name}-%{version}.tar.gz
# Source0-md5: 2cf466fabb881e8598fa02f286d3242c
URL: http://wiki.openmoko.org/wiki/Dfu-util
BuildRequires: libusb-devel
BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
dfu-util is a program that implements the Host (PC) side of the USB
DFU (Universal Serial Bus Device Firmware Upgrade) protocol.
%description -l pl.UTF-8
dfu-util to program implementujÄ
cy protokóŠUSB DFU (Universal Serial
Bus Device Firmware Upgrade) po stronie hosta (PC).
%prep
%setup -q
%build
%configure
%{__make}
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc ChangeLog README TODO
%attr(755,root,root) %{_bindir}/dfu-util
%{_mandir}/man?/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log: dfu-util.spec,v $
More information about the pld-devel-pl
mailing list