update to 1.4.7
This commit is contained in:
parent
c92578e0ba
commit
ae83bc3ef3
@ -7,3 +7,4 @@ doxygen-1.4.3.src.tar.gz
|
|||||||
doxygen-1.4.4.src.tar.gz
|
doxygen-1.4.4.src.tar.gz
|
||||||
doxygen-1.4.5.src.tar.gz
|
doxygen-1.4.5.src.tar.gz
|
||||||
doxygen-1.4.6.src.tar.gz
|
doxygen-1.4.6.src.tar.gz
|
||||||
|
doxygen-1.4.7.src.tar.gz
|
||||||
|
12
doxygen.spec
12
doxygen.spec
@ -3,21 +3,18 @@
|
|||||||
|
|
||||||
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.7
|
||||||
Release: 5
|
Release: 1
|
||||||
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
|
||||||
|
|
||||||
Patch0: doxygen-1.4.3-config.patch
|
Patch0: doxygen-1.4.3-config.patch
|
||||||
Patch2: doxygen-1.2.18-libdir.patch
|
Patch2: doxygen-1.2.18-libdir.patch
|
||||||
Patch3: doxygen-1.2.18-libdir64.patch
|
Patch3: doxygen-1.2.18-libdir64.patch
|
||||||
Patch4: doxygen-1.4.5-gcc4.1.patch
|
|
||||||
Patch5: doxygen-1.4.6-crash.patch
|
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPL
|
License: GPL
|
||||||
Url: http://www.stack.nl/~dimitri/doxygen/index.html
|
Url: http://www.stack.nl/~dimitri/doxygen/index.html
|
||||||
Prefix: %{_prefix}
|
|
||||||
|
|
||||||
BuildPrereq: libstdc++-devel
|
BuildPrereq: libstdc++-devel
|
||||||
BuildPrereq: perl
|
BuildPrereq: perl
|
||||||
@ -56,8 +53,6 @@ are used by doxygen.
|
|||||||
%else
|
%else
|
||||||
%patch2 -p1 -b .libdir
|
%patch2 -p1 -b .libdir
|
||||||
%endif
|
%endif
|
||||||
%patch4 -p1 -b .gcc4.1
|
|
||||||
%patch5 -p1 -b .crash
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with_qt}
|
%if %{with_qt}
|
||||||
@ -105,6 +100,9 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2006 Than Ngo <than@redhat.com> 1:1.4.7-1
|
||||||
|
- update to 1.4.7
|
||||||
|
|
||||||
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-5
|
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 1:1.4.6-5
|
||||||
- fix build problem in mock #193358
|
- fix build problem in mock #193358
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user