arc/arc.spec

61 lines
1.6 KiB
RPMSpec
Raw Normal View History

#
# spec file for package arc
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
Name: arc
Summary: Packer
License: Restricted Shareware, Other License(s), see package
Group: Productivity/Archiving/Compression
Version: 5.21o
Release: 0
Source: arc-5.21o.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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>
%prep
%setup -q
%build
make OPT="$RPM_OPT_FLAGS"
%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
%files
%defattr(-, root, root)
%doc Arc521.doc Arcinfo Readme
%{_bindir}/*
%{_mandir}/man1/*
%changelog