]> git.pld-linux.org Git - packages/libnftnl.git/commitdiff
- updated to 1.0.7; xml support removed auto/th/libnftnl-1.0.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Mar 2017 07:12:36 +0000 (09:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Mar 2017 07:12:36 +0000 (09:12 +0200)
libnftnl.spec

index 5c8bbb99608dbc53fe77a33c33b64a9181a3e4d0..bb1d2cd177e22d1049939fc9cf0f092ef9fb22f9 100644 (file)
@@ -3,17 +3,16 @@
 %bcond_without apidocs         # API documentation
 %bcond_without static_libs     # static libraries
 %bcond_without jansson         # JSON parsing support (via jansson)
-%bcond_without mxml            # XML parsing support (via mxml)
 
 Summary:       Netfilter nf_tables infrastructure library
 Summary(pl.UTF-8):     Biblioteka infrastruktury nf_tables netfiltra
 Name:          libnftnl
-Version:       1.0.6
+Version:       1.0.7
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://www.netfilter.org/projects/libnftnl/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 6d7f9f161538ca7efd535dcc70caf964
+# Source0-md5: 82183867168eb6644926c48b991b8aac
 URL:           http://www.netfilter.org/projects/libnftnl/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6
@@ -22,10 +21,8 @@ BuildRequires:       automake >= 1.6
 BuildRequires: libmnl-devel >= 1.0.0
 BuildRequires: libtool >= 2:2
 BuildRequires: linux-libc-headers >= 7:3.14
-%{?with_mxml:BuildRequires:    mxml-devel >= 2.6}
 %{?with_jansson:Requires:      jansson >= 2.3}
 Requires:      libmnl >= 1.0.0
-%{?with_mxml:Requires: mxml >= 2.6}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -91,8 +88,7 @@ Dokumentacja API biblioteki libnftnl.
 %configure \
        --disable-silent-rules \
        %{?with_static_libs:--enable-static} \
-       %{?with_jansson:--with-json-parsing} \
-       %{?with_mxml:--with-xml-parsing}
+       %{?with_jansson:--with-json-parsing}
 
 %{__make}
 
This page took 0.057993 seconds and 4 git commands to generate.