From 97ae55633eb55eb575bcb5ac2ca574734c0c6208892e2c794284f2812660ef97 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 28 Nov 2017 17:01:39 +0000 Subject: [PATCH] - Initial changelog entry for version 5.21p (imported from home:AndreasSchwab) OBS-URL: https://build.opensuse.org/package/show/Archiving/arc?expand=0&rev=2 --- arc-5.21o.tgz | 3 --- arc-5.21p.tar.gz | 3 +++ arc.changes | 5 +++++ arc.spec | 45 ++++++++++++++++++--------------------------- 4 files changed, 26 insertions(+), 30 deletions(-) delete mode 100644 arc-5.21o.tgz create mode 100644 arc-5.21p.tar.gz create mode 100644 arc.changes diff --git a/arc-5.21o.tgz b/arc-5.21o.tgz deleted file mode 100644 index 69e9e02..0000000 --- a/arc-5.21o.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73e6ff87c5c0613d684c7939cdbf7b7a5cd6c393daf956003197dd014bf72fe3 -size 82386 diff --git a/arc-5.21p.tar.gz b/arc-5.21p.tar.gz new file mode 100644 index 0000000..5609a91 --- /dev/null +++ b/arc-5.21p.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacf870a245f155a4ba8c6f8e0fbb2e8a267aafa157f56ba7a8cb1d74fd8b5a1 +size 84791 diff --git a/arc.changes b/arc.changes new file mode 100644 index 0000000..e708d68 --- /dev/null +++ b/arc.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Nov 28 17:00:48 UTC 2017 - mpluskal@suse.com + +- Initial changelog entry for version 5.21p (imported from + home:AndreasSchwab) diff --git a/arc.spec b/arc.spec index e6065ba..9b01731 100644 --- a/arc.spec +++ b/arc.spec @@ -1,7 +1,7 @@ # # spec file for package arc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,44 +17,35 @@ Name: arc -Summary: Packer -License: Restricted Shareware, Other License(s), see package -Group: Productivity/Archiving/Compression -Version: 5.21o +Version: 5.21p Release: 0 -Source: arc-5.21o.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Archiving tool for arc achives +License: SUSE-NonFree +Group: Productivity/Archiving/Compression +URL: https://sourceforge.net/projects/arc +Source: https://sourceforge.net/projects/arc/files/arc/arc-%{version}/arc-%{version}.tar.gz %description -ARC is a packer that was used on various operating systems. This -package should allow you to unpack *.arc files under Linux. You -shouldn't use it for packing Linux-Software. Use gzip instead. - - - -Authors: --------- - Howard Chu - Thom Henderson +This package allows you to unpack *.arc file %prep %setup -q %build -make OPT="$RPM_OPT_FLAGS" +make %{?_smp_mflags} OPT="%{optflags}" %install -install -d $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 -install arc marc $RPM_BUILD_ROOT%{_bindir} -install -m 644 arc.1 $RPM_BUILD_ROOT%{_mandir}/man1 - -%clean -rm -rf $RPM_BUILD_ROOT +install -Dpm 0755 arc \ + %{buildroot}%{_bindir}/arc +install -Dpm 0755 marc \ + %{buildroot}%{_bindir}/marc +install -Dpm 0644 arc.1 \ + %{buildroot}%{_mandir}/man1/arc.1 %files -%defattr(-, root, root) %doc Arc521.doc Arcinfo Readme -%{_bindir}/* -%{_mandir}/man1/* +%{_bindir}/arc +%{_bindir}/marc +%{_mandir}/man1/arc.1%{ext_man} %changelog