diff --git a/arc.changes b/arc.changes index 44be230..9f00b6f 100644 --- a/arc.changes +++ b/arc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 17 09:14:38 UTC 2020 - Martin Pluskal + +- Cleanup package + ------------------------------------------------------------------- Wed Dec 25 14:47:00 UTC 2019 - John Vandenberg diff --git a/arc.spec b/arc.spec index a13cb52..311db1d 100644 --- a/arc.spec +++ b/arc.spec @@ -1,7 +1,7 @@ # # spec file for package arc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,13 +33,10 @@ Conflicts: arcanist This package allows you to unpack *.arc file %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build -make %{?_smp_mflags} OPT="%{optflags}" +%make_build OPT="%{optflags}" %install install -Dpm 0755 arc \ @@ -54,6 +51,6 @@ install -Dpm 0644 arc.1 \ %license LICENSE %{_bindir}/arc %{_bindir}/marc -%{_mandir}/man1/arc.1%{ext_man} +%{_mandir}/man1/arc.1%{?ext_man} %changelog