From db968964ab8f9ad7fb7d923658a51e09bc5db54b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 04:21:51 +0000 Subject: [PATCH] auto-import changelog data from doxygen-1.2.8-1.src.rpm Tue Jun 05 2001 Than Ngo - update to 1.2.8 Tue May 01 2001 Than Ngo - update to 1.2.7 - clean up specfile - patch to use RPM_OPT_FLAG --- .cvsignore | 2 +- doxygen.spec | 38 ++++++++++++++------------------------ sources | 2 +- 3 files changed, 16 insertions(+), 26 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5c64169..5096e86 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -doxygen-1.2.6.src.tar.gz +doxygen-1.2.8.src.tar.gz diff --git a/doxygen.spec b/doxygen.spec index 9885b44..6301741 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,9 +1,10 @@ Summary: A documentation system for C and C++. Name: doxygen -Version: 1.2.6 -Release: 2 +Version: 1.2.8 +Release: 1 Epoch: 1 Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz +Patch: doxygen-1.2.7-redhat.patch Group: Development/Tools Copyright: GPL URL: http://www.stack.nl/~dimitri/doxygen/index.html @@ -20,34 +21,18 @@ extract the code structure from undocumented source files. %prep %setup -q -export QTDIR= -. /etc/profile.d/qt.sh - -# use Qt defined in $QTDIR -ln -s $QTDIR/include include -ln -s $QTDIR/lib lib +%patch -p1 -b .redhat +QTDIR= && . /etc/profile.d/qt.sh %build -export QTDIR= -. /etc/profile.d/qt.sh +QTDIR= && . /etc/profile.d/qt.sh ./configure --prefix %{_prefix} --shared --release --with-doxywizard - -# the compiler is ICEing and generating bad code at the moment, -# revert when fixed!! -#%ifarch %{ix86} -#perl -pi -e "s|-O2||" tmake/lib/linux-g++/tmake.conf -#%endif - make all docs %install rm -rf ${RPM_BUILD_ROOT} -mkdir -p ${RPM_BUILD_ROOT}%{_bindir} - -for i in bin/*; do - install -s -m 0755 $i ${RPM_BUILD_ROOT}%{_bindir}/`basename $i` -done +make install INSTALL=$RPM_BUILD_ROOT%{_prefix} %clean rm -rf ${RPM_BUILD_ROOT} @@ -58,8 +43,13 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/* %changelog -* Fri Apr 27 2001 Bill Nottingham -- rebuild for C++ exception handling on ia64 +* Tue Jun 05 2001 Than Ngo +- update to 1.2.8 + +* Tue May 01 2001 Than Ngo +- update to 1.2.7 +- clean up specfile +- patch to use RPM_OPT_FLAG * Wed Mar 14 2001 Jeff Johnson - update to 1.2.6 diff --git a/sources b/sources index 9060dda..3555a31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3acf1bdb6477d62d4bc62d19f8876114 doxygen-1.2.6.src.tar.gz +05ac80f01328f3e0c5b8c44d102adf64 doxygen-1.2.8.src.tar.gz