Complete initial push

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nfacct?expand=0&rev=2
This commit is contained in:
Jan Engelhardt 2012-01-01 01:56:08 +00:00 committed by Git OBS Bridge
parent 44aa6a9bd6
commit 205d42a9ed
2 changed files with 9 additions and 4 deletions

4
nfacct.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Sun Jan 1 00:19:55 UTC 2012 - jengelh@medozas.de
- Initial package for build.opensuse.org

View File

@ -27,7 +27,7 @@ Summary: Netfilter Extended Accounting utility
Source: %name-%version.tar.xz
URL: http://netfilter.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf, automake >= 1.6
BuildRequires: autoconf, automake >= 1.6, pkgconfig >= 0.23
BuildRequires: pkgconfig(libmnl) >= 1, pkgconfig(libnetfilter_acct) >= 1.0.0
BuildRequires: xz
@ -42,12 +42,11 @@ infrastructure.
tar -xf "%{S:0}" --use=xz;
%setup -DTq
%endif
%patch -P 1 -p1
%build
if [ ! -e configure ]; then
./autogen.sh;
fi
autoreconf -fi;
fi;
%configure
make %{?_smp_mflags}
@ -56,5 +55,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%_sbindir/nfacct
%_mandir/man*/nfacct*
%changelog