rpms/homestead/EL-5 homestead.desktop, NONE, 1.1 homestead.png, NONE, 1.1 homestead.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Simon Wesp cassmodiah at fedoraproject.org
Thu Oct 30 20:13:34 UTC 2008


Author: cassmodiah

Update of /cvs/pkgs/rpms/homestead/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28380/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	homestead.desktop homestead.png homestead.spec import.log 
Log Message:



--- NEW FILE homestead.desktop ---
[Desktop Entry]
Type=Application
Name=Homestead
GenericName=Homestead
Comment=An 3D real-time network visualiser
Exec=homestead
Icon=homestead
Categories=Network


--- NEW FILE homestead.spec ---
%define srcversion 087

Name:           homestead
Version:        0.87
Release:        2%{?dist}
Summary:        3D real-time network visualiser

Group:          Applications/Internet
License:        GPLv2+ 
URL:            http://homestead.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}%{srcversion}.tar.gz
Source1:        %{name}.desktop
Source2:        %{name}.png
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  freeglut-devel
BuildRequires:  libpcap-devel
BuildRequires:  desktop-file-utils


%description
Homestead is a 3D real-time network visualizer, displaying 
hosts and packet traffic. Features include support for 
multiple sensors, analysis of packets to gather hostnames 
and services, configurable layout of subnetworks, 
recording/replaying of packet traffic, and the ability 
to filter packets by host, protocol or port. 
hsen (Homestead Sensor) is a packet capture daemon which
reads and sends packet header information to Homestead, 
locally or remotely. hsen also equates hostname to IP 
by reading DNS packets (UDP type A class IN standard 
query response). The relationship between hsen to Homestead 
can be one-to-one, one-to-many, many-to-one or many-to-many 
(many Homesteads would be on multiple computers on the 
same subnet, receiving packet header information 
from hsen via broadcast).


%package sampler
Summary:        Sampling client for %{name}
Group:          Applications/Internet
License:        GPLv2+ 


%description sampler
hsen (Homestead Sensor) is a (possibly remote) packet capture daemon which
reads and sends packet header information to Homestead, locally or remotely.
hsen also equates hostname to IP by reading DNS packets (UDP type A class IN
standard query response).


%prep
%setup -q -n %{name}%{srcversion}


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

desktop-file-install %{SOURCE1} \
%if 0%{?rhel}
   --vendor="" \
%endif
--dir=%{buildroot}%{_datadir}/applications 

install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.*
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop


%files sampler
%defattr(-,root,root,-)
%{_sbindir}/hsen
%{_mandir}/man8/hsen.*


%changelog
* Thu Oct 30 2008 Manuel "lonely wolf" Wolfshant <wolfy at fedoraproject.org> - 0.87-2
- adjust for EPEL

* Mon Oct 27 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.87-1
- Update to 0.87

* Fri Oct 24 2008 R P Herrold <info at owlriver.com> - 0.86-2
- split out a -sampler sub-package to avoid dragging in the unneeded 
  GUI on remote TUI only sample heads

* Wed Oct 22 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.86-1
- Update to 0.86

* Fri Oct 17 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.85-1
- Update to 0.85
- Correct License Tag

* Sun Sep 21 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.84-1
- Update to 0.84
- Add desktop-file

* Mon Sep 15 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.83-1
- Update to 0.83

* Sun Aug 24 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.81-1
- Initial release




--- NEW FILE import.log ---
homestead-0_87-2_fc10:EL-5:homestead-0.87-2.fc10.src.rpm:1225397486


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/homestead/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Oct 2008 18:40:28 -0000	1.1
+++ .cvsignore	30 Oct 2008 20:13:04 -0000	1.2
@@ -0,0 +1 @@
+homestead087.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/homestead/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Oct 2008 18:40:28 -0000	1.1
+++ sources	30 Oct 2008 20:13:04 -0000	1.2
@@ -0,0 +1 @@
+de9dd8d0763e1f9c5f58b13369a1eea1  homestead087.tar.gz




More information about the fedora-extras-commits mailing list