!9 disable doxygen during configure
From: @sherlock2010 Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
718a925d40
10
libmnl.spec
10
libmnl.spec
@ -1,6 +1,6 @@
|
|||||||
Name:libmnl
|
Name:libmnl
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
URL: https://netfilter.org/projects/libmnl
|
URL: https://netfilter.org/projects/libmnl
|
||||||
@ -28,7 +28,7 @@ The devel package provide header files and dynamic libraries for libmnl.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-static
|
%configure --enable-static --with-doxygen=no
|
||||||
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -55,6 +55,12 @@ mv examples examples-%{_arch}
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 25 2023 zhouyihang <zhouyihang3@h-partners.com> - 1.0.5-2
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:disable doxygen during configure
|
||||||
|
|
||||||
* Fri Nov 04 2022 zhouyihang <zhouyihang3@h-partners.com> - 1.0.5-1
|
* Fri Nov 04 2022 zhouyihang <zhouyihang3@h-partners.com> - 1.0.5-1
|
||||||
- Type:requirements
|
- Type:requirements
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user