Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f236227fad | |||
| 5a6b2b8554 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 15 06:24:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Use pyproject macros to build and install.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 24 14:13:47 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
Mon Mar 24 14:13:47 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,8 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -57,6 +58,7 @@ Summary: Digital Forensics Artifact Repository Validator
|
|||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Requires: artifacts
|
Requires: artifacts
|
||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML
|
||||||
|
Requires: python3-pip
|
||||||
|
|
||||||
%description validator
|
%description validator
|
||||||
Python modules and program to validate the artifact data. It is
|
Python modules and program to validate the artifact data. It is
|
||||||
@@ -68,10 +70,10 @@ themselves and not use these Python modules.
|
|||||||
%setup -q -n artifacts-%{timestamp}
|
%setup -q -n artifacts-%{timestamp}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%fdupes %{buildroot}%{python_sitelib}
|
%fdupes %{buildroot}%{python_sitelib}
|
||||||
# these are installed to the wrong dir by %{name}
|
# these are installed to the wrong dir by %{name}
|
||||||
rm %{buildroot}/usr/share/doc/%{name}/ACKNOWLEDGEMENTS
|
rm %{buildroot}/usr/share/doc/%{name}/ACKNOWLEDGEMENTS
|
||||||
@@ -89,7 +91,8 @@ rm %{buildroot}/usr/share/doc/%{name}/README
|
|||||||
|
|
||||||
%files validator
|
%files validator
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/artifacts*
|
%{python_sitelib}/artifacts
|
||||||
|
%{python_sitelib}/artifacts-%{version}.dist-info
|
||||||
%{_bindir}/validator.py
|
%{_bindir}/validator.py
|
||||||
%{_bindir}/stats.py
|
%{_bindir}/stats.py
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user