diff --git a/libmnl-1.0.1+git18.tar.xz b/libmnl-1.0.1+git18.tar.xz new file mode 100644 index 0000000..bfc6e8f --- /dev/null +++ b/libmnl-1.0.1+git18.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4778ac347de5243688d9bf3b63ad5ad4e6f62b75f89c6874c347f87b2ab2ffd +size 32352 diff --git a/libmnl-1.0.1.tar.bz2 b/libmnl-1.0.1.tar.bz2 deleted file mode 100644 index f917d0c..0000000 --- a/libmnl-1.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dd81c42101bae6dde8aeb396367a7f2103de4b186a3e096b5d026c4cd5889f5 -size 258981 diff --git a/libmnl-1.0.1.tar.bz2.sig b/libmnl-1.0.1.tar.bz2.sig deleted file mode 100644 index f958f85..0000000 Binary files a/libmnl-1.0.1.tar.bz2.sig and /dev/null differ diff --git a/libmnl.changes b/libmnl.changes index ae13e6b..f8f42ce 100644 --- a/libmnl.changes +++ b/libmnl.changes @@ -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 diff --git a/libmnl.spec b/libmnl.spec index 33ead3e..de62f2e 100644 --- a/libmnl.spec +++ b/libmnl.spec @@ -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