diff --git a/python-pefile.spec b/python-pefile.spec index 9aa9e05..2191a7c 100644 --- a/python-pefile.spec +++ b/python-pefile.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-pefile -Version: 2023.2.7 +Version: 2024.8.26 Release: 1mamba Summary: Python PE parsing module Group: System/Libraries @@ -44,16 +44,15 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %{python3_sitelib}/__pycache__/pefile.cpython-*.pyc %{python3_sitelib}/__pycache__/peutils.cpython-*.pyc -%{python3_sitelib}/ordlookup/__init__.py -%{python3_sitelib}/ordlookup/__pycache__/__init__.cpython-*.pyc -%{python3_sitelib}/ordlookup/__pycache__/oleaut32.cpython-*.pyc -%{python3_sitelib}/ordlookup/__pycache__/ws2_32.cpython-*.pyc -%{python3_sitelib}/ordlookup/oleaut32.py -%{python3_sitelib}/ordlookup/ws2_32.py +%dir %{python3_sitelib}/ordlookup +%{python3_sitelib}/ordlookup/* %{python3_sitelib}/pefile.py %{python3_sitelib}/peutils.py %doc LICENSE %changelog +* Sun Sep 01 2024 Automatic Build System 2024.8.26-1mamba +- automatic version update by autodist + * Sun Jun 09 2024 Silvan Calarco 2023.2.7-1mamba - package created using the webbuild interface