Compare commits

..

4 commits

Author SHA1 Message Date
Fedora Release Engineering
3d8f61bc5f dist-git conversion 2010-07-29 15:23:01 +00:00
Bill Nottingham
a697c00c7e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:17:50 +00:00
Steven Fernandez
4c5702e88b Initial checkin 2009-07-07 06:45:56 +00:00
4782481c17 Initialize branch F-10 for wmfire 2009-07-07 04:26:17 +00:00
3 changed files with 48 additions and 1 deletions

View file

@ -1 +0,0 @@
This package was retired on 2012-08-06 due to failure to build for multiple releases.

1
sources Normal file
View file

@ -0,0 +1 @@
e4bc647777f2181cf1b8e78bcc0850ee wmfire-1.2.3.tar.gz

47
wmfire.spec Normal file
View file

@ -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 <steve@lonetwin.net> - 1.2.3-2
- Second build for Fedora with changes to confirm with packaging guidelines
* Sun Jan 4 2009 Steven Fernandez <steve@lonetwin.net> - 1.2.3-1
- First build for Fedora 10