add: standard-aifc (#8669)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2025-12-27 17:08:49 -06:00
committed by GitHub
parent 1eca359bc1
commit a4d904c39e
3 changed files with 59 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "standard-aifc.spec"
}
}
@@ -0,0 +1,52 @@
%global pypi_name standard-aifc
%global _desc Standard library aifc redistribution.
Name: python-%{pypi_name}
Version: 3.13.0
Release: 1%?dist
Summary: Standard library aifc redistribution
License: PSF-2.0
URL: https://github.com/youknowone/python-deadlib
Source0: %url/archive/refs/tags/v%version.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-wheel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%_desc
%package -n python3-%{pypi_name}
Summary: %{summary}
Provides: standard-aifc
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
%_desc
%prep
%autosetup -n python-deadlib-%{version}
%build
pushd aifc
%pyproject_wheel
popd
%install
pushd aifc
%pyproject_install
%pyproject_save_files aifc
popd
%files -n python3-%{pypi_name} -f %{pyproject_files}
%doc aifc/Doc/aifc.rst
%doc aifc/README.rst
%license aifc/LICENSE
%changelog
* Fri Dec 26 2025 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -0,0 +1 @@
rpm.version(pypi("standard-aifc"));