commit 72d67d3bb03ba7d12262c114dc884c0994122991 Author: Dmitrii Tochanskii Date: Sat Sep 27 10:18:57 2025 +0000 tar 1.35 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 +-