auto-import changelog data from doxygen-1.2.6-1.src.rpm
Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com> - update to 1.2.6 Wed Feb 28 2001 Trond Eivind Glomsrd <teg@redhat.com> - rebuild Tue Dec 26 2000 Than Ngo <than@redhat.com> - update to 1.2.4 - remove excludearch ia64 - bzip2 sources Mon Dec 11 2000 Than Ngo <than@redhat.com> - rebuild with the fixed fileutils Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com> - update to 1.2.3. Sun Oct 08 2000 Jeff Johnson <jbj@redhat.com> - update to 1.2.2. - enable doxywizard.
This commit is contained in:
parent
00e8de9cf5
commit
75517ebdbc
@ -1 +1 @@
|
|||||||
doxygen-1.2.1.src.tar.gz
|
doxygen-1.2.6.src.tar.gz
|
||||||
|
31
doxygen.spec
31
doxygen.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: A documentation system for C and C++.
|
Summary: A documentation system for C and C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.2.1
|
Version: 1.2.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Serial: 1
|
Epoch: 1
|
||||||
Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz
|
Source0: http://www.stack.nl/~dimitri/doxygen/dl/%{name}-%{version}.src.tar.gz
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
@ -10,7 +10,6 @@ URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
|||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildPrereq: qt-devel >= 2.1 libstdc++-devel >= 2.96 /usr/bin/perl
|
BuildPrereq: qt-devel >= 2.1 libstdc++-devel >= 2.96 /usr/bin/perl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
ExcludeArch: ia64
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Doxygen is a documentation system for C and C++. Doxygen can generate
|
Doxygen is a documentation system for C and C++. Doxygen can generate
|
||||||
@ -32,7 +31,7 @@ ln -s $QTDIR/lib lib
|
|||||||
export QTDIR=
|
export QTDIR=
|
||||||
. /etc/profile.d/qt.sh
|
. /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,
|
# the compiler is ICEing and generating bad code at the moment,
|
||||||
# revert when fixed!!
|
# revert when fixed!!
|
||||||
@ -40,8 +39,7 @@ export QTDIR=
|
|||||||
#perl -pi -e "s|-O2||" tmake/lib/linux-g++/tmake.conf
|
#perl -pi -e "s|-O2||" tmake/lib/linux-g++/tmake.conf
|
||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
make
|
make all docs
|
||||||
make docs
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -60,6 +58,27 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- update to 1.2.6
|
||||||
|
|
||||||
|
* Wed Feb 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Tue Dec 26 2000 Than Ngo <than@redhat.com>
|
||||||
|
- update to 1.2.4
|
||||||
|
- remove excludearch ia64
|
||||||
|
- bzip2 sources
|
||||||
|
|
||||||
|
* Mon Dec 11 2000 Than Ngo <than@redhat.com>
|
||||||
|
- rebuild with the fixed fileutils
|
||||||
|
|
||||||
|
* Mon Oct 30 2000 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- update to 1.2.3.
|
||||||
|
|
||||||
|
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- update to 1.2.2.
|
||||||
|
- enable doxywizard.
|
||||||
|
|
||||||
* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
|
* Sat Aug 19 2000 Preston Brown <pbrown@redhat.com>
|
||||||
- 1.2.1 is latest stable, so we upgrade before Winston is released.
|
- 1.2.1 is latest stable, so we upgrade before Winston is released.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user