## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec %bcond_without doc %global srcname flufl.lock %global pkgname flufl-lock %global summary NFS-safe file locking with timeouts for POSIX systems %global _description \ The flufl.lock library provides an NFS-safe file-based locking algorithm \ influenced by the GNU/Linux "open(2)" man page, under the description of \ the "O_EXCL" option. Name: python-%{pkgname} Version: 6.0 Release: %autorelease Summary: %{summary} License: ASL 2.0 URL: https://gitlab.com/warsaw/flufl.lock Source0: %{pypi_source %{srcname}} BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel %if %{with doc} BuildRequires: python3dist(sphinx) BuildRequires: python3dist(sphinx-autodoc-typehints) %endif %description %{_description} %package -n python%{python3_pkgversion}-%{pkgname} Summary: %{summary} %description -n python%{python3_pkgversion}-%{pkgname} %{_description} %if %{with doc} %package -n python%{python3_pkgversion}-%{pkgname}-doc Summary: Documentation for %{pkgname} Suggests: python%{python3_pkgversion}-%{pkgname} = %{version}-%{release} %description -n python%{python3_pkgversion}-%{pkgname}-doc %{_description} This package contains the documentation for %{pkgname}. %endif %prep %autosetup -n %{srcname}-%{version} %generate_buildrequires %pyproject_buildrequires -t %build %pyproject_wheel %if %{with doc} PYTHONPATH=.:${PYTHONPATH} sphinx-build docs docs/_build/html %endif %install %pyproject_install %pyproject_save_files flufl %check %pytest %files -n python%{python3_pkgversion}-%{pkgname} -f %{pyproject_files} %license LICENSE %doc README.rst %{python3_sitelib}/%{srcname}-%{version}-py*-nspkg.pth %if %{with doc} %files -n python%{python3_pkgversion}-%{pkgname}-doc %license LICENSE %doc docs/_build/html/* %endif %changelog * Fri Dec 10 2021 Michel Alexandre Salim - 6.0-1 - Update to 6.0 - Adjust spec for latest packaging guidelines - Opt in to rpmautospec * Fri Jul 23 2021 Fedora Release Engineering - 3.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 3.2-12 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 3.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 3.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 3.2-9 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 3.2-7 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 3.2-6 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 3.2-2 - Rebuilt for Python 3.7 * Thu Feb 15 2018 Aurelien Bompard - 3.2-1 - Version 3.2 * Fri Feb 09 2018 Fedora Release Engineering - 2.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Aurelien Bompard - 2.4.1-5 - Fix BuildRequires name * Thu Jul 27 2017 Fedora Release Engineering - 2.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 2.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 2.4.1-2 - Rebuild for Python 3.6 * Wed Sep 14 2016 Aurelien Bompard - 2.4.1-1 - Initial package.