public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Edouard <madko@osiris.in.noisy.linuxed.net>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: initial import
Date: Sun, 30 Aug 2026 14:22:37 GMT	[thread overview]
Message-ID: <178809975757.1.11910478485573104323.rpms-glances-11c3cc2446b6@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-30 14:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178809975757.1.11910478485573104323.rpms-glances-11c3cc2446b6@fedoraproject.org \
    --to=madko@osiris.in.noisy.linuxed.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox