Add some extra empty lines to the spec to make it easier to read

This commit is contained in:
Miro Hrončok 2023-10-02 11:08:27 +02:00
parent 063253be20
commit fedb9fb453

View File

@ -34,6 +34,7 @@ Foreign Function Interface for Python, providing a convenient and
reliable way of calling existing C code from Python. The interface is reliable way of calling existing C code from Python. The interface is
based on LuaJITs FFI. based on LuaJITs FFI.
%package -n python3-cffi %package -n python3-cffi
Summary: %{summary} Summary: %{summary}
@ -42,6 +43,7 @@ Foreign Function Interface for Python, providing a convenient and
reliable way of calling existing C code from Python. The interface is reliable way of calling existing C code from Python. The interface is
based on LuaJITs FFI. based on LuaJITs FFI.
%package doc %package doc
Summary: Documentation for CFFI Summary: Documentation for CFFI
BuildArch: noarch BuildArch: noarch
@ -50,12 +52,15 @@ BuildRequires: python3-sphinx
%description doc %description doc
Documentation for CFFI, the Foreign Function Interface for Python. Documentation for CFFI, the Foreign Function Interface for Python.
%prep %prep
%autosetup -p1 -n cffi-v%{version} %autosetup -p1 -n cffi-v%{version}
%generate_buildrequires %generate_buildrequires
%pyproject_buildrequires requirements.txt %pyproject_buildrequires requirements.txt
%build %build
%pyproject_wheel %pyproject_wheel
@ -63,13 +68,16 @@ cd doc
make html make html
rm build/html/.buildinfo rm build/html/.buildinfo
%install %install
%pyproject_install %pyproject_install
%pyproject_save_files _cffi_backend cffi %pyproject_save_files _cffi_backend cffi
%check %check
%pytest %pytest
%files -n python3-cffi -f %{pyproject_files} %files -n python3-cffi -f %{pyproject_files}
%doc README.md %doc README.md
@ -77,6 +85,7 @@ rm build/html/.buildinfo
%license LICENSE %license LICENSE
%doc doc/build/html %doc doc/build/html
%changelog %changelog
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-6 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild