Author: glen Date: Tue Jul 18 20:17:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - put logtail to bindir - drop non-cvs changelog
---- Files affected: SPECS: logcheck.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/logcheck.spec diff -u SPECS/logcheck.spec:1.28 SPECS/logcheck.spec:1.29 --- SPECS/logcheck.spec:1.28 Thu Mar 9 15:35:10 2006 +++ SPECS/logcheck.spec Tue Jul 18 22:17:11 2006 @@ -1,7 +1,6 @@ # $Revision$, $Date$ # 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 @@ -11,7 +10,7 @@ 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 @@ -20,7 +19,6 @@ Source0: %{name}-%{version}.tar.gz # Source0-md5: e97c2f096e219e20310c1b80e9e1bc29 Patch0: %{name}-pld.patch -Vendor: Craig H. Rowland <[EMAIL PROTECTED]> #URL: http://www.psionic.com/abacus Requires: /usr/sbin/sendmail Requires: crondaemon @@ -78,7 +76,7 @@ %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}" \ @@ -89,6 +87,8 @@ exec %{_sbindir}/logcheck EOF +mv $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}/logtail + %clean rm -rf $RPM_BUILD_ROOT @@ -102,7 +102,7 @@ %files -n logtail %defattr(644,root,root,755) -%attr(755,root,root) %{_sbindir}/logtail +%attr(755,root,root) %{_bindir}/logtail %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -110,6 +110,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2006/07/18 20:17:11 glen +- put logtail to bindir +- drop non-cvs changelog + Revision 1.28 2006/03/09 14:35:10 glen - quote %{__cc} @@ -148,20 +152,20 @@ - new %doc Revision 1.16 2002/04/05 15:13:14 roman -s/Free. See LICENSE file./Free (see License in License +- s/Free. See LICENSE file./Free (see License in License Revision 1.15 2002/02/22 23:29:13 kloczek - removed all Group fields translations (oure rpm now can handle translating Group field using gettext). Revision 1.14 2002/01/18 02:13:45 kloczek -perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" +- perl -pi -e "s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/" Revision 1.13 2002/01/03 08:56:14 blues - requires mail daemon Revision 1.12 2001/04/30 16:05:21 kloczek -- added using %%{rpmcflags} macro. +- added using %{rpmcflags} macro. Revision 1.11 2001/02/16 08:58:50 kloczek - another fix in %install. @@ -172,11 +176,11 @@ Revision 1.9 2001/02/16 05:21:49 kloczek - updated to 1.1.1, - spec adapterized, -- make spec %%{debug} ready and use rpm automation, +- make spec %{debug} ready and use rpm automation, - change permission on executables to 755. Revision 1.8 2000/06/09 07:23:25 kloczek -- added using %%{__make} macro. +- added using %{__make} macro. Revision 1.7 2000/04/01 11:14:52 zagrodzki - changed all BuildRoot definitons @@ -195,17 +199,3 @@ Revision 1.3 1999/07/12 23:06:06 kloczek - added using CVS keywords in %changelog (for automating them). - -* Sat Sep 12 1998 Wojtek Ślusarczyk <[EMAIL PROTECTED]> - [1.1-1d] -- build against glibc-2.1, -- translation modified for pl, -- added %defattr support, -- minor spec's modifications. - -* Sun Jul 13 1998 Peter Soos <[EMAIL PROTECTED]> -- Some modification in handling of tmp files -- Corrected the permission of document directory - -* Wed Jul 1 1998 Peter Soos <[EMAIL PROTECTED]> -- Initial package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/logcheck.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
