Browse Source

revert spec file

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3792 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
5c7602c764
1 changed files with 3 additions and 9 deletions
  1. 3 9
      lib/libn/libnet/libnet-vl.spec

+ 3 - 9
lib/libn/libnet/libnet-vl.spec

@@ -1,7 +1,7 @@
 Summary:        C library for portable packet creation and injection
 Name:           libnet
 Version:        1.1.2.1
-Release:        3%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        BSD
 Group:          System Environment/Libraries
 URL:            http://www.packetfactory.net/libnet/
@@ -40,7 +40,7 @@ rm -rf sample/win32
 rm -f sample/.\#* sample/.*.swp
 
 %build
-%configure --disable-static
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -63,20 +63,14 @@ rm -rf %{buildroot}
 %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/TODO doc/html/ sample/
-%{_libdir}/*.so.*
 
-%files devel
-%defattr(-,root,root,-)
 %{_bindir}/libnet-config
 %{_includedir}/libnet/
 %{_includedir}/libnet.h
-%{_libdir}/*.so
+%{_libdir}/libnet.a
 %{_mandir}/man3/libnet*
 
 %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
 - rebuilt with current VineSeed