[packages/python3-rdap] Rel 2; avoid collision with rdap.spec
arekm
arekm at pld-linux.org
Sun Mar 29 01:48:07 CET 2026
commit 7f21e77352358bb593ba64add86d5b5f6a503730
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 29 01:47:54 2026 +0100
Rel 2; avoid collision with rdap.spec
python3-rdap.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python3-rdap.spec b/python3-rdap.spec
index 704d815..40f8757 100644
--- a/python3-rdap.spec
+++ b/python3-rdap.spec
@@ -4,7 +4,7 @@
Summary: Registration Data Access Protocol tools
Name: python3-%{module}
Version: 1.7.0
-Release: 1
+Release: 2
License: Apache v2.0
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/rdap/
@@ -51,12 +51,14 @@ rm -rf $RPM_BUILD_ROOT
%py3_install_pyproject
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/{rdap,pyrdap}
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc CHANGELOG.md LICENSE README.md
-%attr(755,root,root) %{_bindir}/rdap
+%attr(755,root,root) %{_bindir}/pyrdap
%{py3_sitescriptdir}/rdap
%{py3_sitescriptdir}/rdap-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-rdap.git/commitdiff/7f21e77352358bb593ba64add86d5b5f6a503730
More information about the pld-cvs-commit
mailing list