rpms/whowatch/F-7 Makefile, 1.3, 1.4 sources, 1.4, 1.5 whowatch-1.4.patch, NONE, 1.1 whowatch.spec, 1.10, 1.11 dead.package, 1.1, NONE

Subhodip Biswas (subhodip) fedora-extras-commits at redhat.com
Fri Sep 28 14:40:41 UTC 2007


Author: subhodip

Update of /cvs/pkgs/rpms/whowatch/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24077/F-7

Added Files:
	Makefile sources whowatch-1.4.patch whowatch.spec 
Removed Files:
	dead.package 
Log Message:



Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	28 Sep 2007 14:40:08 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: whowatch
+# $Id$
+NAME := whowatch
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	28 Sep 2007 14:40:08 -0000	1.5
@@ -0,0 +1 @@
+0870155e8b75b99f9954e76fb20f9528  whowatch-1.4.tar.gz

whowatch-1.4.patch:

--- NEW FILE whowatch-1.4.patch ---
--- process.c	2000-06-06 15:46:12.000000000 +0530
+++ ../process.c	2007-09-24 23:36:02.000000000 +0530
@@ -74,7 +74,7 @@
 		memset(z, 0, sizeof *z);
 		check_line(l);
 		z->line = l++;
-		(struct process *) p->priv = z;
+		p->priv = z;
 		z->proc = p;
 		if (*current){
 			z->next = *current;


Index: whowatch.spec
===================================================================
RCS file: whowatch.spec
diff -N whowatch.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ whowatch.spec	28 Sep 2007 14:40:08 -0000	1.11
@@ -0,0 +1,56 @@
+Summary: Display information about users currently logged on 
+Name: whowatch
+Version: 1.4
+Release: 4%{?dist}
+License: GPLv2
+Group: Applications/System
+URL: http://wizard.ae.krakow.pl/~mike/
+
+Source0: http://wizard.ae.krakow.pl/~mike/download/whowatch-%{version}.tar.gz
+Patch0: %{name}-%{version}.patch
+BuildRoot:%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: ncurses-devel
+
+%description
+Whowatch is an interactive console utility that displays informations about
+the users currently logged on to the machine, in real time. Besides standard
+information (login, tty, host, user's process) you can see type of login
+(ie. ssh, telnet). You can also see selected user's processes tree or all
+system processes tree.  In the process tree mode there is ability to send
+INT or KILL signal to selected process.
+
+%prep
+
+%setup -q
+%patch0 -p0
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -d -m0755 %{buildroot}%{_mandir}/man1/ \
+			%{buildroot}%{_bindir}
+#%makeinstall
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING KEYS README TODO
+%doc %{_mandir}/man1/whowatch.1*
+%{_bindir}/whowatch
+
+%changelog
+* Mon Sep 24 2007 Subhodip Biswas <440volt.tux at gmail.com> - 1.4-4
+- fixed broken patch
+* Mon Sep 24 2007 Subhodip Biswas <440volt.tux at gmail.com> - 1.4-3
+- fixed issues regarding patch
+* Mon Sep 24 2007 Subhodip Biswas <440volt.tux at gmail.com> - 1.4-2
+- fixed few issues  
+* Sat Sep 22 2007 Subhodip Biswas <440volt.tux at gmail.com> - 1.4-1
+-Initial packaging. 
+


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list