diff --git a/.files b/.files index 2ce7b75..0948473 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index e1f095d..aad3dd5 100644 --- a/.rev +++ b/.rev @@ -36,4 +36,12 @@ 1 358271 + + bf09c39e8a1ccd32c145daa4a27908a3 + 0.6 + + dimstar_suse + + 889474 + diff --git a/abootimg.changes b/abootimg.changes index 315798e..ffb3acd 100644 --- a/abootimg.changes +++ b/abootimg.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sat Apr 17 16:28:36 UTC 2021 - Ferdinand Thiessen + +- Fixed and cleaned SPEC file + * Provide working URL + * Minor modernization + +------------------------------------------------------------------- Sat Feb 6 11:38:12 UTC 2016 - mpluskal@suse.com - Use optflags when building diff --git a/abootimg.spec b/abootimg.spec index 3cadd51..c1d5196 100644 --- a/abootimg.spec +++ b/abootimg.spec @@ -1,7 +1,7 @@ # # spec file for package abootimg # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,12 +20,12 @@ Name: abootimg Version: 0.6 Release: 0 Summary: Android boot image manipulator -License: GPL-2.0+ and Apache-2.0 +License: Apache-2.0 AND GPL-2.0-or-later Group: System/Boot -Url: http://gitorious.org/ac100/abootimg +URL: https://github.com/ggrandou/abootimg Source: %{name}.tar.bz2 +BuildRequires: pkgconfig BuildRequires: pkgconfig(blkid) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Android boot image manipulator. It can create/update/unpack boot.img - boot @@ -36,8 +36,8 @@ file used by Android OS. %build # First make clean as a binary already exists in the tarball -make %{?_smp_mflags} clean -make %{?_smp_mflags} CFLAGS="%{optflags}" +%make_build clean +%make_build CFLAGS="%{optflags}" %install install -D -m 0755 abootimg %{buildroot}/%{_bindir}/abootimg @@ -46,10 +46,9 @@ install -D -m 0755 abootimg-pack-initrd %{buildroot}/%{_bindir}/abootimg-pack-in install -D -m 0644 debian/abootimg.1 %{buildroot}/%{_mandir}/man1/abootimg.1 %files -%defattr(-,root,root) %{_bindir}/abootimg %{_bindir}/abootimg-pack-initrd %{_bindir}/abootimg-unpack-initrd -%{_mandir}/man1/abootimg.1%{ext_man} +%{_mandir}/man1/abootimg.1%{?ext_man} %changelog