auto-import changelog data from doxygen-1.2.8-1.src.rpm
Tue Jun 05 2001 Than Ngo <than@redhat.com> - update to 1.2.8 Tue May 01 2001 Than Ngo <than@redhat.com> - update to 1.2.7 - clean up specfile - patch to use RPM_OPT_FLAG
This commit is contained in:
parent
f322722ec2
commit
db968964ab
@ -1 +1 @@
|
|||||||
doxygen-1.2.6.src.tar.gz
|
doxygen-1.2.8.src.tar.gz
|
||||||
|
38
doxygen.spec
38
doxygen.spec
@ -1,9 +1,10 @@
|
|||||||
Summary: A documentation system for C and C++.
|
Summary: A documentation system for C and C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.2.6
|
Version: 1.2.8
|
||||||
Release: 2
|
Release: 1
|
||||||
Epoch: 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
|
||||||
|
Patch: doxygen-1.2.7-redhat.patch
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
URL: http://www.stack.nl/~dimitri/doxygen/index.html
|
||||||
@ -20,34 +21,18 @@ extract the code structure from undocumented source files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
export QTDIR=
|
%patch -p1 -b .redhat
|
||||||
. /etc/profile.d/qt.sh
|
QTDIR= && . /etc/profile.d/qt.sh
|
||||||
|
|
||||||
# use Qt defined in $QTDIR
|
|
||||||
ln -s $QTDIR/include include
|
|
||||||
ln -s $QTDIR/lib lib
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export QTDIR=
|
QTDIR= && . /etc/profile.d/qt.sh
|
||||||
. /etc/profile.d/qt.sh
|
|
||||||
|
|
||||||
./configure --prefix %{_prefix} --shared --release --with-doxywizard
|
./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
|
make all docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
make install INSTALL=$RPM_BUILD_ROOT%{_prefix}
|
||||||
|
|
||||||
for i in bin/*; do
|
|
||||||
install -s -m 0755 $i ${RPM_BUILD_ROOT}%{_bindir}/`basename $i`
|
|
||||||
done
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -58,8 +43,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
|
* Tue Jun 05 2001 Than Ngo <than@redhat.com>
|
||||||
- rebuild for C++ exception handling on ia64
|
- update to 1.2.8
|
||||||
|
|
||||||
|
* Tue May 01 2001 Than Ngo <than@redhat.com>
|
||||||
|
- update to 1.2.7
|
||||||
|
- clean up specfile
|
||||||
|
- patch to use RPM_OPT_FLAG
|
||||||
|
|
||||||
* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
|
* Wed Mar 14 2001 Jeff Johnson <jbj@redhat.com>
|
||||||
- update to 1.2.6
|
- update to 1.2.6
|
||||||
|
Loading…
Reference in New Issue
Block a user