public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: initial import
@ 2026-08-30 14:22 Edouard
0 siblings, 0 replies; only message in thread
From: Edouard @ 2026-08-30 14:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 11c3cc2446b67c6bc5eefd21c711a49bc3f7c3da
Author : Edouard <madko@osiris.in.noisy.linuxed.net>
Date : 2011-12-06T20:04:49+01:00
Stats : +68/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/11c3cc2446b67c6bc5eefd21c711a49bc3f7c3da?branch=epel10
Log:
initial import
---
diff --git a/glances.spec b/glances.spec
new file mode 100644
index 0000000..e0e2a47
--- /dev/null
+++ b/glances.spec
@@ -0,0 +1,67 @@
+Name: glances
+Version: 1.1.3
+Release: 1%{?dist}
+Summary: CLI curses based monitoring tool
+
+Group: Applications/System
+License: GPLv3
+URL: https://github.com/nicolargo/glances
+Source0: https://github.com/downloads/nicolargo/%{name}/%{name}-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: automake
+BuildRequires: python-devel
+Requires: pystatgrab >= 0.5
+
+%description
+Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
+
+Glances uses the libstatgrab library to get information from your system.
+Glances is developed in Python and uses the python-statgrab lib.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+rm -rf %{buildroot}/usr/doc/glances
+sed -i '1d' %{buildroot}/%{python_sitelib}/%{name}/%{name}.py
+mv %{buildroot}/%{_bindir}/glances.py %{buildroot}/%{_bindir}/glances
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README ChangeLog
+%{_bindir}/glances
+%{python_sitelib}/glances
+
+%changelog
+* Tue Dec 6 2011 Edouard Bourguignon <madko@linuxed.net> - 1.1.3-1
+- Upgrade to version 1.1.3
+
+* Tue Dec 6 2011 Edouard Bourguignon <madko@linuxed.net> - 1.1.2-2
+- Fix for review
+- Remove shebang from non-executable script
+- Add version for libpystatgrab
+- Renamed glances.py to glances
+
+* Mon Dec 5 2011 Edouard Bourguignon <madko@linuxed.net> - 1.1.2-1
+- Upgrade to 1.1.2
+
+* Mon Dec 5 2011 Edouard Bourguignon <madko@linuxed.net> - 1.1.1-1
+- Upgrade to 1.1.1
+
+* Mon Dec 5 2011 Edouard Bourguignon <madko@linuxed.net> - 1.0-1
+- Initial version
diff --git a/sources b/sources
index e69de29..662cd3a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+14b42ed91444ad4eefe702fa67838223 glances-1.1.3.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-30 14:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:22 [rpms/glances] epel10: initial import Edouard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox