Author: gotar                        Date: Sun Jul 24 12:16:38 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release from Daniel Dawid Majewski light-i.o2.pl

---- Files affected:
packages/dfu-util:
   dfu-util.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dfu-util/dfu-util.spec
diff -u /dev/null packages/dfu-util/dfu-util.spec:1.1
--- /dev/null   Sun Jul 24 14:16:38 2011
+++ packages/dfu-util/dfu-util.spec     Sun Jul 24 14:16:33 2011
@@ -0,0 +1,52 @@
+# $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:       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?/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/07/24 12:16:33  gotar
+- initial PLD release from Daniel Dawid Majewski light-i.o2.pl
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to