rebuilt [release 1.0.2-2mamba;Sat Jan 10 2026]
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
Name: libnfnetlink
|
||||
Version: 1.0.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Userspace library for handling of netfilter netlink messages
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.iptables.org/projects/libnfnetlink/index.html
|
||||
Source: http://www.iptables.org/projects/libnfnetlink/files/libnfnetlink-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan@openmamba.org>
|
||||
URL: https://www.iptables.org/projects/libnfnetlink/index.html
|
||||
Source: https://www.iptables.org/projects/libnfnetlink/files/libnfnetlink-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
Libnfnetlink is a userspace library that provides some low-level nfnetlink handling functions.
|
||||
@@ -23,15 +24,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Libnfnetlink is a userspace library that provides some low-level nfnetlink handling functions.
|
||||
It is used as a foundation for other, netfilter subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log and libnfnetlink_queue.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@@ -41,9 +41,6 @@ This package contains static libraries and header files need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libnfnetlink.so.*
|
||||
@@ -51,12 +48,15 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/libnfnetlink/
|
||||
%{_libdir}/libnfnetlink.la
|
||||
%dir %{_includedir}/libnfnetlink
|
||||
%{_includedir}/libnfnetlink/*
|
||||
%{_libdir}/libnfnetlink.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Sat Jan 10 2026 Silvan Calarco <silvan@openmamba.org> 1.0.2-2mamba
|
||||
- rebuilt
|
||||
|
||||
* Wed Apr 06 2022 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user