rpms/maloc/devel maloc-maloc.dox.patch,NONE,1.1 maloc.spec,1.1,1.2

Timothy Fenn timfenn at fedoraproject.org
Fri Aug 21 19:37:38 UTC 2009


Author: timfenn

Update of /cvs/pkgs/rpms/maloc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8533

Modified Files:
	maloc.spec 
Added Files:
	maloc-maloc.dox.patch 
Log Message:
* Fri Aug 21 2009 Tim Fenn <fenn at stanford.edu> - 0.2-4
- patch to remove missing INPUT paths from doxygen build



maloc-maloc.dox.patch:
 maloc.dox |    2 --
 1 file changed, 2 deletions(-)

--- NEW FILE maloc-maloc.dox.patch ---
--- doc/doxygen/maloc.dox_orig	2009-08-21 12:26:08.000000000 -0700
+++ doc/doxygen/maloc.dox	2009-08-21 12:27:07.000000000 -0700
@@ -302,9 +302,7 @@
 # with spaces.
 
 INPUT                  = ../../src/base/maloc \
-                         ../../src/blas/maloc \
                          ../../src/psh/maloc \
-                         ../../src/vmath/maloc \
                          ../../src/vsh/maloc \
                          ../../src/vsys/maloc \
                          ../../src/aaa_inc/maloc/maloc.h \


Index: maloc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maloc/devel/maloc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- maloc.spec	21 Aug 2009 18:39:05 -0000	1.1
+++ maloc.spec	21 Aug 2009 19:37:38 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Minimal Abstraction Layer for Object-oriented C
 Name: maloc
 Version: 0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Engineering
 License: GPLv2+
 URL: http://www.fetk.org
@@ -10,6 +10,8 @@ Source0: http://www.fetk.org/codes/%{nam
 Patch0: maloc-makefile.am.patch
 # we like shared libraries
 Patch1: maloc-configure.ac.patch
+# some INPUT paths are missing, causes failures
+Patch2: maloc-maloc.dox.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf
 BuildRequires: automake
@@ -44,6 +46,7 @@ development using MALOC.
 %setup -n %{name} -q
 %patch0 -p0
 %patch1 -p0
+%patch2 -p0
 aclocal
 automake --gnu --add-missing
 autoconf
@@ -81,6 +84,9 @@ rm -rf %{buildroot}
 %{_includedir}/maloc
 
 %changelog
+* Fri Aug 21 2009 Tim Fenn <fenn at stanford.edu> - 0.2-4
+- patch to remove missing INPUT paths from doxygen build
+
 * Thu Aug 06 2009 Tim Fenn <fenn at stanford.edu> - 0.2-3
 - add doxygen as buildreq
 




More information about the fedora-extras-commits mailing list