]> git.pld-linux.org Git - packages/dfu-util.git/commitdiff
- updated to 0.11 master auto/th/dfu-util-0.11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Sep 2023 04:29:09 +0000 (06:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Sep 2023 04:29:09 +0000 (06:29 +0200)
dfu-util.spec

index f1acf7740764a6d082b58a806568980efe2c23a1..346a4da2b2b0b43562e21f81add51e00f662cffd 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       Dfu-util device firmware upgrade utility
 Summary(pl.UTF-8):     Narzędzie do aktualizacji oprogramowania urzadzeń USB
 Name:          dfu-util
-Version:       0.9
+Version:       0.11
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
-Source0:       http://dfu-util.sourceforge.net/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 233bb1e08ef4b405062445d84e28fde6
+Source0:       https://dfu-util.sourceforge.net/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 31c983543a1fe8f03260ca4d56ad4f43
 URL:           http://wiki.openmoko.org/wiki/Dfu-util
 BuildRequires: libusb-devel >= 1.0.0
 BuildRequires: pkgconfig
-BuildRequires: usbpath-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -39,8 +38,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog DEVICES.txt README TODO
+%doc AUTHORS ChangeLog DEVICES.txt README TODO
 %attr(755,root,root) %{_bindir}/dfu-prefix
 %attr(755,root,root) %{_bindir}/dfu-suffix
 %attr(755,root,root) %{_bindir}/dfu-util
+%{_mandir}/man1/dfu-prefix.1*
+%{_mandir}/man1/dfu-suffix.1*
 %{_mandir}/man1/dfu-util.1*
This page took 0.091647 seconds and 4 git commands to generate.