automatic version update by autodist [release 6.6.0-1mamba;Mon Nov 06 2023]
This commit is contained in:
parent
ed74f44fde
commit
64957fc054
25
iproute.spec
25
iproute.spec
@ -3,7 +3,7 @@
|
||||
%define pckdocdir %{_datadir}/doc/iproute-%{version}
|
||||
|
||||
Name: iproute
|
||||
Version: 6.5.0
|
||||
Version: 6.6.0
|
||||
Release: 1mamba
|
||||
Summary: Advanced routing tools including ipv6 routing
|
||||
Group: Network/Routing
|
||||
@ -23,7 +23,6 @@ Patch6: iproute-3.8.0-gcc-4.8.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatm-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libelf-devel
|
||||
@ -63,7 +62,7 @@ This package contain the iproute2 documentation in dvi and html formats.
|
||||
%build
|
||||
%make \
|
||||
CC=%{_host}-gcc \
|
||||
SBINDIR=%{_sbindir} \
|
||||
SBINDIR=%{_bindir} \
|
||||
MANDIR=%{_mandir} \
|
||||
DOCDIR=%{pckdocdir} \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
@ -79,7 +78,7 @@ This package contain the iproute2 documentation in dvi and html formats.
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall \
|
||||
SBINDIR=%{_sbindir} \
|
||||
SBINDIR=%{_bindir} \
|
||||
MANDIR=%{_mandir} \
|
||||
DOCDIR=%{pckdocdir} \
|
||||
LIBDIR=%{_libdir}
|
||||
@ -93,25 +92,18 @@ This package contain the iproute2 documentation in dvi and html formats.
|
||||
rm -f %{buildroot}%{pckdocdir}/*.tex
|
||||
rm -f %{buildroot}%{pckdocdir}/*.sgml
|
||||
|
||||
install -d -m0755 %{buildroot}%{_bindir}
|
||||
#ln -s ../sbin/ip %{buildroot}%{_bindir}/ip
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%config(noreplace) %{_sysconfdir}/sysconfig/traffic_control
|
||||
#%dir %{_sysconfdir}/iproute2
|
||||
#%config %{_sysconfdir}/iproute2/*
|
||||
#%{_bindir}/ip
|
||||
%{_sbindir}/*
|
||||
%dir %{_prefix}/lib/iproute2
|
||||
%{_prefix}/lib/iproute2/*
|
||||
%{_bindir}/*
|
||||
%dir %{_libdir}/iproute2
|
||||
%{_libdir}/iproute2/*
|
||||
%dir %{_libdir}/tc
|
||||
%{_libdir}/tc/m_ipt.so
|
||||
%{_libdir}/tc/m_xt.so
|
||||
%{_libdir}/tc/q_atm.so
|
||||
#%{_libdir}/tc/q_atm.so
|
||||
%{_libdir}/tc/experimental.dist
|
||||
%{_libdir}/tc/normal.dist
|
||||
%{_libdir}/tc/pareto.dist
|
||||
@ -134,6 +126,9 @@ install -d -m0755 %{buildroot}%{_bindir}
|
||||
#%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 06 2023 Automatic Build System <autodist@mambasoft.it> 6.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 09 2023 Automatic Build System <autodist@mambasoft.it> 6.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user