From 9d161bc4929011de3787813738eb57d11ffd3d00 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 26 Nov 2010 07:44:08 +0000 Subject: [PATCH] - the man3 manpages _were_ built (using latest doxygen), but there is no point in including documentation of internal structs - so added doxy patch to disable building them Changed files: gdal-doxy.patch -> 1.1 gdal.spec -> 1.84 --- gdal-doxy.patch | 11 +++++++++++ gdal.spec | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gdal-doxy.patch diff --git a/gdal-doxy.patch b/gdal-doxy.patch new file mode 100644 index 0000000..fc3f7e5 --- /dev/null +++ b/gdal-doxy.patch @@ -0,0 +1,11 @@ +--- gdal-1.7.3/Doxyfile.orig 2010-11-07 19:28:49.000000000 +0100 ++++ gdal-1.7.3/Doxyfile 2010-11-26 08:22:10.654873851 +0100 +@@ -211,7 +211,7 @@ + # defined locally in source files will be included in the documentation. + # If set to NO only classes defined in header files are included. + +-EXTRACT_LOCAL_CLASSES = YES ++EXTRACT_LOCAL_CLASSES = NO + + # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all + # undocumented members of documented classes, files or namespaces. diff --git a/gdal.spec b/gdal.spec index f3d1503..d3956ee 100644 --- a/gdal.spec +++ b/gdal.spec @@ -19,11 +19,12 @@ Patch1: %{name}-ruby.patch Patch2: %{name}-asneeded.patch Patch3: %{name}-python_install.patch Patch4: %{name}-libdap.patch +Patch5: %{name}-doxy.patch URL: http://www.gdal.org/ BuildRequires: autoconf >= 2.52 BuildRequires: automake BuildRequires: cfitsio-devel -BuildRequires: doxygen +BuildRequires: doxygen >= 1.4.2 BuildRequires: expat-devel >= 1.95.0 BuildRequires: geos-devel >= 2.2 BuildRequires: giflib-devel >= 4.0 @@ -176,6 +177,7 @@ osr. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 # need to regenerate (old ones don't support perl 5.10) %{__rm} swig/perl/{gdal_wrap.cpp,gdalconst_wrap.c,ogr_wrap.cpp,osr_wrap.cpp} -- 2.43.0