fix build problem in mock #193358
This commit is contained in:
parent
6866286717
commit
c92578e0ba
@ -4,7 +4,7 @@
|
|||||||
Summary: A documentation system for C/C++.
|
Summary: A documentation system for C/C++.
|
||||||
Name: doxygen
|
Name: doxygen
|
||||||
Version: 1.4.6
|
Version: 1.4.6
|
||||||
Release: 4
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz
|
||||||
|
|
||||||
@ -22,6 +22,9 @@ Prefix: %{_prefix}
|
|||||||
BuildPrereq: libstdc++-devel
|
BuildPrereq: libstdc++-devel
|
||||||
BuildPrereq: perl
|
BuildPrereq: perl
|
||||||
BuildPrereq: tetex-dvips, tetex-latex, ghostscript
|
BuildPrereq: tetex-dvips, tetex-latex, ghostscript
|
||||||
|
BuildPrereq: gettext
|
||||||
|
BuildPrereq: flex
|
||||||
|
BuildPrereq: bison
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
@ -102,6 +105,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-5
|
||||||
|
- fix build problem in mock #193358
|
||||||
|
|
||||||
* Fri May 12 2006 Than Ngo <than@redhat.com> 1:1.4.6-4
|
* Fri May 12 2006 Than Ngo <than@redhat.com> 1:1.4.6-4
|
||||||
- apply patch to fix Doxygen crash on empty file #191392
|
- apply patch to fix Doxygen crash on empty file #191392
|
||||||
- html docs #187177
|
- html docs #187177
|
||||||
|
Loading…
Reference in New Issue
Block a user