]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- the man3 manpages _were_ built (using latest doxygen), but there is no point in...
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Nov 2010 07:44:08 +0000 (07:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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 [new file with mode: 0644]
gdal.spec

diff --git a/gdal-doxy.patch b/gdal-doxy.patch
new file mode 100644 (file)
index 0000000..fc3f7e5
--- /dev/null
@@ -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. 
index f3d1503f7013bb215b6f8cb3cf49e026e3038863..d3956eee92fe0308eb4d31af83b09ed2dc098d91 100644 (file)
--- 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}
This page took 0.174082 seconds and 4 git commands to generate.