Author: qboosh Date: Wed Nov 16 21:56:30 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - @kernel_ver in release was wrong - it's built against llh not kernel headers - no R: kernel in userspace packages
---- Files affected: SPECS: libnfnetlink.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/libnfnetlink.spec diff -u SPECS/libnfnetlink.spec:1.4 SPECS/libnfnetlink.spec:1.5 --- SPECS/libnfnetlink.spec:1.4 Wed Nov 16 13:26:42 2005 +++ SPECS/libnfnetlink.spec Wed Nov 16 22:56:24 2005 @@ -1,8 +1,9 @@ # $Revision$, $Date$ -Summary: libnfnetlink - low-level library for netfilter related kernel/userspace communication +Summary: low-level library for netfilter related kernel/userspace communication +Summary(pl): Niskopoziomowa biblioteka do związanej z netfiltrem komunikacji między jądrem a przestrzenią użytkownika Name: libnfnetlink Version: 0.0.13 -Release: [EMAIL PROTECTED] +Release: 1 License: GPL Group: Libraries Source0: ftp://ftp.netfilter.org/pub/libnfnetlink/%{name}-%{version}.tar.bz2 @@ -12,7 +13,6 @@ BuildRequires: automake %define _llh_version 7:2.6.14.0-1 BuildRequires: linux-libc-headers >= %{_llh_version} -Requires: kernel = 3:%{_kernel_ver} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -25,8 +25,20 @@ by other netfilter.org projects, such as libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack. +%description -l pl +libnfnetlink to niskopoziomowa biblioteka do związanej z netfiltrem +komunikacji między jądrem a przestrzenią użytkownika. Udostępnia +ogólną infrastrukturę komunikatów dla podsystemów netfiltra w jądrze +(takich jak nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) oraz +ich użytkowników i/lub narzędzi zarządzających w przestrzeni +użytkownika. Ta biblioteka nie jest przeznaczona jako publiczne API +dla twórców aplikacji; jest jedynie używana przez inne projekty +netfilter.org, takie jak libnetfilter_log, libnetfilter_queue czy +libnetfilter_conntrack. + %package devel Summary: Header files for libnfnetlink library +Summary(pl): Pliki nagłówkowe biblioteki libnfnetlink Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: linux-libc-headers >= %{_llh_version} @@ -34,14 +46,21 @@ %description devel Header files for libnfnetlink library. +%description devel -l pl +Pliki nagłówkowe biblioteki libnfnetlink. + %package static Summary: Static libnfnetlink library +Summary(pl): Statyczna biblioteka libnfnetlink Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static libnfnetlink library. +%description static -l pl +Statyczna biblioteka libnfnetlink. + %prep %setup -q @@ -70,8 +89,8 @@ %files devel %defattr(644,root,root,755) -%{_libdir}/lib*.la %attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la %dir %{_includedir}/%{name} %{_includedir}/%{name}/*.h @@ -85,6 +104,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/11/16 21:56:24 qboosh +- pl +- @kernel_ver in release was wrong - it's built against llh not kernel headers +- no R: kernel in userspace packages + Revision 1.4 2005/11/16 12:26:42 pluto - R: llh for -devel. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libnfnetlink.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
