Blame SPECS/libnetfilter_cttimeout.spec

c80788
Name:           libnetfilter_cttimeout
c80788
Version:        1.0.0
c80788
Release:        11%{?dist}
c80788
Summary:        Timeout policy tuning for Netfilter/conntrack
c80788
Group:          System Environment/Libraries
c80788
License:        GPLv2+
c80788
URL:            http://netfilter.org
c80788
Source0:        http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
c80788
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c80788
c80788
BuildRequires:  libmnl-devel >= 1.0.0, pkgconfig, kernel-headers
c80788
c80788
%description
c80788
This infrastructure allows you to define fine-grain timeout
c80788
policies per flow. Basically, from user-space, you can create
c80788
timeout policy objects via nfct_timeout_alloc(), set the
c80788
policy attributes, via nfct_timeout_*_attr_set(), and then
c80788
build the ctnetlink message to communicate this new timeout
c80788
policy to the kernel.
c80788
c80788
%package        devel
c80788
Summary:        Timeout policy tuning for Netfilter/conntrack
c80788
Group:          Development/Libraries
c80788
Requires:       %{name}%{?_isa} = %{version}-%{release}
c80788
Requires:       libmnl-devel >= 1.0.0
c80788
Requires:       kernel-headers
c80788
c80788
%description    devel
c80788
This infrastructure allows you to define fine-grain timeout
c80788
policies per flow. Basically, from user-space, you can create
c80788
timeout policy objects via nfct_timeout_alloc(), set the
c80788
policy attributes, via nfct_timeout_*_attr_set(), and then
c80788
build the ctnetlink message to communicate this new timeout
c80788
policy to the kernel.
c80788
c80788
%prep
c80788
%setup -q
c80788
c80788
%build
c80788
%configure --disable-static
c80788
c80788
make %{?_smp_mflags}
c80788
c80788
%install
c80788
rm -rf $RPM_BUILD_ROOT
c80788
make install DESTDIR=$RPM_BUILD_ROOT
c80788
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
c80788
c80788
%clean
c80788
rm -rf $RPM_BUILD_ROOT
c80788
c80788
%post -p /sbin/ldconfig
c80788
%postun -p /sbin/ldconfig
c80788
c80788
%files
c80788
%doc COPYING README
c80788
%{_libdir}/*.so.*
c80788
c80788
%files devel
c80788
%{_libdir}/*.so
c80788
%{_libdir}/pkgconfig/*.pc
c80788
%dir %{_includedir}/libnetfilter_cttimeout
c80788
%{_includedir}/libnetfilter_cttimeout/*.h
c80788
c80788
%changelog
c80788
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c80788
c80788
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c80788
c80788
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c80788
c80788
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c80788
c80788
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c80788
c80788
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c80788
c80788
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-5
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c80788
c80788
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c80788
c80788
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c80788
c80788
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
c80788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c80788
c80788
* Fri Aug 10 2012 Paul P. Komkoff Jr <i@stingr.net> - 1.0.0-1
c80788
- initial commit