]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
- attr is not needed (pass LOADLIBES)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Jan 2004 14:52:20 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added TODO, release 1.1 (functionality loss since 3.6.x)

Changed files:
    logrotate.spec -> 1.58

logrotate.spec

index 70748d0ad73a9c9c4c0508b9ff17553b6bbd83de..738b5bcf8cb27a27f0e3f34a6cbb1e2edbd34a63 100644 (file)
@@ -1,3 +1,6 @@
+#
+# TODO: restore functionality from dateext and maxage patches
+#
 Summary:       Rotates, compresses, removes and mails system log files
 Summary(de):   Rotiert, komprimiert und verschickt Systemlogs
 Summary(es):   Hace el rutado, comprime y envía mail de logs del sistema
@@ -9,7 +12,7 @@ Summary(tr):   Sistem g
 Summary(uk):   òÏÔÕ¤, ËÏÍÐÒÅÓÕ¤, ×ÉÄÁÌѤ ÔÁ ×¦ÄÐÒÁ×ÌѤ ÐÏÛÔÏÀ ÌÏÇ-ÆÁÊÌÉ
 Name:          logrotate
 Version:       3.7
-Release:       1
+Release:       1.1
 License:       GPL
 Group:         Applications/System
 Source0:       %{name}-%{version}.tar.gz
@@ -20,9 +23,8 @@ Patch0:               %{name}-man.patch
 Patch1:                %{name}-moveout.dif
 Patch2:                %{name}-dateext.dif
 Patch3:                %{name}-maxage.dif
-BuildRequires: attr-devel
-BuildRequires: popt-devel >= 1.3
 BuildRequires: libselinux-devel
+BuildRequires: popt-devel >= 1.3
 Requires:      /bin/mail
 Requires:      crondaemon
 Requires(post):        fileutils
@@ -103,8 +105,10 @@ Logrotate 
 
 %build
 %{__make} \
-       CC=%{__cc} RPM_OPT_FLAGS="%{rpmcflags}" \
+       CC=%{__cc} \
+       RPM_OPT_FLAGS="%{rpmcflags}" \
        WITH_SELINUX=yes \
+       LOADLIBES="-lpopt -lselinux" \
        STATEFILE="%{statdir}/logrotate.status"
 
 %install
This page took 0.09841 seconds and 4 git commands to generate.