Resolves: rhbz#631403 doxygen no longer generates gifs
This commit is contained in:
parent
e869f1a8aa
commit
52eb3a4e03
@ -12,3 +12,14 @@
|
|||||||
# make sure install is relative to srcdir - if a script
|
# make sure install is relative to srcdir - if a script
|
||||||
if test "$srcdir" = "."; then
|
if test "$srcdir" = "."; then
|
||||||
# If srcdir isn't just ., then (srcdir) is already prepended.
|
# If srcdir isn't just ., then (srcdir) is already prepended.
|
||||||
|
--- icu/source/Makefile.in 2010-04-28 17:28:54.000000000 +0200
|
||||||
|
+++ icu/source/Makefile.in 2010-07-28 22:50:45.056353070 +0200
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
docsubdir = $(PACKAGE)$(ICULIBDASHSUFFIX)/html
|
||||||
|
docsubsrchdir = $(docsubdir)/search
|
||||||
|
docfilesdir = doc/html
|
||||||
|
-docfiles = $(docfilesdir)/*.gif $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag $(docfilesdir)/installdox
|
||||||
|
+docfiles = $(docfilesdir)/*.png $(docfilesdir)/*.html $(docfilesdir)/*.css $(docfilesdir)/*.tag $(docfilesdir)/installdox
|
||||||
|
docsrchdir = $(docfilesdir)/search
|
||||||
|
docsrchfiles = $(docsrchdir)/*
|
||||||
|
|
||||||
|
5
icu.spec
5
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 4.4.1
|
Version: 4.4.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: MIT and UCD and Public Domain
|
License: MIT and UCD and Public Domain
|
||||||
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc source/__docs/%{name}/html/*
|
%doc source/__docs/%{name}/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 07 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-4
|
||||||
|
- Resolves: rhbz#631403 doxygen no longer generates gifs
|
||||||
|
|
||||||
* Thu Jul 08 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-3
|
* Thu Jul 08 2010 Caolán McNamara <caolanm@redhat.com> - 4.4.1-3
|
||||||
- move licences into libicu, and add them into the -doc subpackage
|
- move licences into libicu, and add them into the -doc subpackage
|
||||||
as well
|
as well
|
||||||
|
Loading…
Reference in New Issue
Block a user