-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpython-canonical-sphinx-extensions.spec
More file actions
64 lines (43 loc) · 1.48 KB
/
python-canonical-sphinx-extensions.spec
File metadata and controls
64 lines (43 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%global srcname canonical_sphinx_extensions
%global pypi_name canonical-sphinx-extensions
Name: python-%{pypi_name}
Version: 0.0.34
Release: 0.1%{?dist}
Summary: Sphinx extensions used by Canonical
License: Apache-2.0
URL: https://github.com/canonical/canonical-sphinx-extensions
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: pyproject-rpm-macros
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%global common_desc \
This package provides several Sphinx extensions that are used in Canonical \
documentation.
%description
%common_desc
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
%description -n python3-%{pypi_name}
%common_desc
%prep
%autosetup -n %{srcname}-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files '*' +auto
%files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE
%changelog
* Sat Dec 13 2025 Reto Gantenbein <reto.gantenbein@linuxmonk.ch> 0.0.34-0.1
- Update to 0.0.34
* Sun Aug 24 2025 Reto Gantenbein <reto.gantenbein@linuxmonk.ch> 0.0.33-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Aug 01 2025 Reto Gantenbein <reto.gantenbein@linuxmonk.ch> 0.0.33-0.1
- Update to 0.0.33
* Sat Nov 30 2024 Reto Gantenbein <reto.gantenbein@linuxmonk.ch> 0.0.23-0.1
- Initial package