forked from pool/doxygen
- deleted patches
- doxygen-no-lowercase-man-names.patch (not needed) OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=188
This commit is contained in:
parent
46d33f521f
commit
dccb83c651
@ -1,12 +0,0 @@
|
|||||||
Index: doxygen-1.9.7/src/fortranscanner.l
|
|
||||||
===================================================================
|
|
||||||
--- doxygen-1.9.7.orig/src/fortranscanner.l
|
|
||||||
+++ doxygen-1.9.7/src/fortranscanner.l
|
|
||||||
@@ -2657,7 +2657,6 @@ static void initEntry(yyscan_t yyscanner
|
|
||||||
static void addCurrentEntry(yyscan_t yyscanner,bool case_insens)
|
|
||||||
{
|
|
||||||
struct yyguts_t *yyg = (struct yyguts_t*)yyscanner;
|
|
||||||
- if (case_insens) yyextra->current->name = yyextra->current->name.lower();
|
|
||||||
//printf("===Adding entry %s to %s\n", qPrint(yyextra->current->name), qPrint(yyextra->current_root->name));
|
|
||||||
yyextra->last_entry = yyextra->current;
|
|
||||||
yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);
|
|
@ -12,6 +12,8 @@ Fri Jun 23 12:00:15 UTC 2023 - pgajdos@suse.com
|
|||||||
- Fix-boundingbox-parsing_part3.patch (upstreamed)
|
- Fix-boundingbox-parsing_part3.patch (upstreamed)
|
||||||
- Fix-boundingbox-parsing_part4.patch (upstreamed)
|
- Fix-boundingbox-parsing_part4.patch (upstreamed)
|
||||||
- convert two specfiles into one
|
- convert two specfiles into one
|
||||||
|
- deleted patches
|
||||||
|
- doxygen-no-lowercase-man-names.patch (not needed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 24 12:16:18 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Apr 24 12:16:18 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
12
doxygen.spec
12
doxygen.spec
@ -35,8 +35,6 @@ License: GPL-2.0-or-later AND GPL-3.0-only
|
|||||||
Group: Development/Tools/Doc Generators
|
Group: Development/Tools/Doc Generators
|
||||||
URL: https://www.doxygen.nl/
|
URL: https://www.doxygen.nl/
|
||||||
Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
Source0: https://www.doxygen.nl/files/doxygen-%{version}.src.tar.gz
|
||||||
# suse specific
|
|
||||||
Patch1: doxygen-no-lowercase-man-names.patch
|
|
||||||
# The unified libclang-cpp library doesn't exist on older Leap / SLE
|
# The unified libclang-cpp library doesn't exist on older Leap / SLE
|
||||||
Patch10: doxygen-no-libclang-cpp.patch
|
Patch10: doxygen-no-libclang-cpp.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -93,7 +91,6 @@ configuration files.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n doxygen-%{version}
|
%setup -q -n doxygen-%{version}
|
||||||
# Leap 15 and SLE don't accept '%%autopatch -M'
|
# Leap 15 and SLE don't accept '%%autopatch -M'
|
||||||
%patch1 -p1
|
|
||||||
%if %{with libclang}
|
%if %{with libclang}
|
||||||
%if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse})
|
%if 0%{?sle_version} == 150100 || (0%{?sle_version} == 150200 && !0%{?is_opensuse})
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
@ -105,11 +102,11 @@ configuration files.
|
|||||||
%if "%{flavor}" == "doxygen"
|
%if "%{flavor}" == "doxygen"
|
||||||
-Dbuild_wizard=OFF \
|
-Dbuild_wizard=OFF \
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "doxwizard"
|
%if "%{flavor}" == "doxywizard"
|
||||||
-Dbuild_wizard=ON \
|
-Dbuild_wizard=ON \
|
||||||
%endif
|
%endif
|
||||||
-Dbuild_xmlparser=ON \
|
|
||||||
-Dbuild_doc=OFF \
|
-Dbuild_doc=OFF \
|
||||||
|
-Dbuild_xmlparser=ON \
|
||||||
-Dbuild_search=OFF \
|
-Dbuild_search=OFF \
|
||||||
%if %{with libclang}
|
%if %{with libclang}
|
||||||
-Duse_libclang=ON \
|
-Duse_libclang=ON \
|
||||||
@ -127,13 +124,12 @@ configuration files.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
%if "%{flavor}" == "doxygen"
|
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
mkdir -p %{buildroot}%{_mandir}/man1/
|
||||||
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/a
|
%if "%{flavor}" == "doxygen"
|
||||||
|
install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
|
||||||
%endif
|
%endif
|
||||||
%if "%{flavor}" == "doxywizard"
|
%if "%{flavor}" == "doxywizard"
|
||||||
rm %{buildroot}%{_bindir}/doxygen
|
rm %{buildroot}%{_bindir}/doxygen
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1/
|
|
||||||
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
install -m 644 doc/doxywizard.1 %{buildroot}%{_mandir}/man1/
|
||||||
%suse_update_desktop_file -i doxywizard Development Documentation
|
%suse_update_desktop_file -i doxywizard Development Documentation
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user