File libnftnl.spec of Package libnftnl

#
# spec file for package libnftnl
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           libnftnl
%define lname	libnftnl4
Version:        1.0.6
Release:        0
Summary:        Userspace library to access the nftables Netlink interface
License:        GPL-2.0+
Group:          Productivity/Networking/Security
Url:            http://netfilter.org/projects/libnftnl/

#Git-Clone:	git://git.netfilter.org/libnftnl
Source:         http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.bz2
Source2:        http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.bz2.sig
Source3:        baselibs.conf
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
# Normally, this require would not be needed, as upstream ships all headers.
# Except when they don't and then don't bother fixing it.
BuildRequires:  linux-glibc-devel >= 2.6.35
BuildRequires:  pkgconfig >= 0.21
BuildRequires:  xz
BuildRequires:  pkgconfig(jansson) >= 2.3
BuildRequires:  pkgconfig(libmnl) >= 1.0.3
BuildRequires:  pkgconfig(mxml) >= 2.6

%description
libnftnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem.

%package -n %lname
Summary:        Userspace library to access the nftables Netlink interface
Group:          System/Libraries

%description -n %lname
libnftnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem.

%package devel
Requires:       %lname = %version
Summary:        Development files to libnftnl
Group:          Development/Libraries/C and C++

%description devel
libnftnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem.

This subpackage contains libraries and header files for developing
applications that want to make use of libnftnl.

%prep
%setup -q

%build
%configure \
	--with-xml-parsing \
	--with-json-parsing \
	--includedir="%_includedir/%name"
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la

%post   -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig

%files -n %lname
%defattr(-,root,root)
%_libdir/libnftnl.so.4*

%files devel
%defattr(-,root,root)
%_includedir/%name/
%_libdir/libnftnl.so
%_libdir/pkgconfig/libnftnl.pc
%doc COPYING

%changelog
openSUSE Build Service is sponsored by