Resurrect doxygen (#187714)

This commit is contained in:
Paul Nasrat 2006-04-12 18:42:16 +00:00
parent 9f1aecc6dd
commit 4863930fba
2 changed files with 16 additions and 1 deletions

10
rpm-4.4.2-doxy.patch Normal file
View File

@ -0,0 +1,10 @@
--- rpm-4.4.2/Doxyfile.in.doxy 2006-04-12 14:36:03.000000000 -0400
+++ rpm-4.4.2/Doxyfile.in 2006-04-12 14:36:15.000000000 -0400
@@ -599,7 +599,6 @@
@top_srcdir@/python/rpmte-py.h \
@top_srcdir@/python/rpmts-py.c \
@top_srcdir@/python/rpmts-py.h \
- @top_srcdir@/tools/dump.c \
@top_srcdir@/tools/dumpdb.c \
@top_srcdir@/tools/javadeps.c \
@top_srcdir@/tools/rpmcache.c \

View File

@ -20,7 +20,7 @@ Name: rpm
%define version 4.4.2
Version: %{version}
%{expand: %%define rpm_version %{version}}
Release: 17
Release: 18
Group: System Environment/Base
Source: ftp://wraptastic.org/pub/rpm-4.4.x/rpm-%{rpm_version}.tar.gz
Source1: mono-find-provides
@ -48,6 +48,7 @@ Patch19: rpm-4.4.2-rpmsq-deadlock.patch
Patch20: rpm-4.4.2-netsharedpath.patch
Patch21: rpm-4.4.2-userlock.patch
Patch22: rpm-4.4.2-vercmp.patch
Patch23: rpm-4.4.2-doxy.patch
License: GPL
Conflicts: patch < 2.5
%ifos linux
@ -180,6 +181,7 @@ shell-like rules.
%patch20 -p1 -b .netsharedpath
%patch21 -p1 -b .userlock
%patch22 -p1 -b .vercmp
%patch23 -p1 -b .doxy
%build
@ -572,6 +574,9 @@ exit 0
%{__includedir}/popt.h
%changelog
* Wed Apr 12 2006 Paul Nasrat <pnasrat@redhat.com> - 4.4.2-18
- Resurrect doxygen (#187714)
* Tue Apr 11 2006 Jeremy Katz <katzj@redhat.com> - 4.4.2-17
- remove redundant elfutils-libelf buildrequires
- rpm-python doesn't require elfutils (related to #188495)