Jan Engelhardt 2011-12-31 20:28:24 +00:00 committed by Git OBS Bridge
parent 0a75e1137d
commit 8ccbb4b0ca
4 changed files with 14 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 31 20:25:58 UTC 2011 - jengelh@medozas.de
- Update to new git snapshot 1.0.0+git28
* build updates, license update
-------------------------------------------------------------------
Thu Dec 29 20:50:58 UTC 2011 - jengelh@medozas.de

View File

@ -19,11 +19,11 @@
Name: libnfnetlink
%define libsoname %{name}0
Version: 1.0.0+git1
Version: 1.0.0+git28
Release: 2
License: GPL-2.0
License: GPL-2.0+
Group: Productivity/Networking/Security
URL: http://netfilter.org/projects/libnfnetlink/
Url: http://netfilter.org/projects/libnfnetlink/
#Git-Clone: git://git.netfilter.org/libnfnetlink
#DL-URL: ftp://ftp.netfilter.org/pub/libnfnetlink/
@ -31,9 +31,7 @@ URL: http://netfilter.org/projects/libnfnetlink/
Source: %name-%version.tar.xz
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: libtool
BuildRequires: autoconf automake >= 1.6 libtool pkgconfig >= 0.23 xz
Summary: Low-level library for Netfilter-related kernel/userspace communication
%description
@ -95,7 +93,7 @@ make %{?_smp_mflags}
%install
%makeinstall
find %buildroot -name "*.la" -delete
rm -f "%buildroot/%_libdir"/*.la;
%post -n %libsoname -p /sbin/ldconfig