]> git.pld-linux.org Git - packages/logcheck.git/blobdiff - logcheck.spec
- updated to 1.3.1
[packages/logcheck.git] / logcheck.spec
index bb45ce802a3bc30e0d58691e2e32f15620354665..0cf9d799b5dcfc5c4ae13d0b8a3cff019417f874 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Mails anomalies in the system logfiles to the administrator
 Summary(pl.UTF-8):     Wysyłanie anomalii w logach systemowych pocztą do administratora
 Name:          logcheck
-Version:       1.2.56
-Release:       0.1
+Version:       1.3.1
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       http://ftp.debian.org/debian/pool/main/l/logcheck/%{name}_%{version}.tar.gz
-# Source0-md5: 8fb0066cd0f984622dd47fae55201603
+# Source0-md5: 1b000602ef86eebc30a60340484d79d7
 Patch0:                %{name}-pld.patch
 Patch1:                %{name}-command_correct.patch
 Source1:       %{name}.cron
@@ -77,6 +77,7 @@ wpisów logów systemowych z użyciem różnych kryteriów.
 Summary:       Print log file lines that have not been read
 Summary(pl.UTF-8):     Wypisywanie nieprzeczytanych linii pliku loga
 Group:         Applications/System
+Obsoletes:     retail
 
 %description -n logtail
 This program will read in a standard text file and create an offset
@@ -103,7 +104,7 @@ te części plików logów systemowych, które nie zostały jeszcze
 przeczytane.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
 
@@ -117,6 +118,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,%{_sbindir},%{_bindir}}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.d/%{name}
 
 mv $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}/logtail
+mv $RPM_BUILD_ROOT{%{_sbindir},%{_bindir}}/logtail2
 
 cat <<'EOF'> $RPM_BUILD_ROOT%{_sysconfdir}/header.txt
 This email is sent by logcheck. If you wish to no-longer receive it,
@@ -168,4 +170,5 @@ fi
 
 %files -n logtail
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/logtail
+%attr(755,root,root) %{_bindir}/logtail*
+%{_datadir}/logtail
This page took 0.126297 seconds and 4 git commands to generate.