arc/arc.spec

52 lines
1.4 KiB
RPMSpec

#
# spec file for package arc
#
# 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
# 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
Version: 5.21q
Release: 0
Summary: Archiving tool for arc achives
License: GPL-2.0
Group: Productivity/Archiving/Compression
URL: https://github.com/ani6al/arc
Source: https://github.com/ani6al/arc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
%description
This package allows you to unpack *.arc file
%prep
%setup -q
%build
make %{?_smp_mflags} OPT="%{optflags}"
%install
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
%doc Arc521.doc Arcinfo Readme LICENSE
%{_bindir}/arc
%{_bindir}/marc
%{_mandir}/man1/arc.1%{ext_man}
%changelog