packages: gdal/gdal.spec, gdal/gdal-doxy.patch (NEW) - the man3 manpages _w...

qboosh qboosh at pld-linux.org
Fri Nov 26 08:44:14 CET 2010


Author: qboosh                       Date: Fri Nov 26 07:44:14 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 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

---- Files affected:
packages/gdal:
   gdal.spec (1.83 -> 1.84) , gdal-doxy.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gdal/gdal.spec
diff -u packages/gdal/gdal.spec:1.83 packages/gdal/gdal.spec:1.84
--- packages/gdal/gdal.spec:1.83	Thu Nov 25 14:13:53 2010
+++ packages/gdal/gdal.spec	Fri Nov 26 08:44:08 2010
@@ -20,11 +20,12 @@
 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
@@ -177,6 +178,7 @@
 %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}
@@ -401,6 +403,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2010/11/26 07:44:08  qboosh
+- 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
+
 Revision 1.83  2010/11/25 13:13:53  hawk
 - release 3
 

================================================================
Index: packages/gdal/gdal-doxy.patch
diff -u /dev/null packages/gdal/gdal-doxy.patch:1.1
--- /dev/null	Fri Nov 26 08:44:14 2010
+++ packages/gdal/gdal-doxy.patch	Fri Nov 26 08:44:08 2010
@@ -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. 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gdal/gdal.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list