Autobuild autoformatter for 56287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmnl?expand=0&rev=4
This commit is contained in:
parent
eeca0a3655
commit
c487bde1b1
26
libmnl.spec
26
libmnl.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmnl (Version 0+git107)
|
# spec file for package libmnl (Version 1.0.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,18 +18,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libmnl
|
Name: libmnl
|
||||||
Summary: Minimalistic Netlink communication library
|
Summary: Minimalistic Netlink communication library
|
||||||
%define lname %{name}0
|
%define lname %{name}0
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
URL: http://netfilter.org/projects/libmnl/
|
Url: http://netfilter.org/projects/libmnl/
|
||||||
Source: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2
|
Source: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2
|
||||||
Source1: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2.sig
|
Source1: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2.sig
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkg-config >= 0.19
|
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
|
||||||
@ -52,6 +52,7 @@ Author(s):
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
|
|
||||||
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Minimalistic Netlink communication library
|
Summary: Minimalistic Netlink communication library
|
||||||
|
|
||||||
@ -69,6 +70,7 @@ Author(s):
|
|||||||
|
|
||||||
%package -n %name-devel
|
%package -n %name-devel
|
||||||
|
|
||||||
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Summary: Development files for libmnl
|
Summary: Development files for libmnl
|
||||||
|
Loading…
Reference in New Issue
Block a user