]> git.pld-linux.org Git - packages/python3-doxyqml.git/blame - python3-doxyqml.spec
rebuild with tests and docs
[packages/python3-doxyqml.git] / python3-doxyqml.spec
CommitLineData
4bfb7783
WF
1# Conditional build:
2%bcond_without tests # unit tests
43228904
WF
3%define module doxyqml
4Summary: Doxyqml
5Summary(pl.UTF-8): Doxyqml
6Name: python3-%{module}
4bfb7783 7Version: 0.5.1
915713df 8Release: 5
43228904
WF
9License: BSD
10Group: Libraries/Python
4bfb7783
WF
11Source0: https://invent.kde.org/sdk/doxyqml/-/archive/%{version}/%{module}-%{version}.tar.bz2
12# Source0-md5: 7935ea56fc6ce9a102737fd93cf493a9
13URL: https://agateau.com/projects/doxyqml/
43228904
WF
14BuildRequires: python3-modules >= 1:3.2
15BuildRequires: python3-setuptools
16BuildRequires: rpm-pythonprov
17BuildRequires: rpmbuild(macros) >= 1.714
18Requires: python3-modules >= 1:3.2
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Doxyqml lets you use Doxygen to document your QML classes.
24
25%description -l pl.UTF-8
26Doxyqml pozwala Ci użycić Doxygena do dokumentowania Twoich
27klas QML.
28
29%prep
30%setup -q -n %{module}-%{version}
31
32%build
33%py3_build
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38%py3_install
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%dir %{py3_sitescriptdir}/%{module}
46%attr(755,root,root) %{_bindir}/doxyqml
47%{py3_sitescriptdir}/%{module}/*.py
48%{py3_sitescriptdir}/%{module}/__pycache__
49%{py3_sitescriptdir}/%{module}-%{version}-py*.egg-info
This page took 0.092099 seconds and 4 git commands to generate.