rpms/hosts3d/F-10 hosts3d-0.97-autoconf.patch, NONE, 1.1 hosts3d.desktop, NONE, 1.1 hosts3d.png, NONE, 1.1 hosts3d.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
Mon Feb 16 22:00:52 UTC 2009


Author: cassmodiah

Update of /cvs/pkgs/rpms/hosts3d/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23608/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	hosts3d-0.97-autoconf.patch hosts3d.desktop hosts3d.png 
	hosts3d.spec import.log 
Log Message:


hosts3d-0.97-autoconf.patch:

--- NEW FILE hosts3d-0.97-autoconf.patch ---
diff -up hosts3d-097/configure.ac.org hosts3d-097/configure.ac
--- hosts3d-097/configure.ac.org	2009-02-12 19:42:00.000000000 +0100
+++ hosts3d-097/configure.ac	2009-02-12 19:42:22.000000000 +0100
@@ -11,8 +11,6 @@ AC_CONFIG_HEADER([config.h])
 AC_PROG_CXX
 AC_PROG_CC
 
-CXXFLAGS="-Wall -O2"
-
 # Checks for header files.
 AC_HEADER_DIRENT
 AC_HEADER_STDC


--- NEW FILE hosts3d.desktop ---
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Hosts3D
Type=Application
GenericName=Hosts3D
Comment=An 3D real-time network visualiser
Exec=hosts3d
Icon=hosts3d
Categories=Network
Name[de_DE]=Hosts3D


--- NEW FILE hosts3d.spec ---
%define srcversion 097

Name:            hosts3d
Version:         0.97
Release:         3%{?dist}
Summary:         3D real-time network visualiser

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

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

Provides:        homestead = %{version}-%{release}
Obsoletes:       homestead < 0.95-1


%description
Hosts3D 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 (Hosts3D Sensor) is a packet capture daemon which
reads and sends packet header information to Hosts3D, 
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 Hosts3D 
can be one-to-one, one-to-many, many-to-one or many-to-many 
(many Hosts3Ds 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+
Provides:       homestead-sensor = %{version}-%{release}
Obsoletes:      homestead-sensor < 0.95-1


%description sampler
hsen (Hosts3D Sensor) is a (possibly remote) packet capture daemon which
reads and sends packet header information to Hosts3D, 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}
%patch0 -p1

%build
autoconf
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install INSTALL="install -p" DESTDIR=%{buildroot}

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

install -Dpm 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
* Sun Feb 15 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.97-3
- Use autoconf instead of autoreconf in the BUILD section to avoid koji errors

* Sun Feb 15 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.97-2
- Correct Provides/Obsolates
- Correct make install
- Honour RPM_OPT_FLAGS with PATCH0 by Jochen Schmitt
- Add autoreconf to generate a new configure.in on the base of the patched configure.ac

* Tue Feb 10 2009 Simon Wesp <cassmodiah at fedoraproject.org> - 0.97-1
- Update to 0.97
- Homestead renamed to Hosts3D

* Fri Nov 21 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.95-1
- Update to 0.95

* Thu Nov 20 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.94-1
- Update to 0.94

* Mon Nov 17 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.93-1
- Update to 0.93

* Tue Nov 11 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.92-1
- Update to 0.92

* Thu Nov 06 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.91-1
- Update to 0.91

* Wed Nov 05 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.90-1
- Update to 0.90

* Tue Nov 04 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.89-1
- Update to 0.89

* Mon Nov 03 2008 Simon Wesp <cassmodiah at fedoraproject.org> - 0.88-1
- Update to 0.88

* 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 ---
hosts3d-0_97-3_fc10:F-10:hosts3d-0.97-3.fc10.src.rpm:1234821593


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hosts3d/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:16:26 -0000	1.1
+++ .cvsignore	16 Feb 2009 22:00:22 -0000	1.2
@@ -0,0 +1 @@
+hosts3d-097.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hosts3d/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:16:26 -0000	1.1
+++ sources	16 Feb 2009 22:00:22 -0000	1.2
@@ -0,0 +1 @@
+260c55fe010520cbe894c97b224f996b  hosts3d-097.tar.gz




More information about the fedora-extras-commits mailing list