tar 1.35
This commit is contained in:
commit
72d67d3bb0
1 changed files with 39 additions and 0 deletions
39
tar.spec
Normal file
39
tar.spec
Normal 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>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue