Blob Blame History Raw
Name:           olpc-netutils
Version:        0.7
Release:        1%{?dist}
Summary:        OLPC network utilities

Group:          System Environment/Base
License:        GPLv2+
URL:            http://wiki.laptop.org/go/Olpc-netutils
Source0:        http://dev.laptop.org/~mstone/releases/SOURCES/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  make

Requires:       bash
Requires:       python
Requires:       dbus-python

Requires:       coreutils
Requires:       procps
Requires:       util-linux

Requires:       net-tools
Requires:       wireless-tools
Requires:       avahi-tools

Requires:       iputils
Requires:       iptables
Requires:       dnsmasq
Requires:       tcpdump

Requires:       /sbin/modprobe
Requires:       /bin/awk
Requires:       /bin/grep

%description
olpc-netutils is a GPL-licensed collection of scripts for logging network
status information on OLPC XOs.

%prep
%setup -q


%build
make -f Makefile.build %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make -f Makefile.build install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README AUTHORS
%{_bindir}/*


%changelog
* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.7-1
- Michael Stone (1):
    Capture disk and process status.

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.6-2
- Michael Stone (1):
    Pull in tcpdump for olpc-netcapture.

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.6-1
- Michael Stone (1):
    Dirty hack to make sugar-telepathies work on XOs.

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.5-1
- Guillaume Desmottes (2):
    Print the quantity of buddies we see.
    Use /tmp/olpc-session-bus if available; otherwise, read the sugar-xos command-line.
- Michael Stone (2):
    Cosmetic fixups to whitespace, comments, and the specfile.
    Makefile improvements.

* Fri Aug 08 2008 Michael Stone <michael@laptop.org> - 0.4-1
- Robin Norwood (1):
    rh#457142: Preserve timestamps when installing files.
- Michael Stone (1):
    Remove disttags from ChangeLog entries.

* Wed Jul 09 2008 Michael Stone <michael@laptop.org> - 0.3-1
- Install dnsmasq for olpc-mpp.

* Wed Jul 02 2008 Michael Stone <michael@laptop.org> - 0.2-1
- Initial release of this spec.