[packages/fwup] - updated to 1.15.0
qboosh
qboosh at pld-linux.org
Sat Apr 11 21:19:04 CEST 2026
commit ddfd88e445c32a5cc6fd8b8f8de1966dc68adb46
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Apr 11 21:19:37 2026 +0200
- updated to 1.15.0
fwup.spec | 29 +++++++++++++++++++----------
1 file changed, 19 insertions(+), 10 deletions(-)
---
diff --git a/fwup.spec b/fwup.spec
index 33ea5cf..41f1b64 100644
--- a/fwup.spec
+++ b/fwup.spec
@@ -1,22 +1,27 @@
Summary: Configurable, image-based firmware update utility for embedded Linux-based systems
Summary(pl.UTF-8): Konfigurowalne narzędzie do aktualizacji firmware'u dla wbudowanych systemów linuksowych
Name: fwup
-Version: 0.1.1
-Release: 2
+Version: 1.15.0
+Release: 1
License: Apache v2.0
Group: Applications/System
-Source0: https://github.com/fhunleth/fwup/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: da6a2e3046c6e9d774e79c3898b84267
-URL: https://github.com/fhunleth/fwup
+#Source0Download: https://github.com/fwup-home/fwup/releases
+Source0: https://github.com/fwup-home/fwup/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 31a4b67dedfd234252f784be34b9f3a3
+URL: https://github.com/fwup-home/fwup
BuildRequires: autoconf >= 2.50
BuildRequires: automake
+BuildRequires: help2man
BuildRequires: libarchive-devel
-BuildRequires: libconfuse-devel
+BuildRequires: libconfuse-devel >= 2.8
+BuildRequires: libtool >= 2:2
+BuildRequires: pkgconfig
+Requires: libconfuse >= 2.8
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The `fwup` utility is a configurable image-based firmware update
-utility for embedded Linux-based systems.
+The fwup utility is a configurable image-based firmware update utility
+for embedded Linux-based systems.
%description -l pl.UTF-8
Narzędzie fwup to konfigurowalne, oparte na obrazach narzędzie do
@@ -26,7 +31,8 @@ aktualizacji firmware'u dla systemów wbudowanych opartych na Linuksie.
%setup -q
%build
-%{__aclocal}
+%{__libtoolize}
+%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -45,5 +51,8 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc README.md TODO.md fwupdate.conf
+%doc CHANGELOG.md README.md
%attr(755,root,root) %{_bindir}/fwup
+%attr(755,root,root) %{_bindir}/img2fwup
+%{bash_compdir}/fwup
+%{_mandir}/man1/fwup.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fwup.git/commitdiff/ddfd88e445c32a5cc6fd8b8f8de1966dc68adb46
More information about the pld-cvs-commit
mailing list