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