From 72d67d3bb03ba7d12262c114dc884c0994122991 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Sat, 27 Sep 2025 10:18:57 +0000 Subject: [PATCH] tar 1.35 --- tar.spec | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tar.spec diff --git a/tar.spec b/tar.spec new file mode 100644 index 0000000..40f915e --- /dev/null +++ b/tar.spec @@ -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 +-