|
@@ -1,7 +1,7 @@
|
|
Summary: C library for portable packet creation and injection
|
|
Summary: C library for portable packet creation and injection
|
|
Name: libnet
|
|
Name: libnet
|
|
Version: 1.1.2.1
|
|
Version: 1.1.2.1
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: BSD
|
|
License: BSD
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://www.packetfactory.net/libnet/
|
|
URL: http://www.packetfactory.net/libnet/
|
|
@@ -40,7 +40,7 @@ rm -rf sample/win32
|
|
rm -f sample/.\#* sample/.*.swp
|
|
rm -f sample/.\#* sample/.*.swp
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-static
|
|
+%configure
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -63,20 +63,14 @@ rm -rf %{buildroot}
|
|
%doc doc/BUGS doc/CHANGELOG doc/CONTRIB doc/COPYING doc/DESIGN_NOTES
|
|
%doc doc/BUGS doc/CHANGELOG doc/CONTRIB doc/COPYING doc/DESIGN_NOTES
|
|
%doc doc/MIGRATION doc/PACKET_BUILDING doc/PORTED doc/RAWSOCKET_NON_SEQUITUR
|
|
%doc doc/MIGRATION doc/PACKET_BUILDING doc/PORTED doc/RAWSOCKET_NON_SEQUITUR
|
|
%doc doc/TODO doc/html/ sample/
|
|
%doc doc/TODO doc/html/ sample/
|
|
-%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
-%files devel
|
|
|
|
-%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/libnet-config
|
|
%{_bindir}/libnet-config
|
|
%{_includedir}/libnet/
|
|
%{_includedir}/libnet/
|
|
%{_includedir}/libnet.h
|
|
%{_includedir}/libnet.h
|
|
-%{_libdir}/*.so
|
|
+%{_libdir}/libnet.a
|
|
%{_mandir}/man3/libnet*
|
|
%{_mandir}/man3/libnet*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Tue May 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2.1-3
|
|
|
|
-- add configure option (--disable-static)
|
|
|
|
-
|
|
|
|
* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.2.1-2
|
|
* Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.2.1-2
|
|
- rebuilt with current VineSeed
|
|
- rebuilt with current VineSeed
|
|
|
|
|