Compare commits
2 Commits
imports/c8
...
c8
Author | SHA1 | Date | |
---|---|---|---|
|
603db191c7 | ||
|
27b2a75950 |
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xdp-tools-1.2.1.tar.gz
|
SOURCES/xdp-tools-1.2.10.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
c7e4424c96f55733f31c6de79f406d7fd68be061 SOURCES/xdp-tools-1.2.1.tar.gz
|
f0ea44bb9e7d53f7a1b83ede05984ee5ca27c0a7 SOURCES/xdp-tools-1.2.10.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: xdp-tools
|
Name: xdp-tools
|
||||||
Version: 1.2.1
|
Version: 1.2.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utilities and example programs for use with XDP
|
Summary: Utilities and example programs for use with XDP
|
||||||
%global _soversion 1.2.0
|
%global _soversion 1.2.0
|
||||||
@ -69,6 +69,7 @@ The libxdp-static package contains the static library version of libxdp.
|
|||||||
export CFLAGS='%{build_cflags}'
|
export CFLAGS='%{build_cflags}'
|
||||||
export LDFLAGS='%{build_ldflags}'
|
export LDFLAGS='%{build_ldflags}'
|
||||||
export LIBDIR='%{_libdir}'
|
export LIBDIR='%{_libdir}'
|
||||||
|
export RUNDIR='%{_rundir}'
|
||||||
export CLANG=%{_bindir}/clang
|
export CLANG=%{_bindir}/clang
|
||||||
export LLC=%{_bindir}/llc
|
export LLC=%{_bindir}/llc
|
||||||
export PRODUCTION=1
|
export PRODUCTION=1
|
||||||
@ -82,6 +83,7 @@ make %{?_smp_mflags} V=1
|
|||||||
export DESTDIR='%{buildroot}'
|
export DESTDIR='%{buildroot}'
|
||||||
export SBINDIR='%{_sbindir}'
|
export SBINDIR='%{_sbindir}'
|
||||||
export LIBDIR='%{_libdir}'
|
export LIBDIR='%{_libdir}'
|
||||||
|
export RUNDIR='%{_rundir}'
|
||||||
export MANDIR='%{_mandir}'
|
export MANDIR='%{_mandir}'
|
||||||
export DATADIR='%{_datadir}'
|
export DATADIR='%{_datadir}'
|
||||||
export HDRDIR='%{_includedir}/xdp'
|
export HDRDIR='%{_includedir}/xdp'
|
||||||
@ -96,7 +98,6 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%{_libdir}/bpf/xdpfilt_*.o
|
%{_libdir}/bpf/xdpfilt_*.o
|
||||||
%{_libdir}/bpf/xdpdump_*.o
|
%{_libdir}/bpf/xdpdump_*.o
|
||||||
%{_libdir}/bpf/xsk_def_xdp_prog*.o
|
|
||||||
%{_datadir}/xdp-tools/
|
%{_datadir}/xdp-tools/
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
|
|
||||||
@ -106,7 +107,9 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
|
|||||||
%{_libdir}/libxdp.so.1.0.0
|
%{_libdir}/libxdp.so.1.0.0
|
||||||
%{_libdir}/libxdp.so.1.1.0
|
%{_libdir}/libxdp.so.1.1.0
|
||||||
%{_libdir}/bpf/xdp-dispatcher.o
|
%{_libdir}/bpf/xdp-dispatcher.o
|
||||||
|
%{_libdir}/bpf/xsk_def_xdp_prog*.o
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
%license LICENSES/*
|
||||||
|
|
||||||
%files -n libxdp-static
|
%files -n libxdp-static
|
||||||
%{_libdir}/libxdp.a
|
%{_libdir}/libxdp.a
|
||||||
@ -117,6 +120,15 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
|
|||||||
%{_libdir}/pkgconfig/libxdp.pc
|
%{_libdir}/pkgconfig/libxdp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 8 2023 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.10-1
|
||||||
|
- Upstream version bump
|
||||||
|
|
||||||
|
* Fri Jan 20 2023 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.9-1
|
||||||
|
- Upstream version bump
|
||||||
|
|
||||||
|
* Tue Aug 16 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.6-1
|
||||||
|
- Upstream version bump
|
||||||
|
|
||||||
* Thu Jan 13 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.1-1
|
* Thu Jan 13 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.1-1
|
||||||
- Upstream version bump
|
- Upstream version bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user