Compare commits
No commits in common. "e7841c47a42eb20ad9acd6bdfd698d83e6c19156" and "eb004d07b91df0e94b6cf2485b35f19e0aaba5e4" have entirely different histories.
e7841c47a4
...
eb004d07b9
BIN
libmnl-1.0.4.tar.bz2
Normal file
BIN
libmnl-1.0.4.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
25
libmnl.spec
25
libmnl.spec
@ -1,7 +1,7 @@
|
|||||||
Name:libmnl
|
Name:libmnl
|
||||||
Version: 1.0.5
|
Version: 1.0.4
|
||||||
Release: 2
|
Release: 9
|
||||||
License: LGPL-2.1-or-later
|
License: LGPLv2.1+
|
||||||
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,8 +18,6 @@ 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.
|
||||||
@ -28,7 +26,7 @@ The devel package provide header files and dynamic libraries for libmnl.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-static --with-doxygen=no
|
%configure --enable-static
|
||||||
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -55,20 +53,5 @@ 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
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: git
|
|
||||||
src_repo: https://git.netfilter.org/libmnl
|
|
||||||
tag_prefix: ^libmnl-
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user