39 lines
652 B
RPMSpec
39 lines
652 B
RPMSpec
Name: tar
|
|
Version: 1.35
|
|
Release: 1%{?dist}
|
|
Summary: GNU Tar provides the ability to create tar archives
|
|
|
|
License: GPL-3
|
|
URL: https://www.gnu.org/software/tar/
|
|
Source0: https://ftpmirror.gnu.org/gnu/tar/tar-1.35.tar.xz
|
|
|
|
BuildRequires: make gcc
|
|
Requires: bash
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
export FORCE_UNSAFE_CONFIGURE=1 # configure: error: you should not run configure as root
|
|
%configure
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%{_bindir}
|
|
# see ticket 1 about libexec
|
|
%{_libexecdir}
|
|
%{_datadir}
|
|
|
|
|
|
%changelog
|
|
* Sat Sep 27 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
|
-
|