Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37553705
en ru br
Репозитории ALT
S:3.20.1-alt2
5.1: 3.7.9-alt0.M51.1
4.1: 3.6.2-alt4
4.0: 3.6.2-alt4
3.0: 3.6.2-alt3
www.altlinux.org/Changes

Группа :: Работа с файлами
Пакет: logrotate

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: logrotate
Version: 3.7.9
Release: alt0.M51.1

Summary: Rotates, compresses, and mails system logs
License: GPLv2+
Group: File tools
Packager: Dmitry V. Levin <ldv at altlinux.org>

# https://fedorahosted.org/releases/l/o/logrotate/%name-%version.tar.gz

Source: logrotate-%version.tar
Source1: logrotate.cron

Patch1: logrotate-3.7.9-alt-config.patch
Patch2: logrotate-3.7.9-alt-taboo.patch
Patch3: logrotate-3.7.9-alt-messages.patch
Patch4: logrotate-3.7.9-alt-open-fchmod-race.patch

Provides: /etc/logrotate.d

%def_with selinux

BuildRequires: libpopt-devel
%{?_with_selinux:BuildPreReq: libselinux-devel}

%description
The logrotate utility is designed to simplify the administration of log
files on a system which generates a lot of log files.  logrotate allows
for the automatic rotation, compression, removal and mailing of log files.
logrotate can be set to handle a log file daily, weekly, monthly or
when the log file gets to a certain size.  Normally, logrotate runs as
a daily cron job.

%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
%make_build %{?_with_selinux:WITH_SELINUX=1}

%install
%makeinstall_std \
PREFIX=%buildroot \
BINDIR=%_sbindir \
MANDIR=%_mandir
mkdir -p %buildroot{/etc/logrotate.d,/var/run/logrotate}

install -pD -m640 examples/logrotate-default %buildroot/etc/logrotate.conf
install -pD -m755 %_sourcedir/logrotate.cron %buildroot/etc/cron.daily/logrotate
install -pD -m644 /dev/null %buildroot%_localstatedir/logrotate/status

%check
make test

%post
if [ ! -s %_localstatedir/logrotate/status -a -s %_localstatedir/logrotate.status ]; then
mv -f %_localstatedir/logrotate.status %_localstatedir/logrotate/status
fi

%files
%_sbindir/*
%config(noreplace) /etc/cron.daily/logrotate
%config(noreplace) /etc/logrotate.conf
%_mandir/man?/*
%attr(750,root,root) %dir /etc/logrotate.d
%attr(700,root,root) %dir /var/run/logrotate
%attr(700,root,root) %dir %_localstatedir/logrotate
%attr(644,root,root) %verify(not size md5 mtime) %config(noreplace) %_localstatedir/logrotate/status
%doc CHANGES

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin