forked from pool/kapidox
- Rework summary and description to match what this package actually
does - Reformat the spec with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kapidox?expand=0&rev=136
This commit is contained in:
parent
66e23ef606
commit
e1bd0a3a72
@ -7,8 +7,10 @@ Wed Mar 14 13:37:16 UTC 2018 - lbeltrame@kde.org
|
|||||||
* Remove shebangs from non-executable files
|
* Remove shebangs from non-executable files
|
||||||
- Add an explicit dependency on libqt5-qttools (needed for QCH
|
- Add an explicit dependency on libqt5-qttools (needed for QCH
|
||||||
generation)
|
generation)
|
||||||
- Rework summary and description to match what this package does
|
- Rework summary and description to match what this package actually
|
||||||
|
does
|
||||||
- Switch from Python 2 to Python 3 usage
|
- Switch from Python 2 to Python 3 usage
|
||||||
|
- Reformat the spec with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 23:29:40 CET 2018 - lbeltrame@kde.org
|
Mon Mar 12 23:29:40 CET 2018 - lbeltrame@kde.org
|
||||||
|
26
kapidox.spec
26
kapidox.spec
@ -24,17 +24,6 @@
|
|||||||
Name: kapidox
|
Name: kapidox
|
||||||
Version: 5.44.0
|
Version: 5.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: doxygen
|
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: kf5-filesystem
|
|
||||||
BuildRequires: python3
|
|
||||||
Requires: python3-Jinja2
|
|
||||||
Recommends: python3-PyYAML
|
|
||||||
Requires: doxygen
|
|
||||||
Requires: graphviz
|
|
||||||
Requires: graphviz-gd
|
|
||||||
Requires: libqt5-qttools
|
|
||||||
Requires: python3-xml
|
|
||||||
Summary: Scripts and data for building API documentation
|
Summary: Scripts and data for building API documentation
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -44,7 +33,16 @@ Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%
|
|||||||
Patch0: 0001-Remove-shebangs-from-non-executable-files.patch
|
Patch0: 0001-Remove-shebangs-from-non-executable-files.patch
|
||||||
# PATCH-FIX-UPSTREAM
|
# PATCH-FIX-UPSTREAM
|
||||||
Patch1: 0001-Look-first-for-qhelpgenerator-qt5-for-help-generatio.patch
|
Patch1: 0001-Look-first-for-qhelpgenerator-qt5-for-help-generatio.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: python3
|
||||||
|
Requires: doxygen
|
||||||
|
Requires: graphviz
|
||||||
|
Requires: graphviz-gd
|
||||||
|
Requires: libqt5-qttools
|
||||||
|
Requires: python3-Jinja2
|
||||||
|
Requires: python3-xml
|
||||||
|
Recommends: python3-PyYAML
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,8 +61,8 @@ Doxygen-formatted codde comments in a standard format and style.
|
|||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license LICENSE
|
||||||
%doc README* LICENSE
|
%doc README*
|
||||||
%{_kf5_bindir}/kapidox_generate
|
%{_kf5_bindir}/kapidox_generate
|
||||||
%{_kf5_bindir}/depdiagram-generate
|
%{_kf5_bindir}/depdiagram-generate
|
||||||
%{_kf5_bindir}/depdiagram-generate-all
|
%{_kf5_bindir}/depdiagram-generate-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user