]> git.pld-linux.org Git - packages/dfu-util.git/commitdiff
- initial PLD release from Daniel Dawid Majewski light-i.o2.pl auto/th/dfu-util-0_4-1
authorTomasz Pala <gotar@pld-linux.org>
Sun, 24 Jul 2011 12:16:33 +0000 (12:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dfu-util.spec -> 1.1

dfu-util.spec [new file with mode: 0644]

diff --git a/dfu-util.spec b/dfu-util.spec
new file mode 100644 (file)
index 0000000..1d665f7
--- /dev/null
@@ -0,0 +1,42 @@
+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:       GPL v2
+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?/*
This page took 0.126152 seconds and 4 git commands to generate.