diff --git a/yawn.spec b/yawn.spec index 07d4c34..95e686c 100644 --- a/yawn.spec +++ b/yawn.spec @@ -2,16 +2,15 @@ %global apacheconfdir /etc/httpd %global svnrev 632 %global revdate 20140318 -%global ver 0.1.7 Name: yawn Version: 0 -Release: 0.58.%{revdate}svn%{svnrev}%{?dist} +Release: 0.34.%{revdate}svn%{svnrev}%{?dist} Summary: Yet Another WBEM Navigator -License: LGPL-2.1-or-later -URL: http://pywbem.github.io/yawn/index.html +License: GPLv2 +URL: https://sourceforge.net/apps/mediawiki/pywbem/index.php?title=YAWN # The source for this package was pulled from upstream svn repository. # Use the following commands to get the archive: # svn export -r 632 https://svn.code.sf.net/p/pywbem/code/yawn/trunk/mod_wsgi yawn-20140318 @@ -38,16 +37,15 @@ Script to run yawn without Apache web server. %prep %setup -q -n %{name}-%{revdate} -%autopatch -p1 - -%generate_buildrequires -%pyproject_buildrequires +%patch0 -p1 -b .fix-shebang-lines +%patch1 -p1 -b .python-3-support +%patch2 -p1 -b .fix-requires %build -%pyproject_wheel +%{__python3} setup.py build %install -%pyproject_install +%{__python3} setup.py install --skip-build --root ${RPM_BUILD_ROOT} mkdir -p $RPM_BUILD_ROOT%{htmldir} install ./scripts/yawn.wsgi $RPM_BUILD_ROOT%{htmldir}/index.wsgi install -d $RPM_BUILD_ROOT%{apacheconfdir}/conf.d/ @@ -58,8 +56,7 @@ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yaw %files %{htmldir} -%{python3_sitelib}/pywbem_yawn/ -%{python3_sitelib}/yawn-%{ver}.dist-info/ +%{python3_sitelib}/* %config(noreplace) %{apacheconfdir}/conf.d/yawn.conf %doc README Changelog @@ -67,79 +64,6 @@ install -m 0644 ./apache/yawn.conf ${RPM_BUILD_ROOT}/%{apacheconfdir}/conf.d/yaw %{_bindir}/yawn.py %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 0-0.58.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Thu Jun 04 2026 Python Maint - 0-0.57.20140318svn632 -- Rebuilt for Python 3.15 - -* Sat Jan 17 2026 Fedora Release Engineering - 0-0.56.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Fri Sep 19 2025 Python Maint - 0-0.55.20140318svn632 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Wed Aug 27 2025 Vitezslav Crhonek - 0-0.54.20140318svn632 -- Stop using deprecated python setup.py build/install command in the spec - Resolves: #2378639 - -* Fri Aug 15 2025 Python Maint - 0-0.53.20140318svn632 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 0-0.52.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 0-0.51.20140318svn632 -- Rebuilt for Python 3.14 - -* Sun Jan 19 2025 Fedora Release Engineering - 0-0.50.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Jul 20 2024 Fedora Release Engineering - 0-0.49.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 0-0.48.20140318svn632 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 0-0.47.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 0-0.46.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 0-0.45.20140318svn632 -- Rebuilt for Python 3.12 - -* Mon Jun 05 2023 Vitezslav Crhonek - 0-0.44.20140318svn632 -- SPDX migration, update project URL - -* Sat Jan 21 2023 Fedora Release Engineering - 0-0.43.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0-0.42.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 0-0.41.20140318svn632 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 0-0.40.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0-0.39.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0-0.38.20140318svn632 -- Rebuilt for Python 3.10 - -* Thu Jan 28 2021 Fedora Release Engineering - 0-0.37.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0-0.36.20140318svn632 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro HronĨok - 0-0.35.20140318svn632 -- Rebuilt for Python 3.9 - * Fri Jan 31 2020 Fedora Release Engineering - 0-0.34.20140318svn632 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild