[freecolor] freecolor: initial import (#1055108)

Denis Fateyev dfateyev at fedoraproject.org
Sat Jan 25 14:47:00 UTC 2014


commit 29d86b696ce90a481c38af5b288e584ef43668fe
Author: Denis Fateyev <denis at fateyev.com>
Date:   Sat Jan 25 20:46:46 2014 +0600

    freecolor: initial import (#1055108)

 .gitignore     |    1 +
 freecolor.spec |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..443eaa2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/freecolor-0.9.2.tar.gz
diff --git a/freecolor.spec b/freecolor.spec
new file mode 100644
index 0000000..5fac0e9
--- /dev/null
+++ b/freecolor.spec
@@ -0,0 +1,51 @@
+
+Summary:	Display memory information graphically
+Name:		freecolor
+Version:	0.9.2
+Release:	1%{?dist}
+
+License:	MIT
+Group:		Applications/System
+URL:		http://www.rkeene.org/oss/freecolor/
+Source0:	http://www.rkeene.org/files/oss/freecolor/freecolor-%{version}.tar.gz
+
+%{?el5:BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root}
+
+
+%description
+Freecolor displays the total amount of free and used physical and swap
+memory in the system as a colored bargraph on the command line.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%if 0%{?el5}
+rm -rf %{buildroot}
+%endif
+install -Dpm 0755 free %{buildroot}/%{_bindir}/freecolor
+install -Dpm 0644 freecolor.1 %{buildroot}/%{_mandir}/man1/freecolor.1
+
+%if 0%{?el5}
+%clean
+rm -rf %{buildroot}
+%endif
+
+
+%files
+%defattr(-,root,root,-)
+%doc ChangeLog COPYING README
+%{_bindir}/freecolor
+%{_mandir}/man1/*.1*
+
+
+%changelog
+* Tue Jan 21 2014 Denis Fateyev <denis at fateyev.com> - 0.9.2-1
+- Initial Fedora RPM release
diff --git a/sources b/sources
index e69de29..3697140 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a4ce4a0b41082156e7cdf6b888a37224  freecolor-0.9.2.tar.gz


More information about the scm-commits mailing list