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/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/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 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 c77aec4..0000000 --- a/wmfire.spec +++ /dev/null @@ -1,50 +0,0 @@ -Name: wmfire -Version: 1.2.3 -Release: 3%{?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 -* 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