diff options
Diffstat (limited to 'python-rpm-generators.spec')
-rw-r--r-- | python-rpm-generators.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python-rpm-generators.spec b/python-rpm-generators.spec index fe699c2..94e645e 100644 --- a/python-rpm-generators.spec +++ b/python-rpm-generators.spec @@ -2,7 +2,7 @@ Name: python-rpm-generators Version: 14 -Release: 2 +Release: 1 Summary: Dependency generators for Python RPMs License: GPL-2.0-or-later AND LGPL-2.1-or-later AND (Public Domain OR LGPL-2.1-or-later OR GPL-2.0-or-later) @@ -10,11 +10,14 @@ URL: https://src.fedoraproject.org/rpms/python-rpm-generators Source0: https://raw.githubusercontent.com/rpm-software-management/rpm/102eab50b3d0d6546dfe082eac0ade21e6b3dbf1/COPYING Source1: python.attr Source2: pythondist.attr +# This was crafted in-place as a fork of python.attr, hence also GPL-2.0-or-later +Source3: pythonname.attr # This one is also originally from RPM, but it has its own license declaration: LGPL-2.1-or-later Source4: pythondistdeps.py # This was crafted in-place with the following license declaration: # Public-Domain OR CC0-1.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later Source5: pythonbundles.py +Requires: python3dist(packaging) BuildArch: noarch @@ -43,13 +46,11 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py %license COPYING %{_fileattrsdir}/python.attr %{_fileattrsdir}/pythondist.attr +%{_fileattrsdir}/pythonname.attr %{_rpmconfigdir}/pythondistdeps.py %{_rpmconfigdir}/pythonbundles.py %changelog -* Wed Oct 23 2024 Funda Wang <fundawang@yeah.net> - 14-2 -- drop pythonname.attr as it requries fedora.srpm.python which is not available - * Sat Oct 19 2024 Funda Wang <fundawang@yeah.net> - 14-1 - update to latest upstream version |