SHA256
1
0
forked from pool/libmnl
Stephan Kulow
2010-12-07 11:01:34 +00:00
committed by Git OBS Bridge
parent 7c5a1bf5fe
commit e230622133
2 changed files with 45 additions and 28 deletions

View File

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

View File

@@ -1,21 +1,39 @@
#
# spec file for package libmnl (Version 0+git86)
#
# Copyright (c) 2010 SUSE LINUX Products 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.
Name: libmnl # Please submit bugfixes or comments via http://bugs.opensuse.org/
%define lname %{name}0 #
Version: 0+git107
Release: 0
License: LGPLv2+
Group: Productivity/Networking/Security Name: libmnl
URL: http://netfilter.org/projects/libmnl/ %define soname 0
Source: %name-%version.tar.xz Version: 0+git86
Source1: baselibs.conf Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build License: GPLv2+
BuildRequires: pkg-config >= 0.19, xz Group: Productivity/Networking/Security
Url: http://netfilter.org/projects/libmnl/
Source: %name-%version.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkg-config >= 0.19 xz
%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 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
@@ -24,13 +42,14 @@ 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.
%define debug_package_requires %lname = %version-%release %define debug_package_requires %name%soname = %version-%release
%package -n %lname %package -n %name%soname
Group: System/Libraries
Summary: Minimalistic Netlink communication library
%description -n %lname Group: System/Libraries
Summary: Minimalistic Netlink communication library
%description -n %name%soname
libmnl is a minimalistic user-space library oriented to Netlink libmnl is a minimalistic user-space library oriented to Netlink
developers. There are a lot of common tasks in parsing, validating, developers. There are a lot of common tasks in parsing, validating,
constructing of both the Netlink header and TLVs that are repetitive constructing of both the Netlink header and TLVs that are repetitive
@@ -38,9 +57,10 @@ 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.
%package -n %name-devel %package -n %name-devel
Group: Development/Libraries/C and C++
Requires: %lname = %version Group: Development/Libraries/C and C++
Summary: Development files for libmnl Requires: %name%soname = %version
Summary: Development files for libmnl
%description -n %name-devel %description -n %name-devel
libmnl is a minimalistic user-space library oriented to Netlink libmnl is a minimalistic user-space library oriented to Netlink
@@ -63,11 +83,11 @@ make %{?_smp_mflags}
%makeinstall %makeinstall
find "%buildroot" -name "*.la" -delete; find "%buildroot" -name "*.la" -delete;
%post -n %lname -p /sbin/ldconfig %post -n %name%soname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig %postun -n %name%soname -p /sbin/ldconfig
%files -n %lname %files -n %name%soname
%defattr(-,root,root) %defattr(-,root,root)
%_libdir/*.so.* %_libdir/*.so.*