diff --git a/.cvsignore b/.cvsignore index 82d1ac9..5c64169 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -doxygen-1.2.1.src.tar.gz +doxygen-1.2.6.src.tar.gz diff --git a/doxygen.spec b/doxygen.spec index ac92e63..ea212f4 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,8 +1,8 @@ Summary: A documentation system for C and C++. Name: doxygen -Version: 1.2.1 +Version: 1.2.6 Release: 1 -Serial: 1 +Epoch: 1 Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz Group: Development/Tools Copyright: GPL @@ -10,7 +10,6 @@ URL: http://www.stack.nl/~dimitri/doxygen/index.html Prefix: %{_prefix} BuildPrereq: qt-devel >= 2.1 libstdc++-devel >= 2.96 /usr/bin/perl BuildRoot: %{_tmppath}/%{name}-%{version}-root -ExcludeArch: ia64 %description Doxygen is a documentation system for C and C++. Doxygen can generate @@ -32,7 +31,7 @@ ln -s $QTDIR/lib lib export QTDIR= . /etc/profile.d/qt.sh -./configure --shared --release --prefix %{_prefix} +./configure --prefix %{_prefix} --shared --release --with-doxywizard # the compiler is ICEing and generating bad code at the moment, # revert when fixed!! @@ -40,8 +39,7 @@ export QTDIR= #perl -pi -e "s|-O2||" tmake/lib/linux-g++/tmake.conf #%endif -make -make docs +make all docs %install rm -rf ${RPM_BUILD_ROOT} @@ -60,6 +58,27 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/* %changelog +* Wed Mar 14 2001 Jeff Johnson +- update to 1.2.6 + +* Wed Feb 28 2001 Trond Eivind Glomsr�d +- rebuild + +* Tue Dec 26 2000 Than Ngo +- update to 1.2.4 +- remove excludearch ia64 +- bzip2 sources + +* Mon Dec 11 2000 Than Ngo +- rebuild with the fixed fileutils + +* Mon Oct 30 2000 Jeff Johnson +- update to 1.2.3. + +* Sun Oct 8 2000 Jeff Johnson +- update to 1.2.2. +- enable doxywizard. + * Sat Aug 19 2000 Preston Brown - 1.2.1 is latest stable, so we upgrade before Winston is released. diff --git a/sources b/sources index a53c62a..9060dda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cebedbf235db740f73c5b043fd499fb2 doxygen-1.2.1.src.tar.gz +3acf1bdb6477d62d4bc62d19f8876114 doxygen-1.2.6.src.tar.gz