- 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
This commit is contained in:
Martin Pluskal 2017-11-28 17:01:39 +00:00 committed by Git OBS Bridge
parent b9860c39e8
commit 97ae55633e
4 changed files with 26 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73e6ff87c5c0613d684c7939cdbf7b7a5cd6c393daf956003197dd014bf72fe3
size 82386

3
arc-5.21p.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eacf870a245f155a4ba8c6f8e0fbb2e8a267aafa157f56ba7a8cb1d74fd8b5a1
size 84791

5
arc.changes Normal file
View File

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

View File

@ -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 <hyc@umix.cc.umich.edu>
Thom Henderson <thom@esva.net>
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