Name: ipset Version: 6.22 Release: 5 Summary: Manage Linux IP sets Group: Applications/System License: GPLv2 URL: http://ipset.netfilter.org/ Source0: http://ipset.netfilter.org/%{name}-%{version}.tar.bz2 Patch0: ipset-6.22-el5.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf automake libtool BuildRequires: libmnl-devel BuildRequires: kernel-headers Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel, which can be administered by the ipset utility. Depending on the type, currently an IP set may store IP addresses, (TCP/UDP) port numbers or IP addresses with MAC addresses in a way, which ensures lightning speed when matching an entry against a set. If you want to: - store multiple IP addresses or port numbers and match against the collection by iptables at one swoop; - dynamically update iptables rules against IP addresses or ports without performance penalty; - express complex IP address and ports based rulesets with one single iptables rule and benefit from the speed of IP sets then ipset may be the proper tool for you. %package libs Summary: Shared library providing the IP sets functionality %description libs This package contains the libraries which provide the IP sets funcionality. %package devel Summary: Development files for %{name} Group: Applications/System Requires: %{name}%{?_isa} == %{version}-%{release} Requires: kernel-devel %description devel This package contains the files required to develop software using the %{name} libraries. %prep %setup -q %patch0 -p1 %build #autoreconf -i %configure --enable-static=no --with-kmod=no # Prevent libtool from defining rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f '{}' \; %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING ChangeLog %doc %{_mandir}/man8/%{name}.8.gz %{_sbindir}/%{name} #%{_libdir}/lib%{name}.so.* %files libs %doc COPYING %{_libdir}/lib%{name}.so.3* %files devel %defattr(-,root,root,-) %dir %{_includedir}/libipset %{_includedir}/libipset/*.h %{_libdir}/lib%{name}.so %{_libdir}/pkgconfig/libipset.pc %changelog * Fri Dec 11 2015 Support - 6.22-5 - Break out libs into separate sub-module for EL7 * Fri Sep 19 2014 Support - 6.22-3 - Patch for el5 support * Fri Sep 19 2014 Support - 6.22-2 - Update to 6.22 * Fri Feb 10 2012 Thomas Woerner - 6.11-1 - new version 6.11 with so library version 2, includes - cleaned up spec file for 6.11, dropped patch, no kernel will be built - adapted for RHEL-6: added clean tag, BuildRoot * Fri Jan 13 2012 Fedora Release Engineering - 6.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Sep 16 2011 Mathieu Bridon - 6.9.1-2 - Some fixes based on Pierre-Yves' review feedback. * Wed Sep 14 2011 Mathieu Bridon - 6.9.1-1 - Initial packaging.