]> git.pld-linux.org Git - packages/fwup.git/commitdiff
- new master auto/th/fwup-0.1.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Apr 2015 21:14:08 +0000 (23:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Apr 2015 21:14:08 +0000 (23:14 +0200)
fwup.spec [new file with mode: 0644]

diff --git a/fwup.spec b/fwup.spec
new file mode 100644 (file)
index 0000000..32d8d9e
--- /dev/null
+++ b/fwup.spec
@@ -0,0 +1,49 @@
+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:       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
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: libarchive-devel
+BuildRequires: libconfuse-devel
+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.
+
+%description -l pl.UTF-8
+Narzędzie fwup to konfigurowalne, oparte na obrazach narzędzie do
+aktualizacji firmware'u dla systemów wbudowanych opartych na Linuksie.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%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 README.md TODO.md fwupdate.conf
+%attr(755,root,root) %{_bindir}/fwup
This page took 0.102488 seconds and 4 git commands to generate.