Hello community,

here is the log from the commit of package ngrep for openSUSE:Factory checked 
in at 2013-02-01 11:00:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ngrep (Old)
 and      /work/SRC/openSUSE:Factory/.ngrep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ngrep", Maintainer is "[email protected]"

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.ngrep.new/ngrep.changes 2013-02-01 
11:00:35.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Thu May 31 11:42:56 UTC 2012 - [email protected]
+
+- corrected licence
+
+-------------------------------------------------------------------
+Tue Aug 26 00:00:00 UTC 2008 - [email protected]
+
+- First version (1.45)
+

New:
----
  ngrep-1.45.tar.bz2
  ngrep.changes
  ngrep.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ngrep.spec ++++++
#
# spec file for package ngrep
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           ngrep
Version:        1.45
Release:        0
Summary:        Network grep
License:        BSD-4-Clause
Group:          Productivity/Networking/Diagnostic
Url:            http://ngrep.sourceforge.net
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  libpcap-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       libpcap

%description
ngrep strives to provide most of GNU grep's common features, applying them
to the network layer.  ngrep is a pcap-aware tool that will allow you to
specify extended regular or hexadecimal expressions to match against data
payloads of packets. It currently recognizes IPv4/6, TCP, UDP, ICMPv4/6,
IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces,
and understands BPF filter logic in the same fashion as more common packet
sniffing tools, such as tcpdump and snoop.

%prep
%setup -q

%build
%configure \
    --with-pcap-includes=%{_includedir} \

make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.8.gz

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to