Compare commits
10 Commits
eb004d07b9
...
718a925d40
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
718a925d40 | ||
|
|
95eb9c0a4a | ||
|
|
39621d9d4e | ||
|
|
7078bcfa42 | ||
|
|
326e615d17 | ||
|
|
ea578f9345 | ||
|
|
1d5ab7194f | ||
|
|
2ac3387400 | ||
|
|
c9c1f5c7af | ||
|
|
345db33e1f |
Binary file not shown.
BIN
libmnl-1.0.5.tar.bz2
Normal file
BIN
libmnl-1.0.5.tar.bz2
Normal file
Binary file not shown.
25
libmnl.spec
25
libmnl.spec
@ -1,7 +1,7 @@
|
|||||||
Name:libmnl
|
Name:libmnl
|
||||||
Version: 1.0.4
|
Version: 1.0.5
|
||||||
Release: 9
|
Release: 2
|
||||||
License: LGPLv2.1+
|
License: LGPL-2.1-or-later
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
URL: https://netfilter.org/projects/libmnl
|
URL: https://netfilter.org/projects/libmnl
|
||||||
Source0: https://netfilter.org/projects/libmnl/files/%{name}-%{version}.tar.bz2
|
Source0: https://netfilter.org/projects/libmnl/files/%{name}-%{version}.tar.bz2
|
||||||
@ -18,6 +18,8 @@ to avoid re-inventing the wheel.
|
|||||||
Summary: development library package for libmnl.
|
Summary: development library package for libmnl.
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: %{name}%{_isa} = %{version}-%{release}
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
||||||
|
Provides: libmnl-static
|
||||||
|
Obsoletes: libmnl-static
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The devel package provide header files and dynamic libraries for libmnl.
|
The devel package provide header files and dynamic libraries for libmnl.
|
||||||
@ -26,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
|
||||||
@ -53,5 +55,20 @@ 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
|
||||||
|
- Type:requirements
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update libmnl to 1.0.5
|
||||||
|
|
||||||
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-10
|
||||||
|
- provides libmnl-static
|
||||||
|
|
||||||
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-9
|
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.4-9
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
libmnl.yaml
Normal file
4
libmnl.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://git.netfilter.org/libmnl
|
||||||
|
tag_prefix: ^libmnl-
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user