This commit is contained in:
Dmitrii Tochanskii 2025-09-27 10:18:57 +00:00
commit 72d67d3bb0

39
tar.spec Normal file
View file

@ -0,0 +1,39 @@
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>
-