auto-import changelog data from iproute-2.2.4-7.src.rpm
Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com> - fix include-glibc/ to cope with glibc 2.2 new resolver headers Thu Jul 13 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sun Jun 18 2000 Than Ngo <than@redhat.de> - rebuilt in the new build environment - use RPM macros - handle RPM_OPT_FLAGS Sat Jun 03 2000 Than Ngo <than@redhat.de> - fix iproute to build with new glibc Fri May 26 2000 Ngo Than <than@redhat.de> - update to 2.2.4-now-ss000305 - add configuration files Mon Sep 13 1999 Bill Nottingham <notting@redhat.com> - strip binaries Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com> - first build
This commit is contained in:
parent
5cf62cc8b3
commit
cf403fc061
@ -0,0 +1 @@
|
||||
iproute2-current.tar.gz
|
72
iproute.spec
Normal file
72
iproute.spec
Normal file
@ -0,0 +1,72 @@
|
||||
Summary: Enhanced IP routing and network devices configuration tools
|
||||
Name: iproute
|
||||
Version: 2.2.4
|
||||
Release: 7
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.inr.ac.ru/ip-routing/iproute2-current.tar.gz
|
||||
Patch0: iproute2-2.2.4-docmake.patch
|
||||
Patch1: iproute2-2.2.4-glibc22.patch
|
||||
Patch2: iproute2-misc.patch
|
||||
Copyright: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
%description
|
||||
Linux 2.2 maintains compatibility with the basic configuration utilities of
|
||||
the network (ifconfig, route) but a new utility is required to exploit the new
|
||||
characteristics and features of the kernel. This package includes the new
|
||||
utilities (/sbin/ip, /sbin/rtmon).
|
||||
|
||||
%prep
|
||||
%setup -q -n iproute2
|
||||
%patch0 -p1 -b .doc
|
||||
%patch1 -p1 -b .glibc22
|
||||
%patch2 -p1 -b .misc
|
||||
|
||||
%build
|
||||
make
|
||||
make -C doc
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/sbin \
|
||||
$RPM_BUILD_ROOT%{_sbindir}
|
||||
|
||||
install -s -m 755 ip/ip ip/ifcfg ip/rtmon tc/tc $RPM_BUILD_ROOT/sbin
|
||||
install -s -m 755 ip/rtacct $RPM_BUILD_ROOT%{_sbindir}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README.decnet README.iproute2+tc RELNOTES
|
||||
%doc doc/*.ps examples
|
||||
%doc etc/iproute2
|
||||
/sbin/*
|
||||
%{_sbindir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
|
||||
- fix include-glibc/ to cope with glibc 2.2 new resolver headers
|
||||
|
||||
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
||||
- automatic rebuild
|
||||
|
||||
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
|
||||
- rebuilt in the new build environment
|
||||
- use RPM macros
|
||||
- handle RPM_OPT_FLAGS
|
||||
|
||||
* Sat Jun 03 2000 Than Ngo <than@redhat.de>
|
||||
- fix iproute to build with new glibc
|
||||
|
||||
* Fri May 26 2000 Ngo Than <than@redhat.de>
|
||||
- update to 2.2.4-now-ss000305
|
||||
- add configuration files
|
||||
|
||||
* Mon Sep 13 1999 Bill Nottingham <notting@redhat.com>
|
||||
- strip binaries
|
||||
|
||||
* Mon Aug 16 1999 Cristian Gafton <gafton@redhat.com>
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user