.
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=4
This commit is contained in:
parent
fec2fd70aa
commit
82401dd0e2
@ -27,6 +27,8 @@ Group: Productivity/Networking/Security
|
|||||||
#Git-Clone: git://git.netfilter.org/nftables
|
#Git-Clone: git://git.netfilter.org/nftables
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
@ -41,6 +43,7 @@ BuildRequires: pkgconfig(libnftables)
|
|||||||
%setup -qn %name
|
%setup -qn %name
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -49,5 +52,7 @@ make install DESTDIR="%buildroot";
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%config %_sysconfdir/nftables
|
||||||
|
%_sbindir/nft
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user