From 65faaef731c82bf3f42bfb843761597eda386f3a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Jul 2009 04:26:16 +0000 Subject: [PATCH 1/4] Initialize branch F-11 for wmfire --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From d41fada99a564238bf9e6c053767035c1d8a83a9 Mon Sep 17 00:00:00 2001 From: Steven Fernandez Date: Tue, 7 Jul 2009 06:47:34 +0000 Subject: [PATCH 2/4] Initial checkin --- .cvsignore | 1 + import.log | 1 + sources | 1 + wmfire.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 import.log create mode 100644 wmfire.spec diff --git a/.cvsignore b/.cvsignore index e69de29..be97176 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +wmfire-1.2.3.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..8ef26a5 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +wmfire-1_2_3-2_fc10:F-11:wmfire-1.2.3-2.fc10.src.rpm:1246949225 diff --git a/sources b/sources index e69de29..4ca913b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e4bc647777f2181cf1b8e78bcc0850ee wmfire-1.2.3.tar.gz diff --git a/wmfire.spec b/wmfire.spec new file mode 100644 index 0000000..49fe920 --- /dev/null +++ b/wmfire.spec @@ -0,0 +1,47 @@ +Name: wmfire +Version: 1.2.3 +Release: 2%{?dist} +Summary: A WindowMaker dock app that displays cpu, memory or network load as flames +Group: User Interface/X +License: GPLv2+ +URL: http://www.swanson.ukfsn.org/ +Source0: http://www.swanson.ukfsn.org/%{name}/%{name}-%{version}.tar.gz +BuildRequires: libgtop2-devel, gtk2-devel +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +%description +wmfire is a flaming dock app which can monitor your cpu, memory, or network +load. It features; + ++ Monitor cpu load ++ Monitor memory load ++ Monitor net load ++ Monitor file value + + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog COPYING INSTALL NEWS README ALL_I_GET_IS_A_GREY_BOX +%{_bindir}/wmfire +%{_mandir}/man1/wmfire.1.gz + +%changelog +* Thu May 28 2009 Steven Fernandez - 1.2.3-2 +- Second build for Fedora with changes to confirm with packaging guidelines + +* Sun Jan 4 2009 Steven Fernandez - 1.2.3-1 +- First build for Fedora 10 From a1abaffc93f47828cad030dc74d7f10df1ef05b7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:17:51 +0000 Subject: [PATCH 3/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c20af57..a5bf318 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wmfire -# $Id$ +# $Id: Makefile,v 1.1 2009/07/07 04:26:14 kevin Exp $ NAME := wmfire 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From e45c7c08e006ddc02c1fbe0960b7d78ba9ab6ff0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:23:02 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index a5bf318..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wmfire -# $Id: Makefile,v 1.1 2009/07/07 04:26:14 kevin Exp $ -NAME := wmfire -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11 diff --git a/import.log b/import.log deleted file mode 100644 index 8ef26a5..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wmfire-1_2_3-2_fc10:F-11:wmfire-1.2.3-2.fc10.src.rpm:1246949225