forked from pool/kapidox
Accepting request 891726 from KDE:Frameworks5
KDE Frameworks 5.82 (forwarded request 891438 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/891726 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kapidox?expand=0&rev=89
This commit is contained in:
commit
4714180327
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42ff9da76a192cd9a9c6007ca75cb184703c888c4c141a8ac39655d982bf04f3
|
||||
size 194620
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprRAACgkQWNDuZIpI
|
||||
s7te4AgAjFodSqv0iHKdZopHumhVnG8QKvESEH00hRD0Rj4kArOPTToAMVstJp8W
|
||||
MaymA15i8rpPXTSK+G2GuBDKTErMxzuJF17Y4Hz71G1YIv37tacsOYIiKO1oJxZg
|
||||
HUurrOUxsd332QeYlx8SZRW9mnSFuFtPFwm8rLDqVkM6qQKnghCR4hXEiH8hRlz+
|
||||
XXmG+Y/3767jMl2m0iYWzB6D7OF87nEkc9KWG9bw3RPbDdUp3VIWJfhaZn+GK2fu
|
||||
kBe1XHqDnfkekaNZ+SVtE76RSr9Nn7B5R64GOJakq5Aju4e/PxmBeSLy/qKrWpL7
|
||||
XgLt4dxcnqWk6H25dnsPwMKj4JRZ/w==
|
||||
=yojJ
|
||||
-----END PGP SIGNATURE-----
|
3
kapidox-5.82.0.tar.xz
Normal file
3
kapidox-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86ab7b91d1526aaf58421786c66e3db6b357f78a883c9efb800b8e81544bde48
|
||||
size 194608
|
11
kapidox-5.82.0.tar.xz.sig
Normal file
11
kapidox-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaWsACgkQWNDuZIpI
|
||||
s7v4CAgAoPG34bxoXw4woE4V+Vg+zwCdhPz3UJz589LKVvLnOyuzIlxf7hCuzi5O
|
||||
56QhllqMl5wM1oTNfexL20K01yyUPXW0nHYWA/6QHSFdnRQITISo3zpAys9MD6Cz
|
||||
0uJGP7eBwkI5DxqxT5YEt53v8K7pKpiMxUuRbySILpoZvJIPiBXWJ9mI1q+vwdtO
|
||||
vHDhZmHO0TI6FVSbiJPmbFWL3aRBXPMgh134blaKRYBN9Jja/lkm1uF9mjTx85dj
|
||||
qCxVYtnUbBz6toNhNsPUpsNW/xG51Nnukagql/HETaM8aqNgTiBLBusTbh3Hul4b
|
||||
8Vpuvr+BhoF5UKVS7KzXsn0byrMPJw==
|
||||
=BBSu
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:33 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- Changes since 5.81.0:
|
||||
* Add missing dist and egg-info to gitignore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:07 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
12
kapidox.spec
12
kapidox.spec
@ -18,13 +18,13 @@
|
||||
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
Name: kapidox
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Scripts and data for building API documentation
|
||||
License: BSD-2-Clause
|
||||
@ -53,14 +53,14 @@ The kapidox framework enables the generation of API documentation from
|
||||
Doxygen-formatted codde comments in a standard format and style.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_kf5_prefix} --root=%{buildroot}
|
||||
%fdupes %{buildroot}
|
||||
python3 setup.py install --prefix=%{_kf5_prefix} --root=%{buildroot}
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user