X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=libnl.spec;h=d48a863219a2989eb22233255d975f03430ab203;hb=9624e4dd635e479032c43aa84ff073926df93c96;hp=9d0fb355f3adc7df8be022109af028f99c3d097b;hpb=332c8b7561dcac7ac95cc0d07328b1cb22d780a6;p=libnl.git diff --git a/libnl.spec b/libnl.spec index 9d0fb35..d48a863 100644 --- a/libnl.spec +++ b/libnl.spec @@ -1,9 +1,15 @@ +%define url $URL$ + +%define name libnl +%define version 1.1 +%define taglevel 1 + Summary: Convenience library for kernel netlink sockets Group: Development/Libraries License: LGPL -Name: libnl -Version: 1.1 -Release: 1%{?dist} +Name: %{name} +Version: %{version} +Release: %{taglevel}%{?dist} URL: http://people.suug.ch/~tgr/libnl/ Source: http://people.suug.ch/~tgr/libnl/files/libnl-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -12,6 +18,7 @@ Patch1: libnl-1.0-pre5-static.patch Patch2: libnl-1.0-pre5-debuginfo.patch Patch3: libnl-1.0-pre8-use-vasprintf-retval.patch Patch4: libnl-1.0-pre8-more-build-output.patch +Patch5: libnl-1.0-missing-declaration.patch %description This package contains a convenience library to simplify @@ -34,6 +41,7 @@ This package contains various headers for using libnl %patch2 -p1 -b .debuginfo %patch3 -p1 -b .use-vasprintf-retval %patch4 -p1 -b .more-build-output +%patch5 -p1 -b .missing-declaration %build %configure