logrotate: update to 3.8.7.
This commit is contained in:
parent
4542c25f53
commit
f6bcac5730
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'logrotate'
|
# Template file for 'logrotate'
|
||||||
pkgname=logrotate
|
pkgname=logrotate
|
||||||
version=3.8.1
|
version=3.8.7
|
||||||
revision=2
|
revision=1
|
||||||
makedepends="popt-devel"
|
makedepends="popt-devel"
|
||||||
conf_files="/etc/logrotate.conf"
|
conf_files="/etc/logrotate.conf"
|
||||||
short_desc="Log file rotation and periodic maintenance"
|
short_desc="Log file rotation and periodic maintenance"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://fedorahosted.org/logrotate/"
|
homepage="https://fedorahosted.org/logrotate/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz"
|
distfiles="https://fedorahosted.org/releases/l/o/$pkgname/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c12471e70ae8bc923bd5c4f25e8fd6483b68c6301f3cd79f7cfe37bc5b370169
|
checksum=f6ba691f40e30e640efa2752c1f9499a3f9738257660994de70a45fe00d12b64
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -i "s|CFLAGS = -Wall|CFLAGS += -Wall|" Makefile
|
sed -i "s|CFLAGS = -Wall|CFLAGS += -Wall|" Makefile
|
||||||
|
@ -21,6 +21,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR} install
|
make PREFIX=${DESTDIR} install
|
||||||
|
|
||||||
vinstall ${FILESDIR}/logrotate.conf 644 etc
|
vconf ${FILESDIR}/logrotate.conf
|
||||||
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
|
vinstall ${FILESDIR}/logrotate.cron-daily 744 etc/cron.daily logrotate
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue