Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
718a925d40
!9 disable doxygen during configure
From: @sherlock2010 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2023-03-25 06:03:49 +00:00
sherlock2010
95eb9c0a4a disable doxygen during configure 2023-03-25 03:20:42 +00:00
openeuler-ci-bot
39621d9d4e
!6 remove old package
From: @sherlock2010 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2023-01-30 12:36:03 +00:00
sherlock2010
7078bcfa42 remove old package 2023-01-30 08:07:20 +00:00
openeuler-ci-bot
326e615d17
!5 [sync] PR-4: update libmnl to 1.0.5
From: @openeuler-sync-bot 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
2022-11-08 08:30:31 +00:00
sherlock2010
ea578f9345 update libmnl to 1.0.5
(cherry picked from commit 14ebe3970ed5c279ad7df7e574e7f80ba30cbb81)
2022-11-08 14:46:20 +08: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
Version: 1.0.4
Release: 9
License: LGPLv2.1+
Version: 1.0.5
Release: 2
License: LGPL-2.1-or-later
BuildRequires: gcc
URL: https://netfilter.org/projects/libmnl
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.
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{_isa} = %{version}-%{release}
Provides: libmnl-static
Obsoletes: libmnl-static
%description devel
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
%build
%configure --enable-static
%configure --enable-static --with-doxygen=no
make CFLAGS="%{optflags}" %{?_smp_mflags}
%install
@ -53,5 +55,20 @@ mv examples examples-%{_arch}
%{_libdir}/pkgconfig/*.pc
%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
- 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: .