Author: qboosh Date: Wed Jul 30 17:42:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated Source0 URL to deprecated version - longer pl desc (sync with main) - more verbose files
---- Files affected: SPECS: libnet1.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/libnet1.spec diff -u SPECS/libnet1.spec:1.7 SPECS/libnet1.spec:1.8 --- SPECS/libnet1.spec:1.7 Mon Jul 28 00:21:25 2008 +++ SPECS/libnet1.spec Wed Jul 30 19:42:09 2008 @@ -7,7 +7,7 @@ Release: 3 License: BSD Group: Libraries -Source0: http://www.packetfactory.net/libnet/dist/libnet-%{version}.tar.gz +Source0: http://www.packetfactory.net/libnet/dist/deprecated/libnet-%{version}.tar.gz # Source0-md5: ddf53f0f484184390e8c2a1bd0853667 Patch0: %{name}-shared.patch Patch1: %{name}-include.patch @@ -29,8 +29,14 @@ functionality. %description -l pl.UTF-8 -Biblioteka dostarcza API dla popularnych nisko-poziomowych funkcji -sieciowych (głównie wstrzykujących pakiety). +Biblioteka sieciowa (Network Library, libnet) dostarcza proste API +dla często używanych niskopoziomowych funkcji sieciowych (głównie +wstrzykujących pakiety). Przy użyciu libnet można łatwo tworzyć +dowolne pakiety sieciowe. Biblioteka jest przenośnym szkieletem do +niskopoziomowego tworzenia i obsługi pakietów sieciowych (szczególnie +w połączeniu z libpcap). Zawiera funkcje do tworzenia pakietów w +warstwie IP oraz w warstwie połączenia, a także wiele funkcji +uzupełniających. %description -l pt_BR.UTF-8 Este pacote fornece uma API simples para funções de rede de baixo @@ -110,19 +116,21 @@ %files %defattr(644,root,root,755) %doc README doc/CHANGELOG* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libnet1.so.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/lib*.so -%{_includedir}/*.h +%attr(755,root,root) %{_bindir}/libnet1-config +%attr(755,root,root) %{_libdir}/libnet1.so +%attr(755,root,root) %{_libdir}/libpwrite1.so +%{_includedir}/libnet1.h %{_includedir}/libnet1 -%{_mandir}/man*/* +%{_mandir}/man3/libnet1.3* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libnet1.a +%{_libdir}/libpwrite1.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -130,6 +138,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008/07/30 17:42:09 qboosh +- updated Source0 URL to deprecated version +- longer pl desc (sync with main) +- more verbose files + Revision 1.7 2008/07/27 22:21:25 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libnet1.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
