diff --git a/icu.spec b/icu.spec index 4767f1c..d5cee88 100644 --- a/icu.spec +++ b/icu.spec @@ -33,7 +33,6 @@ Group: Development/Libraries/C and C++ Url: http://icu-project.org/ Source: http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-src.tgz Source2: http://download.icu-project.org/files/icu4c/%version/icu4c-%aversion-docs.zip -Source3: sanitize_docs.sh Source100: baselibs.conf Patch2: icu-remove-datetime.patch Patch3: icu-versioning.diff diff --git a/sanitize_docs.sh b/sanitize_docs.sh deleted file mode 100644 index 0235d69..0000000 --- a/sanitize_docs.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -ex - -ver="52.1" -name="icu4c-52_1-docs.zip" - -# Put docs in a separate directory -wget -c "http://download.icu-project.org/files/icu4c/$ver/$name" -rm -Rf html -mkdir html -pushd html -unzip "../$name" -if [ -x "$(which optipng)" ]; then optipng *.png; fi -popd -tar --use=xz -cvf "${name%.zip}.tar.xz" html -rm -Rf html