public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Edouard Bourguignon <madko@linuxed.net>
To: git-commits@fedoraproject.org
Subject: [rpms/glances] epel10: keep package name
Date: Sun, 30 Aug 2026 14:23:06 GMT [thread overview]
Message-ID: <178809978609.1.8350433710289630889.rpms-glances-7f2feb5d0491@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glances
Branch : epel10
Commit : 7f2feb5d04911e1f54b7f0b047a0ad3aa3ddff82
Author : Edouard Bourguignon <madko@linuxed.net>
Date : 2016-11-05T17:17:50+01:00
Stats : +15/-25 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glances/c/7f2feb5d04911e1f54b7f0b047a0ad3aa3ddff82?branch=epel10
Log:
keep package name
---
diff --git a/glances.spec b/glances.spec
index b1dde76..ee83074 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,7 +1,6 @@
-%global srcname glances
%global sum CLI curses based monitoring tool
-Name: python-%{srcname}
+Name: glances
Version: 2.7.1
Release: 1%{?dist}
Summary: %{sum}
@@ -16,6 +15,10 @@ BuildRequires: python-setuptools python3-setuptools
BuildRequires: python2-psutil >= 2.0.0
BuildRequires: python3-psutil >= 2.0.0
+%{?python_provide:%python_provide python3-%{name}}
+Requires: python3-setuptools
+Requires: python3-psutil >= 2.0.0
+
%description
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -24,28 +27,15 @@ Glances uses the PsUtil library to get information from your system.
It is developed in Python.
-%package -n python2-%{srcname}
-%{?python_provide:%python_provide python2-%{srcname}}
+%package -n python2-%{name}
+%{?python_provide:%python_provide python2-%{name}}
Requires: python-setuptools
Requires: python2-psutil >= 2.0.0
Summary: %{sum}
-%{?python_provide:%python_provide python2-%{srcname}}
-
-%description -n python2-%{srcname}
-Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
-
-Glances uses the PsUtil library to get information from your system.
-
-It is developed in Python.
-
-
-%package -n %{srcname}
-%{?python_provide:%python_provide python3-%{srcname}}
-Requires: python3-setuptools
-Requires: python3-psutil >= 2.0.0
-Summary: %{sum}
+Provides: %{name} = %{version}-%{release}
+%{?python_provide:%python_provide python2-%{name}}
-%description -n %{srcname}
+%description -n python2-%{name}
Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
Glances uses the PsUtil library to get information from your system.
@@ -54,7 +44,7 @@ It is developed in Python.
%prep
-%autosetup -n %{srcname}-%{version}
+%autosetup -n %{name}-%{version}
%build
%py2_build
@@ -75,21 +65,21 @@ It is developed in Python.
rm -rf %{buildroot}
-%files -n python2-%{srcname}
+%files -n python2-%{name}
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
-%{python2_sitelib}/%{srcname}/
+%{python2_sitelib}/%{name}/
%{python2_sitelib}/Glances-%{version}-py%{python2_version}.egg-info/
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
-%files -n %{srcname}
+%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.rst NEWS
%license COPYING
%{_bindir}/glances
-%{python3_sitelib}/%{srcname}/
+%{python3_sitelib}/%{name}/
%{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
%exclude %{_datadir}/doc/glances
%{_datadir}/man/man1/glances.1.gz
next reply other threads:[~2026-08-30 14:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-30 14:23 Edouard Bourguignon [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-08-30 14:23 [rpms/glances] epel10: keep package name Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon
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=178809978609.1.8350433710289630889.rpms-glances-7f2feb5d0491@fedoraproject.org \
--to=madko@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