auto-import changelog data from mtr-0.49-7.src.rpm

Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7
- Fixed consolehelper support.
This commit is contained in:
cvsdist 2004-09-09 08:51:56 +00:00
parent 709e33c917
commit 2e55c55600

View File

@ -1,7 +1,7 @@
Summary: A network diagnostic tool. Summary: A network diagnostic tool.
Name: mtr Name: mtr
Version: 0.49 Version: 0.49
Release: 6 Release: 7
Serial: 2 Serial: 2
Group: Applications/Internet Group: Applications/Internet
License: GPL License: GPL
@ -24,7 +24,7 @@ useful for using Mtr from a telnet session; and a GTK+ interface for X
Summary: The GTK+ interface for mtr. Summary: The GTK+ interface for mtr.
Serial: %{serial} Serial: %{serial}
Group: Applications/Internet Group: Applications/Internet
Requires: mtr Requires: mtr, usermode >= 1.37
%description gtk %description gtk
The mtr-gtk package provides the GTK+ interface for the mtr network The mtr-gtk package provides the GTK+ interface for the mtr network
@ -49,7 +49,7 @@ make && mv mtr xmtr && make distclean
make make
%install %install
if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
mkdir -p $RPM_BUILD_ROOT/usr/{X11R6/bin,bin,sbin,share/pixmaps} mkdir -p $RPM_BUILD_ROOT/usr/{X11R6/bin,bin,sbin,share/pixmaps}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
@ -60,8 +60,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps/xmtr install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/security/console.apps/xmtr
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/xmtr install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/xmtr
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
ln -s ../sbin/mtr $RPM_BUILD_ROOT/usr/bin/mtr ln -fs consolehelper $RPM_BUILD_ROOT/%{_bindir}/xmtr
mkdir -p %{buildroot}/%{_datadir}/applications mkdir -p %{buildroot}/%{_datadir}/applications
cat > %{buildroot}/%{_datadir}/applications/net-xmtr.desktop <<EOF cat > %{buildroot}/%{_datadir}/applications/net-xmtr.desktop <<EOF
@ -78,7 +78,7 @@ Categories=X-Red-Hat-Base;System;Application;
EOF EOF
%clean %clean
if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -91,15 +91,19 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
%doc AUTHORS COPYING FORMATS INSTALL NEWS README SECURITY TODO %doc AUTHORS COPYING FORMATS INSTALL NEWS README SECURITY TODO
%config(missingok) %{_datadir}/applications/net-xmtr.desktop %config(missingok) %{_datadir}/applications/net-xmtr.desktop
%attr(0755,root,root) /usr/X11R6/bin/xmtr %attr(0755,root,root) /usr/X11R6/bin/xmtr
%{_bindir}/xmtr
%{_sysconfdir}/pam.d/* %{_sysconfdir}/pam.d/*
%{_sysconfdir}/security/console.apps/* %{_sysconfdir}/security/console.apps/*
%{_datadir}/pixmaps/mtr_icon.xpm %{_datadir}/pixmaps/mtr_icon.xpm
%changelog %changelog
* Mon Aug 19 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-7
- Fixed consolehelper support.
* Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-6 * Wed Aug 07 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-6
- Desktop file fixes (#69550). - Desktop file fixes (#69550).
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> * Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.49-5
- automated rebuild - automated rebuild
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-4 * Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 0.49-4