.gear/rules | 2 + .../tags/9d283a4ec7390b10528111b5866d59d5617d6eb8 | 22 ++++++++ .gear/tags/list | 1 + libnetfilter_cttimeout.spec | 62 ++++++++++++++++++++++ 4 files changed, 87 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..4b0460c --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: v@version@:. +diff: v@version@:. . diff --git a/.gear/tags/9d283a4ec7390b10528111b5866d59d5617d6eb8 b/.gear/tags/9d283a4ec7390b10528111b5866d59d5617d6eb8 new file mode 100644 index 0000000..27feed5 --- /dev/null +++ b/.gear/tags/9d283a4ec7390b10528111b5866d59d5617d6eb8 @@ -0,0 +1,22 @@ +object 068d36d6291f53a0a609ab1f695aa06e94ce3d30 +type commit +tag v1.0.1 +tagger Anton Farygin 1652970611 +0300 + +1.0.1 +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEvcguXVtTRQGvCPvxd0K5CgkPKR4FAmKGVHYACgkQd0K5CgkP +KR63LA/+L6qD4pY4gLKaY5D5qvF2u7427WDeKV39nrQRQIukZrnDPHW7GgEdTuwQ ++23ePdP/6mIMwwVico4pEPf0YfLBd8aQg9OWD4yGKrpA2VerR2I87W6VXwRJ9IOI +xHxB2WYq9Jfckux6ESGMyguoC7Vd3J8EBlBh1zFtg2KO30tcLsWkaldToVbUX6v+ +MbE0Ldfh6e0K37RQwhB8bTOyg0LR/gFvMhzkg7e31qjLLHngIz3portlpj1ViGaZ +G59+8urNqiVReT/Qc7Xf8hQIwMGUI9Zi8SVxA4ANOWK/QKtvTnC2M86VdwtLQwCP +abNIIjktc8Y08YGkZiS2kQ9QOpQTRf97whbkYKFMrxC3OlMAnVaueZhZvYwG34sF +Keb5LA5YTX9NVt32KEKDCVNvN1uZpzg3BKN28bUbTP6MfVT+d+eA43ju5sdtGZBF +dNaEueMf3jG06cwdPfYfpbZbFmHTN6sumFvJpzv1AOEI2ThU+GuihUhlj/1TokS5 +o6G08f0PO9y9uQlNz4jlXtiatC+UXmtyVfzSwGNH5X/KaARG+NHKfsiaHObverBe +n+klhQhsxm6wNX0RSYavroZGcl3n6779O7/6UEl+oxB3Q0ezQA8sRfSbuKyoK9Mn +5NwDTyLgk+O/8cWxdV+OKOB8pdYlMatVSZkL8DNL6jXamZH75aE= +=kKWc +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..21c6284 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +9d283a4ec7390b10528111b5866d59d5617d6eb8 v1.0.1 diff --git a/libnetfilter_cttimeout.spec b/libnetfilter_cttimeout.spec new file mode 100644 index 0000000..b62a2e1 --- /dev/null +++ b/libnetfilter_cttimeout.spec @@ -0,0 +1,62 @@ +Name: libnetfilter_cttimeout +Version: 1.0.1 +Release: alt1 + +Summary: Library with fine-grain connection tracking timeout infrastructure +License: %gpl2plus +Group: System/Libraries +Url: http://netfilter.org/projects/libnetfilter_cttimeout/ + +Source: %name-%version.tar +Patch0: %name-%version-%release.patch + +# Automatically added by buildreq on Sat Oct 30 2010 +BuildRequires: libnfnetlink-devel rpm-build-licenses libmnl-devel + +%description +libnetfilter_cttimeout is the userspace library that provides the programming interface to the fine-grain +connection tracking timeout infrastructure. With this library, you can create, update and delete timeout +policies that can be attached to traffic flows. + +%package devel +Summary: Library with fine-grain connection tracking timeout infrastructure +Group: Development/C +Requires: %name = %{?epoch:%epoch:}%version-%release + +%description devel +libnetfilter_cttimeout is the userspace library that provides the programming interface to the fine-grain +connection tracking timeout infrastructure. With this library, you can create, update and delete timeout +policies that can be attached to traffic flows. + +%prep +%setup -q +%patch0 -p1 + +%build +%autoreconf -fisv +%configure --disable-static +%make_build + +%install +%makeinstall +rm -f %buildroot%_libdir/%name/*.la + +%files +%doc COPYING +%_libdir/*.so.* + +%files devel +%_libdir/*.so +%_includedir/%name +%_libdir/pkgconfig/*.pc + + +%changelog +* Thu May 19 2022 Anton Farygin 1.0.1-alt1 +- 1.0.1 + +* Tue Feb 05 2019 Anton Farygin 1.0.0-alt2 +- rebuilt in new environment + +* Mon Jun 24 2013 Anton Farygin 1.0.0-alt1 +- first build for Sisyphus