fixed bz#1373167 - doxygen ships bogus man pages
This commit is contained in:
parent
a4ca9ac35e
commit
7a422be2e2
@ -78,6 +78,7 @@ pushd %{_target_platform}
|
||||
-Dbuild_doc=OFF \
|
||||
-Dbuild_wizard=ON \
|
||||
-Dbuild_xmlparser=ON \
|
||||
-Dbuild_search=ON \
|
||||
-DMAN_INSTALL_DIR=%{_mandir}/man1 \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
@ -103,6 +104,8 @@ desktop-file-install \
|
||||
%files
|
||||
%doc LANGUAGE.HOWTO README.md
|
||||
%{_bindir}/doxygen
|
||||
%{_bindir}/doxyindexer
|
||||
%{_bindir}/doxysearch*
|
||||
%{_mandir}/man1/doxygen.1*
|
||||
%{_mandir}/man1/doxyindexer.1*
|
||||
%{_mandir}/man1/doxysearch.1*
|
||||
@ -120,6 +123,7 @@ desktop-file-install \
|
||||
%changelog
|
||||
* Tue Sep 06 2016 Than Ngo <than@redhat.com> - 1:1.8.12-1
|
||||
- 1.8.12
|
||||
- fixed bz#1373167 - doxygen ships bogus man pages
|
||||
|
||||
* Sun Mar 06 2016 Than Ngo <than@redhat.com> - 1:1.8.11-4
|
||||
- bz#1305739, Unescaped percent sign in doxygen
|
||||
|
Loading…
Reference in New Issue
Block a user