rpms/doxygen/FC-3 doxygen-1.4.3-config.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 doxygen.spec, 1.20, 1.21 sources, 1.14, 1.15 doxygen-1.2.12-qt2.patch, 1.1, NONE doxygen-1.2.7-redhat.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 18 11:50:03 UTC 2005


Author: than

Update of /cvs/dist/rpms/doxygen/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv25932

Modified Files:
	.cvsignore doxygen.spec sources 
Added Files:
	doxygen-1.4.3-config.patch 
Removed Files:
	doxygen-1.2.12-qt2.patch doxygen-1.2.7-redhat.patch 
Log Message:
update to 1.4.4


doxygen-1.4.3-config.patch:
 Makefile.in                    |    2 +-
 tmake/lib/linux-g++/tmake.conf |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE doxygen-1.4.3-config.patch ---
--- doxygen-1.4.3/Makefile.in.redhat	2005-03-28 22:52:12.000000000 +0200
+++ doxygen-1.4.3/Makefile.in	2005-06-14 14:26:10.000000000 +0200
@@ -46,7 +46,7 @@
 
 DATE=$(shell date "+%B %Y")
 
-MAN1DIR = man/man1
+MAN1DIR = share/man/man1
 
 install: doxywizard_install 
 	$(INSTTOOL) -d $(INSTALL)/bin
--- doxygen-1.4.3/tmake/lib/linux-g++/tmake.conf.redhat	2005-04-20 20:23:26.000000000 +0200
+++ doxygen-1.4.3/tmake/lib/linux-g++/tmake.conf	2005-06-14 14:19:25.000000000 +0200
@@ -11,7 +11,7 @@
 TMAKE_CFLAGS		= -pipe
 TMAKE_CFLAGS_WARN_ON	= -Wall -W -fno-exceptions
 TMAKE_CFLAGS_WARN_OFF	=
-TMAKE_CFLAGS_RELEASE	= -O2
+TMAKE_CFLAGS_RELEASE	= $(RPM_OPT_FLAGS)
 TMAKE_CFLAGS_DEBUG	= -g
 TMAKE_CFLAGS_SHLIB	= -fPIC
 TMAKE_CFLAGS_YACC	= -Wno-unused -Wno-parentheses
@@ -50,7 +50,7 @@
 TMAKE_LIBS_QT_OPENGL	= -lqgl
 TMAKE_LIBS_OPENGL	= -lMesaGL -lMesaGLU -lXmu
 
-TMAKE_MOC		= moc
+TMAKE_MOC		= $(QTDIR)/bin/moc
 
 TMAKE_AR		= ar cqs
 TMAKE_RANLIB		=


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/doxygen/FC-3/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	10 Oct 2004 21:31:23 -0000	1.14
+++ .cvsignore	18 Aug 2005 11:50:00 -0000	1.15
@@ -1,3 +1,4 @@
 doxygen-1.3.8.src.tar.gz
 doxygen-1.3.9.src.tar.gz
 doxygen-1.3.9.1.src.tar.gz
+doxygen-1.4.4.src.tar.gz


Index: doxygen.spec
===================================================================
RCS file: /cvs/dist/rpms/doxygen/FC-3/doxygen.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- doxygen.spec	10 Oct 2004 21:31:23 -0000	1.20
+++ doxygen.spec	18 Aug 2005 11:50:00 -0000	1.21
@@ -3,13 +3,12 @@
 
 Summary: A documentation system for C/C++.
 Name: doxygen
-Version: 1.3.9.1
-Release: 1
+Version: 1.4.4
+Release: 0.fc3.1
 Epoch: 1
 Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
 
-Patch0: doxygen-1.2.7-redhat.patch
-Patch1: doxygen-1.2.12-qt2.patch
+Patch0: doxygen-1.4.3-config.patch
 Patch2: doxygen-1.2.18-libdir.patch
 
 Group: Development/Tools
@@ -21,7 +20,7 @@
 BuildPrereq: perl
 Buildrequires: tetex-dvips, tetex-latex, ghostscript
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
 Doxygen can generate an online class browser (in HTML) and/or a
@@ -45,7 +44,6 @@
 %prep
 %setup -q
 %patch0 -p1 -b .redhat
-%patch1 -p1 -b .qt2
 
 %if "%{_lib}" != "lib"
 %patch2 -p1 -b .libdir
@@ -86,8 +84,9 @@
 %if %{with_qt}
 %doc html
 %endif
-%{_bindir}/doxygen
-%{_bindir}/doxytag
+%{_bindir}/*
+%exclude %{_bindir}/doxywizard
+%{_mandir}/man1/*
 
 %if %{with_qt}
 %files doxywizard
@@ -96,6 +95,9 @@
 %endif
 
 %changelog
+* Thu Aug 18 2005 Than Ngo <than at redhat.com> 1:1.4.4-0.fc3.1
+- update to 1.4.4
+
 * Sun Oct 10 2004 Than Ngo <than at redhat.com> 1:1.3.9.1-1
 - update to 1.3.9.1
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/doxygen/FC-3/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	10 Oct 2004 21:31:23 -0000	1.14
+++ sources	18 Aug 2005 11:50:00 -0000	1.15
@@ -1 +1 @@
-3b8bf59a606c3ad2f5615d8ba22c12fd  doxygen-1.3.9.1.src.tar.gz
+0e7fdbeafc6264cbde590c363a4debcd  doxygen-1.4.4.src.tar.gz


--- doxygen-1.2.12-qt2.patch DELETED ---


--- doxygen-1.2.7-redhat.patch DELETED ---




More information about the fedora-cvs-commits mailing list