Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e7841c47a4
!10 [sync] PR-9: disable doxygen during configure
From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2023-03-25 08:12:08 +00:00
sherlock2010
b53b436abc disable doxygen during configure
(cherry picked from commit 95eb9c0a4a2708172dd42656d90e2c1e3521f070)
2023-03-25 14:05:19 +08:00
openeuler-ci-bot
bbd53e0f38
!7 [sync] PR-6: remove old package
From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2023-01-31 03:21:55 +00:00
sherlock2010
f2cd2260de remove old package
(cherry picked from commit 7078bcfa42a3f4c73953d83296393a6e51c332ca)
2023-01-30 20:36:07 +08:00
openeuler-ci-bot
9ed57775ad
!4 update libmnl to 1.0.5
From: @sherlock2010 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2022-11-08 06:46:02 +00:00
sherlock2010
14ebe3970e update libmnl to 1.0.5 2022-11-04 07:46:29 +00:00
openeuler-ci-bot
1d5ab7194f !2 add yaml file
Merge pull request !2 from linwei9/master
2020-06-17 21:04:42 +08:00
linwei9
2ac3387400 add yaml file 2020-06-17 17:36:32 +08:00
openeuler-ci-bot
c9c1f5c7af !1 provides libmnl-static
Merge pull request !1 from lvying6/dev
2020-01-11 16:17:46 +08:00
lvying6
345db33e1f provides libmnl-static 2020-01-11 10:35:43 +08:00
4 changed files with 25 additions and 4 deletions

Binary file not shown.

BIN
libmnl-1.0.5.tar.bz2 Normal file

Binary file not shown.

View File

@ -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
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://git.netfilter.org/libmnl
tag_prefix: ^libmnl-
seperator: .