.gear/rules | 2 + .../tags/2acf3bfc2aee0e4309699c041d1500c40444f712 | 22 ++++++++ .gear/tags/list | 1 + libnetfilter_cthelper.spec | 60 ++++++++++++++++++++++ 4 files changed, 85 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/2acf3bfc2aee0e4309699c041d1500c40444f712 b/.gear/tags/2acf3bfc2aee0e4309699c041d1500c40444f712 new file mode 100644 index 0000000..32c5b27 --- /dev/null +++ b/.gear/tags/2acf3bfc2aee0e4309699c041d1500c40444f712 @@ -0,0 +1,22 @@ +object 8cee0347cc6969c39bb64000dfaa676a8f9e30f0 +type commit +tag v1.0.1 +tagger Anton Farygin 1652872649 +0300 + +1.0.1 release +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEvcguXVtTRQGvCPvxd0K5CgkPKR4FAmKE1dAACgkQd0K5CgkP +KR4Qkg/8CpLF5XasP6VQ4LNsQwAN3tK0Fuzc9D9oy19E8OkahH3DI2J+TnPrOEtC +HhhS9J2orC9AlJcBKGsbJqHhZaBrgaTm6f0+1iqP+5sw5lqhtxaHckkImevrZcbr +oxSJj1LYjw9L0AWNerxZGJND1mf+YS8uxfHOdTyv/WPVnCCwzW/ayeVWiSDkApeh +YjHnEfsrMQltfu8OMjmvZDFo+qQUpSK28FFjT6WF8E603zW14yOWCBrlru3Y6Dti +9dFS9XTrkML4T3rRkTZXiy16WAsIKs4hnVpR0wq3b7g9/KVr8SODGFrJQUNJzlNA +KnlbFjpxV3ocgeWBQYQNWhzdf078lfvnfArGrJT/EDm58mfshFCqecXA0RprPPrz +w+OLO0IIBBmSf7jd7XlvQvAboi+qlb9bNof/G8MW9xt6A1qVcoY/+XCRtpF7ctK4 +aJfZslHgR6G+9zpuCn0pxlSbtPPXi9tbw8oLCIiVSkz1fbcHHz3BsfdVbQrIYa86 +0HS3jCcF3XCQa0LDWAu/6DLt/pAIRhTDkMt7xFwfNNDCmW6sigk3BIBTN3q7KvU0 +FjE94ZEZOuWc9UZOdg3LpsdKwtUkAhOSDuD5TZe7hpEC1Ww3JDNVxumjHm/y3orY +2rAgv4dYJQsP4f5e8xeENbKRTbUQqzbRege2Q0iCDRcN1VhwPPw= +=wRu8 +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..76bb8cc --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +2acf3bfc2aee0e4309699c041d1500c40444f712 v1.0.1 diff --git a/libnetfilter_cthelper.spec b/libnetfilter_cthelper.spec new file mode 100644 index 0000000..a843571 --- /dev/null +++ b/libnetfilter_cthelper.spec @@ -0,0 +1,60 @@ +Name: libnetfilter_cthelper +Version: 1.0.1 +Release: alt1 + +Summary: userspace library for helper infrastructure in kernel-space. +License: %gpl2plus +Group: System/Libraries +Url: https://netfilter.org/projects/libnetfilter_cthelper/ + +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_cthelper is the userspace library that provides the programming interface to the user-space helper +infrastructure available since Linux kernel 3.6. With this library, you register, configure, enable and disable user-space helpers. + +%package devel +Summary: userspace library for helper infrastructure in kernel-space. +Group: Development/C +Requires: %name = %{?epoch:%epoch:}%version-%release + +%description devel +libnetfilter_cthelper is the userspace library that provides the programming interface to the user-space helper +infrastructure available since Linux kernel 3.6. With this library, you register, configure, enable and disable user-space helpers. + +%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 +* Wed May 18 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