Jan Engelhardt 2011-12-31 20:34:41 +00:00 committed by Git OBS Bridge
parent 589273ef5f
commit be442109af
5 changed files with 23 additions and 19 deletions

View File

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

View File

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

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 31 20:33:06 UTC 2011 - jengelh@medozas.de
- Update to new git snapshot 1.0.1+git18
* build updates
-------------------------------------------------------------------
Thu Dec 29 20:48:55 UTC 2011 - jengelh@medozas.de

View File

@ -20,21 +20,19 @@
Name: libmnl
Summary: Minimalistic Netlink communication library
%define lname %{name}0
Version: 1.0.1
Release: 1
Version: 1.0.1+git18
Release: 0
License: LGPL-2.1+
Group: Productivity/Networking/Security
URL: http://netfilter.org/projects/libmnl/
Source: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2
Source1: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2.sig
Url: http://netfilter.org/projects/libmnl/
#Git-Clone: git://git.netfilter.org/libmnl
#DL-URL: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2
Source: %name-%version.tar.xz
Source9: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig >= 0.19
%if 0%{?suse_version} < 1130
#BuildRequires: linux-kernel-headers
%else
#BuildRequires: linux-glibc-devel
%endif
BuildRequires: autoconf automake >= 1.6 libtool
BuildRequires: pkgconfig >= 0.23 xz
%description
libmnl is a minimalistic user-space library oriented to Netlink
@ -78,7 +76,7 @@ make %{?_smp_mflags}
%install
%makeinstall
find "%buildroot" -name "*.la" -delete;
rm -f "%buildroot/%_libdir"/*.la;
%post -n %lname -p /sbin/ldconfig
@ -86,12 +84,12 @@ find "%buildroot" -name "*.la" -delete;
%files -n %lname
%defattr(-,root,root)
%_libdir/*.so.*
%_libdir/libmnl.so.0*
%files -n %name-devel
%defattr(-,root,root)
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*
%_includedir/libmnl*
%_libdir/libmnl.so
%_libdir/pkgconfig/libmnl.pc
%changelog