From 4782481c17b08841abf5619aa411ecce06c5df57 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Jul 2009 04:26:17 +0000 Subject: [PATCH 01/13] Initialize branch F-10 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..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 0a69dc612c5df4786b14dd487c5851cf2f8f4e45 Mon Sep 17 00:00:00 2001 From: Steven Fernandez Date: Tue, 7 Jul 2009 06:44:12 +0000 Subject: [PATCH 02/13] 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..a3136e3 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +wmfire-1_2_3-2_fc10:HEAD:wmfire-1.2.3-2.fc10.src.rpm:1246949012 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 4c5702e88b3eaa8e1144058a5aecf76d53f8f42a Mon Sep 17 00:00:00 2001 From: Steven Fernandez Date: Tue, 7 Jul 2009 06:45:56 +0000 Subject: [PATCH 03/13] 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..11aa2c5 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +wmfire-1_2_3-2_fc10:F-10:wmfire-1.2.3-2.fc10.src.rpm:1246949125 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 ba79094d631b043c7046c4fcd147a7d394b48d0e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:20:47 +0000 Subject: [PATCH 04/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- wmfire.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmfire.spec b/wmfire.spec index 49fe920..c77aec4 100644 --- a/wmfire.spec +++ b/wmfire.spec @@ -1,6 +1,6 @@ Name: wmfire Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A WindowMaker dock app that displays cpu, memory or network load as flames Group: User Interface/X License: GPLv2+ @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/wmfire.1.gz %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu May 28 2009 Steven Fernandez - 1.2.3-2 - Second build for Fedora with changes to confirm with packaging guidelines From b82c5cf2785d51ee5535d26be1cd27f5a4cbe675 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:15 +0000 Subject: [PATCH 05/13] 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 a697c00c7ed15f2b95660463466576286d8a9165 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:17:50 +0000 Subject: [PATCH 06/13] 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 0e48979d56e6c2fc7d6a97416b3f692787313373 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:23:01 +0000 Subject: [PATCH 07/13] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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/import.log b/import.log deleted file mode 100644 index a3136e3..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wmfire-1_2_3-2_fc10:HEAD:wmfire-1.2.3-2.fc10.src.rpm:1246949012 From 3d8f61bc5f7d3441d94005bf59e760d97e776951 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:23:01 +0000 Subject: [PATCH 08/13] 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 dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10 diff --git a/import.log b/import.log deleted file mode 100644 index 11aa2c5..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -wmfire-1_2_3-2_fc10:F-10:wmfire-1.2.3-2.fc10.src.rpm:1246949125 From 562dfec2cae952b140e2f390e769180f2ec66798 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:54:14 -0600 Subject: [PATCH 09/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wmfire.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmfire.spec b/wmfire.spec index c77aec4..75ad0d2 100644 --- a/wmfire.spec +++ b/wmfire.spec @@ -1,6 +1,6 @@ Name: wmfire Version: 1.2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A WindowMaker dock app that displays cpu, memory or network load as flames Group: User Interface/X License: GPLv2+ @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/wmfire.1.gz %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.2.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 857cde3891788594a162d3c120c237a20f63c9dd Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 6 Dec 2011 01:29:07 -0500 Subject: [PATCH 10/13] Rebuild for new libpng --- wmfire.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmfire.spec b/wmfire.spec index 75ad0d2..75ed11f 100644 --- a/wmfire.spec +++ b/wmfire.spec @@ -1,6 +1,6 @@ Name: wmfire Version: 1.2.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A WindowMaker dock app that displays cpu, memory or network load as flames Group: User Interface/X License: GPLv2+ @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/wmfire.1.gz %changelog +* Tue Dec 06 2011 Adam Jackson - 1.2.3-5 +- Rebuild for new libpng + * Mon Feb 07 2011 Fedora Release Engineering - 1.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 10c0c85efde42bac83619aa1a7970f5c4144bd5f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:24:43 -0600 Subject: [PATCH 11/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wmfire.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmfire.spec b/wmfire.spec index 75ed11f..afc80f5 100644 --- a/wmfire.spec +++ b/wmfire.spec @@ -1,6 +1,6 @@ Name: wmfire Version: 1.2.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A WindowMaker dock app that displays cpu, memory or network load as flames Group: User Interface/X License: GPLv2+ @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/wmfire.1.gz %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.2.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Dec 06 2011 Adam Jackson - 1.2.3-5 - Rebuild for new libpng From 5eb1491d336b7230a3026dee526de3e2dddf9476 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:47:37 -0500 Subject: [PATCH 12/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wmfire.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wmfire.spec b/wmfire.spec index afc80f5..4ce54a8 100644 --- a/wmfire.spec +++ b/wmfire.spec @@ -1,6 +1,6 @@ Name: wmfire Version: 1.2.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A WindowMaker dock app that displays cpu, memory or network load as flames Group: User Interface/X License: GPLv2+ @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/wmfire.1.gz %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.2.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 5a24392e9d860264808b4add657f345590367e01 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 6 Aug 2012 12:47:27 -0400 Subject: [PATCH 13/13] Retire wmfire - dead upstream --- dead.package | 1 + sources | 1 - wmfire.spec | 62 ---------------------------------------------------- 3 files changed, 1 insertion(+), 63 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wmfire.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..4ddbba7 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2012-08-06 due to failure to build for multiple releases. diff --git a/sources b/sources deleted file mode 100644 index 4ca913b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -e4bc647777f2181cf1b8e78bcc0850ee wmfire-1.2.3.tar.gz diff --git a/wmfire.spec b/wmfire.spec deleted file mode 100644 index 4ce54a8..0000000 --- a/wmfire.spec +++ /dev/null @@ -1,62 +0,0 @@ -Name: wmfire -Version: 1.2.3 -Release: 7%{?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 -* Sun Jul 22 2012 Fedora Release Engineering - 1.2.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.2.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 1.2.3-5 -- Rebuild for new libpng - -* Mon Feb 07 2011 Fedora Release Engineering - 1.2.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.2.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* 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