Update to final 1.0.3
This commit is contained in:
parent
ff74cfd3c8
commit
4fb15b2ee0
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libnftnl-1.0.1.tar.bz2
|
||||
/libnftnl-1.0.2.tar.bz2
|
||||
/libnftnl-20140903.tar.bz2
|
||||
/libnftnl-1.0.3.tar.bz2
|
||||
|
||||
@ -1,14 +1,15 @@
|
||||
%global snapdate 20140903
|
||||
#global snapdate 20140903
|
||||
|
||||
Name: libnftnl
|
||||
Version: 1.0.3
|
||||
Release: 0.1.%{snapdate}git%{?dist}
|
||||
#Release: 0.1.%{snapdate}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
|
||||
|
||||
License: GPLv2+
|
||||
URL: http://netfilter.org/projects/libnftnl/
|
||||
#Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2
|
||||
Source0: http://ftp.netfilter.org/pub/libnftnl/snapshot/libnftnl-%{snapdate}.tar.bz2
|
||||
#Source0: http://ftp.netfilter.org/pub/libnftnl/snapshot/libnftnl-%{snapdate}.tar.bz2
|
||||
Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: mxml-devel
|
||||
@ -33,7 +34,8 @@ The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n libnftnl-%{snapdate}
|
||||
#setup -q -n libnftnl-%{snapdate}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-silent-rules --with-json-parsing --with-xml-parsing
|
||||
@ -65,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_includedir}/libnftnl
|
||||
|
||||
%changelog
|
||||
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-1
|
||||
- Update to final 1.0.3
|
||||
|
||||
* Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-0.1.20140903git
|
||||
- Update to 20140903 git snapshot
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user