]> git.pld-linux.org Git - SPECS.git/blob - fwup.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / fwup.spec
1 Summary:        Configurable, image-based firmware update utility for embedded Linux-based systems
2 Summary(pl.UTF-8):      Konfigurowalne narzędzie do aktualizacji firmware'u dla wbudowanych systemów linuksowych
3 Name:           fwup
4 Version:        0.1.1
5 Release:        1
6 License:        Apache v2.0
7 Group:          Applications/System
8 Source0:        https://github.com/fhunleth/fwup/archive/v%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  da6a2e3046c6e9d774e79c3898b84267
10 URL:            https://github.com/fhunleth/fwup
11 BuildRequires:  autoconf >= 2.50
12 BuildRequires:  automake
13 BuildRequires:  libarchive-devel
14 BuildRequires:  libconfuse-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The `fwup` utility is a configurable image-based firmware update
19 utility for embedded Linux-based systems.
20
21 %description -l pl.UTF-8
22 Narzędzie fwup to konfigurowalne, oparte na obrazach narzędzie do
23 aktualizacji firmware'u dla systemów wbudowanych opartych na Linuksie.
24
25 %prep
26 %setup -q
27
28 %build
29 %{__aclocal}
30 %{__autoconf}
31 %{__autoheader}
32 %{__automake}
33 %configure
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc README.md TODO.md fwupdate.conf
49 %attr(755,root,root) %{_bindir}/fwup
This page took 0.491654 seconds and 3 git commands to generate.