From 49fdd81315d7ff0782bc41c5c5f2ff78ae1d62d8 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 25 Oct 2024 18:48:45 +0300 Subject: [PATCH] import python-pycdio-2.1.0-15.el10 --- .gitignore | 1 + .python-pycdio.metadata | 1 + SPECS/python-pycdio.spec | 219 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 221 insertions(+) create mode 100644 .gitignore create mode 100644 .python-pycdio.metadata create mode 100644 SPECS/python-pycdio.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0378667 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pycdio-2.1.0.tar.gz diff --git a/.python-pycdio.metadata b/.python-pycdio.metadata new file mode 100644 index 0000000..c26f4a7 --- /dev/null +++ b/.python-pycdio.metadata @@ -0,0 +1 @@ +188fdbc176d0e0fd2c08520f76cd7e8f9e477c20 SOURCES/pycdio-2.1.0.tar.gz diff --git a/SPECS/python-pycdio.spec b/SPECS/python-pycdio.spec new file mode 100644 index 0000000..d3e631d --- /dev/null +++ b/SPECS/python-pycdio.spec @@ -0,0 +1,219 @@ +Name: python-pycdio +Version: 2.1.0 +Release: 15%{?dist} +Summary: A Python interface to the CD Input and Control library + +License: GPL-3.0-or-later +URL: http://www.gnu.org/software/libcdio/ +Source0: %pypi_source pycdio + +BuildRequires: gcc +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: libcdio-devel +BuildRequires: swig + +%if 0%{?fedora} +# For tests +BuildRequires: python3-nose +%endif + +%description +The pycdio (and libcdio) libraries encapsulate CD-ROM reading and +control. Python programs wishing to be oblivious of the OS- and +device-dependent properties of a CD-ROM can use this library. + +%package -n python3-pycdio +Summary: A Python interface to the CD Input and Control library +Obsoletes: pycdio < 2.0.0-6 +Provides: pycdio = %{version}-%{release} +%{?python_provide:%python_provide python3-pycdio} + +%description -n python3-pycdio +The pycdio (and libcdio) libraries encapsulate CD-ROM reading and +control. Python programs wishing to be oblivious of the OS- and +device-dependent properties of a CD-ROM can use this library. + +%prep +%autosetup -n pycdio-%{version} -p1 +# hotfix for Python 3.12, please bring this upstream +# fixes https://bugzilla.redhat.com/2155240 +sed -i 's/assertEquals/assertEqual/' test/test-cdtext.py + +%build +%py3_build + +%install +%py3_install +chmod 755 %{buildroot}/%{python3_sitearch}/*.so + +%if 0%{?fedora} +%check +%python3 setup.py nosetests +%endif + +%files -n python3-pycdio +%license COPYING +%doc README.rst ChangeLog AUTHORS NEWS.md THANKS +%{python3_sitearch}/__pycache__/* +%{python3_sitearch}/_pycdio* +%{python3_sitearch}/_pyiso9660* +%{python3_sitearch}/cdio.py +%{python3_sitearch}/iso9660.py +%{python3_sitearch}/pycdio.py +%{python3_sitearch}/pyiso9660.py +%{python3_sitearch}/pycdio-%{version}-py3*.egg-info/ + +%changelog +* Mon Jun 24 2024 Troy Dawson - 2.1.0-15 +- Bump release for June 2024 mass rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 2.1.0-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 2.1.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 2.1.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 2.1.0-11 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 2.1.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 2.1.0-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 2.1.0-8 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 2.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 2.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 2.1.0-5 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro HronĨok - 2.1.0-2 +- Rebuilt for Python 3.9 + +* Mon Mar 30 2020 Adrian Reber - 2.1.0-1 +- Updated to 2.1.0 for libcdio-2.1.0 update + +* Thu Jan 30 2020 Fedora Release Engineering - 2.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Nov 26 2019 Kevin Fenzi - 2.0.0-7 +- Review fixes: drop python3 dep, Update obsoletes, add python_provide +- Review fixes: Use pypi_source, fixed files globbing. + +* Mon Nov 25 2019 Kevin Fenzi - 2.0.0-6 +- Rename pycdio to python3-pycdio, keeping release + +* Fri Jul 26 2019 Fedora Release Engineering - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Iryna Shcherbina - 2.0.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Tue Feb 06 2018 Adrian Reber - 2.0.0-1 +- Updated to 2.0.0 for proper libcdio-2.0.0 support + +* Thu Jan 25 2018 Adrian Reber - 0.21-1 +- Rebuilt for libcdio-2.0.0 +- Updated to latest upstream + patches from git + +* Thu Aug 03 2017 Fedora Release Engineering - 0.20-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.20-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.20-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Nov 16 2016 Adrian Reber - 0.20-4 +- Rebuilt for libcdio-0.94 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.20-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 3 2015 Adam Williamson - 0.20-1 +- update to latest upstream (fixes #1269003) +- clean and modernize spec a little (note: no longer EPEL5 compatible) + +* Thu Jun 18 2015 Fedora Release Engineering - 0.19-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Nov 11 2014 Adrian Reber - 0.19-6 +- Rebuilt for libcdio-0.93 + +* Sun Aug 17 2014 Fedora Release Engineering - 0.19-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.19-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Dec 16 2013 Adrian Reber - 0.19-3 +- Rebuilt for libcdio-0.92 + +* Sun Aug 04 2013 Fedora Release Engineering - 0.19-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Feb 18 2013 Adrian Reber - 0.19-1 +- Updated to 0.19 which actually works with libcdio-0.90 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Jan 08 2013 Adrian Reber - 0.18-1 +- Updated to 0.18 (for for libcdio-0.90 rebuild) + +* Sat Jul 21 2012 Fedora Release Engineering - 0.17-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.17-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sun Nov 20 2011 Adrian Reber - 0.17-2 +- Rebuilt for libcdio-0.83 +* Fri Apr 22 2011 Jay Greguske 0.17-1 +- Fix source url +* Fri Apr 22 2011 Jay Greguske 0.17-0 +- Update to 0.17 +* Tue Feb 08 2011 Fedora Release Engineering - 0.16-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild +* Wed Jul 21 2010 David Malcolm - 0.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild +* Fri Jan 22 2010 Adrian Reber - 0.16-2 +- Rebuilt for libcdio-0.82 +* Wed Oct 28 2009 Jay Greguske - 0.16-1 +- Updated to version 0.16 +* Mon Sep 28 2009 Jay Greguske - 0.15-4 +- Off-by-one compensation in get_devices_* not needed anymore +* Tue Jul 28 2009 Jay Greguske - 0.15-3 +- Added a patch to remove unnecessary shebangs +* Mon Jul 27 2009 Jay Greguske - 0.15-2 +- Corrected the license field +* Tue Jul 21 2009 Jay Greguske - 0.15-1 +- Initial RPM release.