Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37864457
en ru br
ALT Linux repos
S:2.1-alt1

Group :: System/Base
RPM: xtail

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# SPDX-License-Identifier: GPL-2.0-only
%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

Name: xtail
Version: 2.1
Release: alt1
Summary: Like "tail -f", but works on truncated files, directories, more
Group: System/Base
License: MIT
# License reference: https://unicom.crosenthal.com/sw/license
# Url(historical): http://www.unicom.com/sw/xtail
Url: https://unicom.crosenthal.com/sw/xtail
# Url: https://tracker.debian.org/pkg/xtail
# Vcs: https://salsa.debian.org/debian/xtail.git

Source: %name-%version.tar

%description
%summary.

%prep
%setup

%build
%add_optflags %(getconf LFS_CFLAGS) -D_FORTIFY_SOURCE=3 -fstack-protector-strong -fstack-clash-protection
%autoreconf
%configure
%make_build

%install
mkdir -p %buildroot%_bindir %buildroot%_man1dir
%makeinstall prefix=%buildroot install

%files
%_bindir/xtail
%_man1dir/xtail.*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin