update to 1.8.15
This commit is contained in:
parent
c63dd6e3d7
commit
70024853b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@ doxygen-1.7.1.src.tar.gz
|
|||||||
/doxygen-1.8.12.src.tar.gz
|
/doxygen-1.8.12.src.tar.gz
|
||||||
/doxygen-1.8.13.src.tar.gz
|
/doxygen-1.8.13.src.tar.gz
|
||||||
/doxygen-1.8.14.src.tar.gz
|
/doxygen-1.8.14.src.tar.gz
|
||||||
|
/doxygen-1.8.15.src.tar.gz
|
||||||
|
21
doxygen.spec
21
doxygen.spec
@ -7,13 +7,13 @@
|
|||||||
Summary: A documentation system for C/C++
|
Summary: A documentation system for C/C++
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.8.14
|
Version: 1.8.15
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# No version is specified.
|
# No version is specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: http://www.stack.nl/~dimitri/doxygen/index.html
|
Url: http://www.doxygen.nl
|
||||||
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
Source0: http://doxygen.nl/files/%{name}-%{version}.src.tar.gz
|
||||||
# this icon is part of kdesdk
|
# this icon is part of kdesdk
|
||||||
Source1: doxywizard.png
|
Source1: doxywizard.png
|
||||||
Source2: doxywizard.desktop
|
Source2: doxywizard.desktop
|
||||||
@ -104,7 +104,7 @@ pushd %{_target_platform}
|
|||||||
%if ! 0%{?_module_build}
|
%if ! 0%{?_module_build}
|
||||||
%cmake \
|
%cmake \
|
||||||
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
|
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
|
||||||
-Dbuild_doc=ON \
|
-Dbuild_doc=OFF \
|
||||||
-Dbuild_wizard=ON \
|
-Dbuild_wizard=ON \
|
||||||
-Dbuild_xmlparser=ON \
|
-Dbuild_xmlparser=ON \
|
||||||
-Dbuild_search=%{xapian_core_support} \
|
-Dbuild_search=%{xapian_core_support} \
|
||||||
@ -126,12 +126,6 @@ pushd %{_target_platform}
|
|||||||
%endif
|
%endif
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%if ! 0%{?_module_build}
|
|
||||||
make docs %{?_smp_mflags} -C %{_target_platform}
|
|
||||||
%else
|
|
||||||
mkdir -p *-redhat-linux-gnu/latex
|
|
||||||
touch *-redhat-linux-gnu/latex/doxygen_manual.pdf
|
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags} -C %{_target_platform}
|
make %{?_smp_mflags} -C %{_target_platform}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -163,8 +157,6 @@ make tests -C %{_target_platform}
|
|||||||
%files
|
%files
|
||||||
%doc LANGUAGE.HOWTO README.md
|
%doc LANGUAGE.HOWTO README.md
|
||||||
%if ! 0%{?_module_build}
|
%if ! 0%{?_module_build}
|
||||||
%doc %{_target_platform}/latex/doxygen_manual.pdf
|
|
||||||
%doc %{_target_platform}/html
|
|
||||||
%if %{xapian_core_support} == "ON"
|
%if %{xapian_core_support} == "ON"
|
||||||
%{_bindir}/doxyindexer
|
%{_bindir}/doxyindexer
|
||||||
%{_bindir}/doxysearch*
|
%{_bindir}/doxysearch*
|
||||||
@ -190,6 +182,9 @@ make tests -C %{_target_platform}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2019 Than Ngo <than@redhat.com> - 1:1.8.15-1
|
||||||
|
- update to 1.8.15
|
||||||
|
|
||||||
* Thu Dec 06 2018 Than Ngo <than@redhat.com> - 1:1.8.14-8
|
* Thu Dec 06 2018 Than Ngo <than@redhat.com> - 1:1.8.14-8
|
||||||
- enable testing
|
- enable testing
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (doxywizard.png) = 42a7e5903bf27463d3b072cf043aef071b519b53054bbe647c522d5e499e02f554867ab5e9971b06493769cc17b9d1588462aeade284de1f9d579cf9f99e8851
|
SHA512 (doxywizard.png) = 42a7e5903bf27463d3b072cf043aef071b519b53054bbe647c522d5e499e02f554867ab5e9971b06493769cc17b9d1588462aeade284de1f9d579cf9f99e8851
|
||||||
SHA512 (doxygen-1.8.14.src.tar.gz) = 5fac7e457a51b1f8e39fb65de5e0c07633e573f74e876580e7bcad5693540d6970fde1b2cb799a4df6ab9dfca951ece15b76b3010134d7658db3500183bea85c
|
SHA512 (doxygen-1.8.15.src.tar.gz) = a5512e78be66c1591d8ec7e284d5d25c92a97218c79e6fed3c538c723a8dfef4ff7085970bf271a6b639e907157cd4df9fb55d3c975f8d3302fb1012a4d92079
|
||||||
|
Loading…
Reference in New Issue
Block a user