commit e31c208c01a0aa3240052605546c575778c258848d9cac7e640dcd1c1bdc71e4 Author: Jan Engelhardt Date: Wed Feb 29 07:20:36 2012 +0000 New package from git snapshot OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cttimeout?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..8e2afa7 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libnetfilter_cttimeout0 diff --git a/libnetfilter_cttimeout-0.0.0.8.tar.xz b/libnetfilter_cttimeout-0.0.0.8.tar.xz new file mode 100644 index 0000000..bcf8d51 --- /dev/null +++ b/libnetfilter_cttimeout-0.0.0.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9972affd5b5f0f608c09a11679b14599e2228303c9872c7bd8ccea13dbedb25a +size 19924 diff --git a/libnetfilter_cttimeout.changes b/libnetfilter_cttimeout.changes new file mode 100644 index 0000000..0cb6fa2 --- /dev/null +++ b/libnetfilter_cttimeout.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Wed Feb 29 07:13:25 UTC 2012 - jengelh@medozas.de + +- Initial package for build.opensuse.org diff --git a/libnetfilter_cttimeout.spec b/libnetfilter_cttimeout.spec new file mode 100644 index 0000000..c96cf12 --- /dev/null +++ b/libnetfilter_cttimeout.spec @@ -0,0 +1,81 @@ +# +# spec file for package libnetfilter_cttimeout +# +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: libnetfilter_cttimeout +%define lname %{name}0 +Version: 0.0.0.8 +Release: 0 +License: GPL-2.0+ +Group: Productivity/Networking/Security +URL: http://netfilter.org/projects/libnetfilter_cttimeout/ +Source: %name-%version.tar.xz +Source3: baselibs.conf +BuildRoot: %_tmppath/%name-%version-build +BuildRequires: autoconf, automake >= 1.6, libtool +BuildRequires: pkgconfig >= 0.21, pkgconfig(libmnl) >= 1.0.0, xz +Summary: Userspace library for the Netfilter Conntrack Timeout extension + +%description +This library provides the programming interface (API) to the +Netfilter extended timeout settings infrastructure. + +%package -n %lname +Group: System/Libraries +Summary: Userspace library for the Netfilter Conntrack Timeout extension + +%description -n %lname +This library provides the programming interface (API) to the +Netfilter extended timeout settings infrastructure. + +%package devel +Group: Development/Libraries/C and C++ +Requires: %lname = %version +Summary: Userspace library for the Netfilter Conntrack Timeout extension + +%description devel +This library provides the programming interface (API) to the +Netfilter extended timeout settings infrastructure. + +%prep +%setup -q + +%build +if [ ! -e configure ]; then + autoreconf -fi; +fi; +%configure --disable-static --includedir=%_includedir/%name-%version +make %{?_smp_mflags} + +%install +%makeinstall +rm -f "%buildroot/%_libdir"/*.la; + +%post -n %lname -p /sbin/ldconfig + +%postun -n %lname -p /sbin/ldconfig + +%files -n %lname +%defattr(-,root,root) +%_libdir/libnetfilter_cttimeout.so.* + +%files devel +%defattr(-,root,root) +%_includedir/libnetfilter_cttimeout* +%_libdir/libnetfilter_cttimeout.so +%_libdir/pkgconfig/libnetfilter_cttimeout.pc + +%changelog