Resolves: rhbz#631403 doxygen no longer generates gifs

This commit is contained in:
Caolán McNamara 2010-09-07 20:25:53 +01:00
parent e869f1a8aa
commit 52eb3a4e03
2 changed files with 15 additions and 1 deletions

View File

@ -12,3 +12,14 @@
# make sure install is relative to srcdir - if a script
if test "$srcdir" = "."; then
# 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)/*

View File

@ -1,6 +1,6 @@
Name: icu
Version: 4.4.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: International Components for Unicode
Group: Development/Tools
License: MIT and UCD and Public Domain
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
%doc source/__docs/%{name}/html/*
%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
- move licences into libicu, and add them into the -doc subpackage
as well