Author: glen                         Date: Mon Sep 11 19:04:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.2

---- Files affected:
SPECS:
   mysqlsniffer.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/mysqlsniffer.spec
diff -u SPECS/mysqlsniffer.spec:1.3 SPECS/mysqlsniffer.spec:1.4
--- SPECS/mysqlsniffer.spec:1.3 Sun Oct 30 22:39:46 2005
+++ SPECS/mysqlsniffer.spec     Mon Sep 11 21:04:21 2006
@@ -1,15 +1,13 @@
 # $Revision$, $Date$
-# TODO
-# - program crashed quite instanty
 Summary:       Dumps packets that are sent or received over a network interface
 Summary(pl):   Zrzucanie pakietów wysyłanych lub otrzymywanych po interfejsie 
sieciowym
 Name:          mysqlsniffer
-Version:       1.1
+Version:       1.2
 Release:       1
 License:       GPL
 Group:         Applications/Networking
 Source0:       http://hackmysql.com/code/%{name}.tgz
-# Source0-md5: 3db83ce9f8710d4226a373fff39a238f
+# Source0-md5: 816575bfd06179192468a15dd3d26cdb
 URL:           http://hackmysql.com/mysqlsniffer
 BuildRequires: libpcap-devel >= 2:0.8.3-6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,7 +26,8 @@
 %setup -q -c
 
 %build
-%{__cc} %{rpmcflags} %{rpmldflags} -Wall -lpcap -o mysqlsniffer mysqlsniffer.c
+%{__cc} %{rpmcflags} -Wall -c *.c
+%{__cc} %{rpmcflags} %{rpmldflags} -Wall -lpcap -o mysqlsniffer *.o
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +48,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/09/11 19:04:21  glen
+- updated to 1.2
+
 Revision 1.3  2005/10/30 21:39:46  qboosh
 - pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysqlsniffer.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to