Accepting request 765166 from Archiving

- Cleanup package

OBS-URL: https://build.opensuse.org/request/show/765166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arc?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-01-17 15:06:59 +00:00 committed by Git OBS Bridge
commit 76fbf8d4cc
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 17 09:14:38 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Cleanup package
-------------------------------------------------------------------
Wed Dec 25 14:47:00 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -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