public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/reuse] epel10: Remove unnecessary pypi_name variable
@ 2026-08-19 12:50 Maxwell G
0 siblings, 0 replies; only message in thread
From: Maxwell G @ 2026-08-19 12:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/reuse
Branch : epel10
Commit : 6fbeb85890928e32a99d62661706951150854d31
Author : Maxwell G <gotmax@e.email>
Date : 2021-09-26T16:06:20-05:00
Stats : +5/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/reuse/c/6fbeb85890928e32a99d62661706951150854d31?branch=epel10
Log:
Remove unnecessary pypi_name variable
---
diff --git a/reuse.spec b/reuse.spec
index 378b6ae..ef69ca8 100644
--- a/reuse.spec
+++ b/reuse.spec
@@ -1,5 +1,3 @@
-%global pypi_name reuse
-
Name: reuse
Version: 0.13.0
Release: 1%{?dist}
@@ -41,7 +39,7 @@ it is a linter that checks for a project's compliance, and a compiler that
generates a project's bill of materials.
%prep
-%autosetup -n %{pypi_name}-%{version}
+%autosetup -n %{name}-%{version}
# Remove this line when sphinx-autodoc-typehints is up-to-date.
sed -i "/sphinx_autodoc_typehints/d" docs/conf.py
@@ -61,13 +59,14 @@ popd
%files
%license LICENSES/*.txt
%doc README.md CHANGELOG.md docs/html/
-%{_bindir}/%{pypi_name}
-%{python3_sitelib}/%{pypi_name}/
-%{python3_sitelib}/%{pypi_name}*egg-info/
+%{_bindir}/%{name}
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}*egg-info/
%changelog
* Sun Sep 26 2021 Maxwell G <gotmax@e.email> - 0.13.0-1
- Update to 0.13.0. Fixes rhbz#1970928.
+- Remove unnecessary pypi_name variable
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-19 12:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 12:50 [rpms/reuse] epel10: Remove unnecessary pypi_name variable Maxwell G
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox