]> git.pld-linux.org Git - packages/fwup.git/blame - fwup.spec
- new
[packages/fwup.git] / fwup.spec
CommitLineData
e82ebd72
JB
1Summary: Configurable, image-based firmware update utility for embedded Linux-based systems
2Summary(pl.UTF-8): Konfigurowalne narzędzie do aktualizacji firmware'u dla wbudowanych systemów linuksowych
3Name: fwup
4Version: 0.1.1
5Release: 1
6License: Apache v2.0
7Group: Applications/System
8Source0: https://github.com/fhunleth/fwup/archive/v%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: da6a2e3046c6e9d774e79c3898b84267
10URL: https://github.com/fhunleth/fwup
11BuildRequires: autoconf >= 2.50
12BuildRequires: automake
13BuildRequires: libarchive-devel
14BuildRequires: libconfuse-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18The `fwup` utility is a configurable image-based firmware update
19utility for embedded Linux-based systems.
20
21%description -l pl.UTF-8
22Narzędzie fwup to konfigurowalne, oparte na obrazach narzędzie do
23aktualizacji 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
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -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.141002 seconds and 4 git commands to generate.