rpms/ifstat/F-9 ifstat-UTF8.patch, NONE, 1.1 ifstat-destdir.patch, NONE, 1.1 ifstat.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Thu Oct 30 13:21:32 UTC 2008


Author: itamarjp

Update of /cvs/pkgs/rpms/ifstat/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8439/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	ifstat-UTF8.patch ifstat-destdir.patch ifstat.spec import.log 
Log Message:
Initial Import


ifstat-UTF8.patch:

--- NEW FILE ifstat-UTF8.patch ---
diff -ruN ifstat-1.1.orig/HISTORY ifstat-1.1.new/HISTORY
--- ifstat-1.1.orig/HISTORY	2004-01-01 12:16:12.000000000 -0200
+++ ifstat-1.1.new/HISTORY	2008-10-26 00:19:15.000000000 -0200
@@ -1,5 +1,5 @@
 InterFace STATistics
-Gaël Roualland <gael.roualland at dial.oleane.com>
+Gaël Roualland <gael.roualland at dial.oleane.com>
 =============================================== 
 
 Releases History:
diff -ruN ifstat-1.1.orig/README ifstat-1.1.new/README
--- ifstat-1.1.orig/README	2003-11-21 23:27:51.000000000 -0200
+++ ifstat-1.1.new/README	2008-10-26 00:31:26.000000000 -0200
@@ -1,5 +1,5 @@
 InterFace STATistics
-Gaël Roualland <gael.roualland at dial.oleane.com>
+Gaël Roualland <gael.roualland at dial.oleane.com>
 ===============================================
 
 * Introduction
diff -ruN ifstat-1.1.orig/TODO ifstat-1.1.new/TODO
--- ifstat-1.1.orig/TODO	2003-02-01 23:32:09.000000000 -0200
+++ ifstat-1.1.new/TODO	2008-10-26 00:23:48.000000000 -0200
@@ -1,5 +1,5 @@
 InterFace STATistics
-Gaël Roualland <gael.roualland at dial.oleane.com>
+Gaël Roualland <gael.roualland at dial.oleane.com>
 ===============================================
 
 To do:
diff -ruN ifstat-1.1.orig/ifstat.1 ifstat-1.1.new/ifstat.1
--- ifstat-1.1.orig/ifstat.1	2004-01-01 17:18:15.000000000 -0200
+++ ifstat-1.1.new/ifstat.1	2008-10-26 00:24:45.000000000 -0200
@@ -243,4 +243,4 @@
 \&\fIvmstat\fR\|(1), \fIiostat\fR\|(1)
 .SH "AUTHOR"
 .IX Header "AUTHOR"
-Gaël Roualland, <gael.roualland at dial.oleane.com>
+Gaël Roualland, <gael.roualland at dial.oleane.com>

ifstat-destdir.patch:

--- NEW FILE ifstat-destdir.patch ---
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# 
# T2 SDE: package/.../ifstat/destdir.patch
# Copyright (C) 2007 The T2 SDE Project
# 
# More information can be found in the files COPYING and README.
# 
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---

--- ifstat-1.1/Makefile.in.orig	2006-12-14 09:33:32.000000000 +0100
+++ ifstat-1.1/Makefile.in	2006-12-14 09:31:35.000000000 +0100
@@ -65,18 +65,18 @@
 install: install-$(TARGET) install- at LIBTARGET@
 
 install-$(TARGET): $(TARGET)
