diff --git a/.cvsignore b/.cvsignore index a96acd4..1f01d8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -multitail-3.8.10.tgz +multitail-4.0.0.tgz diff --git a/multitail.spec b/multitail.spec index 66680b6..d02314e 100644 --- a/multitail.spec +++ b/multitail.spec @@ -1,5 +1,5 @@ Name: multitail -Version: 3.8.10 +Version: 4.0.0 Release: 1%{?dist} Summary: View one or multiple files like tail but with multiple windows @@ -41,6 +41,8 @@ CFLAGS="%{optflags}" %{__make} %{?_smp_mflags} %{buildroot}%{_sysconfdir} %{__make} install DESTDIR="%{buildroot}" +mv %{buildroot}%{_sysconfdir}/multitail.conf.new %{buildroot}%{_sysconfdir}/multitail.conf + %clean %{__rm} -rf %{buildroot} @@ -48,12 +50,15 @@ CFLAGS="%{optflags}" %{__make} %{?_smp_mflags} %files %defattr(-, root, root, 0755) %doc *.conf *.html Changes license.txt readme.txt -%{_mandir}/man1/multitail.1* %config(noreplace) %{_sysconfdir}/multitail.conf %{_bindir}/multitail +%{_mandir}/man1/multitail.1* %changelog +* Wed Apr 12 2006 Folkert van Heuesden - 4.0.0-1 +- Updated to release 4.0.0. + * Thu Mar 30 2006 Folkert van Heuesden - 3.8.10-1 - Updated to release 3.8.10. diff --git a/sources b/sources index 0e40542..bb78c03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b4cb6288298fe61c4c5147b50bfd48d multitail-3.8.10.tgz +6a86bcc65185faa37720c56a414fe5dd multitail-4.0.0.tgz