rpms/olpc-netutils/F-9 olpc-netutils-0.4-preserve-timestamps.patch, NONE, 1.1 olpc-netutils.spec, NONE, 1.1 sources, 1.1, 1.2

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Aug 11 02:19:32 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/olpc-netutils/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6670

Modified Files:
	sources 
Added Files:
	olpc-netutils-0.4-preserve-timestamps.patch olpc-netutils.spec 
Log Message:
F-9 version.

olpc-netutils-0.4-preserve-timestamps.patch:

--- NEW FILE olpc-netutils-0.4-preserve-timestamps.patch ---
--- olpc-netutils-0.4/Makefile.build	Mon Jul 14 12:19:48 2008
+++ olpc-netutils-0.4/Makefile.build	Fri Aug  8 17:14:09 2008
@@ -12,10 +12,10 @@
 # install targets
 
 $(DESTDIR)/usr/%: usr/%
-	install -D $< $@
+	install -p -D $< $@
 
 $(foreach d,$(shell find $(OVERLAYS) -type d),$(DESTDIR)/$d):
-	install -D -d $@
+	install -p -D -d $@
 
 install: $(foreach f,$(shell find $(OVERLAYS) -not -type d),$(DESTDIR)/$f)
 


--- NEW FILE olpc-netutils.spec ---
Name:           olpc-netutils
Version:        0.4
Release:        2%{?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
# Submitted olpc-netutils-0.4-preserve-timestamps.patch upstream via email on Fri Aug 08 2008
Patch0:         olpc-netutils-0.4-preserve-timestamps.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

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:       /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
%patch0 -p1


%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 Aug 08 2008 Robin Norwood <rnorwood at redhat.com> - 0.4-2
- Apply patch and fix change log based on package review feedback

* Tue Jul 29 2008 Robin Norwood <rnorwood at redhat.com> - 0.4-1
- Spec for F9 package review

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-netutils/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Aug 2008 01:19:33 -0000	1.1
+++ sources	11 Aug 2008 02:19:02 -0000	1.2
@@ -0,0 +1 @@
+eb66bdf93e1eed8ae822a584abbc9082  olpc-netutils-0.4.tar.bz2




More information about the fedora-extras-commits mailing list