-	$(INSTALL) -d -m 755 $(bindir)
-	$(INSTALL) -s -m 755 $(TARGET) $(bindir)/$(TARGET)
-	$(INSTALL) -d -m 755 $(mandir)/man1
-	$(INSTALL) -m 644 ifstat.1 $(mandir)/man1/ifstat.1
+	$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
+	$(INSTALL) -p -m 755 $(TARGET) $(DESTDIR)$(bindir)/$(TARGET)
+	$(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
+	$(INSTALL) -p -m 644 ifstat.1 $(DESTDIR)$(mandir)/man1/ifstat.1
 
 install-$(LIBTARGET): $(LIBTARGET) libifstat-config
-	$(INSTALL) -d -m 755 $(bindir)
-	$(INSTALL) -m 755 libifstat-config $(bindir)/libifstat-config
-	$(INSTALL) -d -m 755 $(includedir)
-	$(INSTALL) -m 644 ifstat.h $(includedir)/ifstat.h
-	$(INSTALL) -d -m 755 $(libdir)
-	$(INSTALL) -m 644 $(LIBTARGET) $(libdir)/$(LIBTARGET)
+	$(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
+	$(INSTALL) -p -m 755 libifstat-config $(DESTDIR)$(bindir)/libifstat-config
+	$(INSTALL) -d -m 755 $(DESTDIR)$(includedir)
+	$(INSTALL) -p -m 644 ifstat.h $(DESTDIR)$(includedir)/ifstat.h
+	$(INSTALL) -d -m 755 $(DESTDIR)$(libdir)
+	$(INSTALL) -p -m 644 $(LIBTARGET) $(DESTDIR)$(libdir)/$(LIBTARGET)
 
 install-: # dependency when not building library
 


--- NEW FILE ifstat.spec ---
Summary: Interface statistics
Name: ifstat
Version: 1.1
Release: 8%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://gael.roualland.free.fr/ifstat/
Source: http://gael.roualland.free.fr/ifstat/ifstat-%{version}.tar.gz
Patch1: ifstat-destdir.patch
Patch2: ifstat-UTF8.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: net-snmp-devel

%description
ifstat(1) is a little tool to report interface activity like vmstat/iostat do.
In addition, ifstat can poll remote hosts through SNMP if you have the ucd-snmp
library. It will also be used for localhost if no other known method works (You
need to have snmpd running for this though).

%prep
%setup -q
%patch1 -p1
%patch2 -p1

%build
%configure \
	--enable-debug
# debug is needed for generating debug_info rpm

%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc COPYING HISTORY README TODO
%{_mandir}/man1/ifstat.1*
%{_bindir}/ifstat

%changelog
* Thu Oct 28 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.1-8
- Changes from  bugzilla #463922 Comment #15 From Mamoru Tasaka ->
- Change the release number to X%%{?dist} (2%%{?dist}, for example)
- Files under %%_mandir are automatically marked as %%doc.

* Thu Oct 25 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.1-1.7
- Changes from  bugzilla #463922 Comment #12 From Michael Schwendt ->
- fix license tag, Licence is "GPLv2+" not "GPLv2"
- Convert files to UTF8 running iconv and generating a patch

* Thu Sep 30 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.1-1.6
- Changes from  bugzilla #463922 Comment #6 From Mamoru Tasaka ->
- remove -s from Makefile, and add --enable-debug to re-enable
- building of debuginfo-rpm package again

* Thu Sep 30 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.1-1.5
- disable building of debuginfo-rpm package

* Thu Sep 29 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.1-1.4
- Changes from  bugzilla #463922 Comment #2 From Manuel Wolfshant ->
- replace from %%makeinstall to make install, include DESTDIR patch

* Thu Sep 25 2008 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 1.1-1.3
- Rebuild for Fedora 10.

* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.1-1.2
- Rebuild for Fedora Core 5.

* Sun Nov 14 2004 Dag Wieers <dag at wieers.com> - 1.1-1
- Updated to release 1.1.

* Mon Oct 06 2003 Dag Wieers <dag at wieers.com> - 1.0-0
- Initial package. (using DAR)


--- NEW FILE import.log ---
ifstat-1_1-8_fc9:F-9:ifstat-1.1-8.fc9.src.rpm:1225372784


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ifstat/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Oct 2008 21:26:43 -0000	1.1
+++ .cvsignore	30 Oct 2008 13:21:02 -0000	1.2
@@ -0,0 +1 @@
+ifstat-1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ifstat/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Oct 2008 21:26:43 -0000	1.1
+++ sources	30 Oct 2008 13:21:02 -0000	1.2
@@ -0,0 +1 @@
+b655642c33a626cfe976792fbcd9b6e1  ifstat-1.1.tar.gz




More information about the scm-commits mailing list