]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- updated to 0.10.3 (see http://www.ethereal.com/appnotes/enpa-sa-00013.html)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 28 Mar 2004 17:43:33 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- wiretap now as dinamically linked library, not static

Changed files:
    wireshark.spec -> 1.110

wireshark.spec

index bc83de97cb5333d217bbd0221f69a707efd20b9d..c4b6153dae4dbfb98a39cac6da61fc0e8d1564c3 100644 (file)
@@ -10,12 +10,12 @@ Summary(pt_BR):     Analisador de tr
 Summary(ru):   áÎÁÌÉÚÁÔÏÒ ÓÅÔÅ×ÏÇÏ ÔÒÁÆÆÉËÁ
 Summary(uk):   áÎÁ̦ÚÁÔÏÒ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ
 Name:          ethereal
-Version:       0.10.2
-Release:       2
+Version:       0.10.3
+Release:       1
 License:       GPL
 Group:         Networking
 Source0:       http://www.ethereal.com/distribution/all-versions/%{name}-%{version}.tar.bz2
-# Source0-md5: 0a989aeac595db09eae722c350498e40
+# Source0-md5: 6902272eb5304f57db76bf91abe453d1
 Source1:       %{name}.desktop
 Source2:       %{name}.su-start-script
 URL:           http://www.ethereal.com/
@@ -214,7 +214,7 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}_su
 install image/ethereal48x48-trans.png \
        $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
 
-install wiretap/*.a $RPM_BUILD_ROOT%{_libdir}
+#install wiretap/*.a $RPM_BUILD_ROOT%{_libdir}
 install wiretap/*.h $RPM_BUILD_ROOT%{_includedir}/wiretap
 
 # plugins *.la are useless - *.so are loaded through gmodule
@@ -263,4 +263,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc wiretap/{README*,AUTHORS,NEWS,ChangeLog}
 %{_includedir}/wiretap
-%{_libdir}/lib*.a
+%{_libdir}/lib*.so*
This page took 0.034487 seconds and 4 git commands to generate.