]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- put logtail to bindir
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 18 Jul 2006 20:17:11 +0000 (20:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- drop non-cvs changelog

Changed files:
    logcheck.spec -> 1.29

logcheck.spec

index ee60c50b80ddc98d7180e0ba7a6666328b29da5d..b84770099f34466523f6f300153e24996e56a78f 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 # - SECURITY: http://securitytracker.com/alerts/2004/Apr/1009838.html
-# - put logtail to bin instead of sbin?
 Summary:       Logcheck system log analyzer
 Summary(es):   Analizador de logs
 Summary(pl):   Logcheck - analizator logów systemu
@@ -10,7 +9,7 @@ Summary(uk):   Logcheck - 
 Summary(zh_CN):        ÏµÍ³ÈÕÖ¾·ÖÎö¹¤¾ß
 Name:          logcheck
 Version:       1.1.1
-Release:       3.1
+Release:       3.2
 License:       GPL
 Group:         Applications/System
 #Source0:      http://www.psionic.com/tools/%{name}-%{version}.tar.gz
@@ -19,7 +18,6 @@ Group:                Applications/System
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: e97c2f096e219e20310c1b80e9e1bc29
 Patch0:                %{name}-pld.patch
-Vendor:                Craig H. Rowland <crowland@psionic.com>
 #URL:          http://www.psionic.com/abacus
 Requires:      /usr/sbin/sendmail
 Requires:      crondaemon
@@ -77,7 +75,7 @@ process new information.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.hourly,%{_sbindir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.hourly,%{_sbindir},%{_bindir}}
 
 %{__make} linux \
        CC="%{__cc}" \
@@ -88,6 +86,8 @@ cat <<EOF > $RPM_BUILD_ROOT/etc/cron.hourly/logcheck
 exec %{_sbindir}/logcheck
 EOF
 
+mv $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}/logtail
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -101,4 +101,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n logtail
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/logtail
+%attr(755,root,root) %{_bindir}/logtail
This page took 0.127302 seconds and 4 git commands to generate.