Update to release 1.0.0

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libmnl?expand=0&rev=11
This commit is contained in:
Jan Engelhardt 2010-12-17 16:26:31 +00:00 committed by Git OBS Bridge
parent e39247fcc1
commit 70be1b9c2a
4 changed files with 33 additions and 11 deletions

3
libmnl-1.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64fc055e5acab05d401809a17f85a64c48544de76ed26941c2ce834f159599a6
size 256060

BIN
libmnl-1.0.0.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,6 +1,9 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 17 16:25:22 UTC 2010 - jengelh@medozas.de Fri Dec 17 16:25:22 UTC 2010 - jengelh@medozas.de
- Update to initial public tarball release, version 1.0.0
* Added checking variants of the put function family.
* Message batching infrastructure
- Run spec-beautifier on .spec file - Run spec-beautifier on .spec file
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -18,22 +18,23 @@
Name: libmnl Name: libmnl
Summary: Minimalistic Netlink communication library
%define lname %{name}0 %define lname %{name}0
Version: 0+git107 Version: 1.0.0
Release: 0 Release: 0
License: GPLv2+ License: LGPLv2+
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
URL: http://netfilter.org/projects/libmnl/ URL: http://netfilter.org/projects/libmnl/
Source: %name-%version.tar.xz Source: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2
Source1: baselibs.conf Source1: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2.sig
BuildRoot: %_tmppath/%name-%version-build Source9: baselibs.conf
BuildRequires: pkg-config >= 0.19, xz BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config >= 0.19
%if 0%{?suse_version} < 1130 %if 0%{?suse_version} < 1130
BuildRequires: linux-kernel-headers BuildRequires: linux-kernel-headers
%else %else
BuildRequires: linux-glibc-devel BuildRequires: linux-glibc-devel
%endif %endif
Summary: Minimalistic Netlink communication library
%description %description
libmnl is a minimalistic user-space library oriented to Netlink libmnl is a minimalistic user-space library oriented to Netlink
@ -42,6 +43,11 @@ constructing of both the Netlink header and TLVs that are repetitive
and easy to get wrong. This library aims to provide simple helpers and easy to get wrong. This library aims to provide simple helpers
that allows you to re-use code and to avoid re-inventing the wheel. that allows you to re-use code and to avoid re-inventing the wheel.
Author(s):
----------
Pablo Neira Ayuso
Netfilter Team <netfilter-devel@vger.kernel.org>
%define debug_package_requires %lname = %version-%release %define debug_package_requires %lname = %version-%release
%package -n %lname %package -n %lname
@ -56,6 +62,11 @@ constructing of both the Netlink header and TLVs that are repetitive
and easy to get wrong. This library aims to provide simple helpers and easy to get wrong. This library aims to provide simple helpers
that allows you to re-use code and to avoid re-inventing the wheel. that allows you to re-use code and to avoid re-inventing the wheel.
Author(s):
----------
Pablo Neira Ayuso
Netfilter Team <netfilter-devel@vger.kernel.org>
%package -n %name-devel %package -n %name-devel
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -69,8 +80,13 @@ constructing of both the Netlink header and TLVs that are repetitive
and easy to get wrong. This library aims to provide simple helpers and easy to get wrong. This library aims to provide simple helpers
that allows you to re-use code and to avoid re-inventing the wheel. that allows you to re-use code and to avoid re-inventing the wheel.
Author(s):
----------
Pablo Neira Ayuso
Netfilter Team <netfilter-devel@vger.kernel.org>
%prep %prep
%setup -qn %name %setup -q
%build %build
if [ ! -e configure ]; then if [ ! -e configure ]; then