1.0.1+git18
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libmnl?expand=0&rev=18
This commit is contained in:
parent
589273ef5f
commit
be442109af
3
libmnl-1.0.1+git18.tar.xz
Normal file
3
libmnl-1.0.1+git18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4778ac347de5243688d9bf3b63ad5ad4e6f62b75f89c6874c347f87b2ab2ffd
|
||||||
|
size 32352
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5dd81c42101bae6dde8aeb396367a7f2103de4b186a3e096b5d026c4cd5889f5
|
|
||||||
size 258981
|
|
Binary file not shown.
@ -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
|
Thu Dec 29 20:48:55 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
30
libmnl.spec
30
libmnl.spec
@ -20,21 +20,19 @@
|
|||||||
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.1
|
Version: 1.0.1+git18
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
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/%name-%version.tar.bz2
|
|
||||||
Source1: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2.sig
|
#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
|
Source9: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkgconfig >= 0.19
|
BuildRequires: autoconf automake >= 1.6 libtool
|
||||||
%if 0%{?suse_version} < 1130
|
BuildRequires: pkgconfig >= 0.23 xz
|
||||||
#BuildRequires: linux-kernel-headers
|
|
||||||
%else
|
|
||||||
#BuildRequires: linux-glibc-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
@ -78,7 +76,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
find "%buildroot" -name "*.la" -delete;
|
rm -f "%buildroot/%_libdir"/*.la;
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -86,12 +84,12 @@ find "%buildroot" -name "*.la" -delete;
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/*.so.*
|
%_libdir/libmnl.so.0*
|
||||||
|
|
||||||
%files -n %name-devel
|
%files -n %name-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_includedir/*
|
%_includedir/libmnl*
|
||||||
%_libdir/*.so
|
%_libdir/libmnl.so
|
||||||
%_libdir/pkgconfig/*
|
%_libdir/pkgconfig/libmnl.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user