From 3238aba73237d7672e65f9bbde2bac71051ae596f4c5de30f8d32e063fc034c4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 28 Apr 2015 22:14:41 +0000 Subject: [PATCH] Remove unused sanitize_docs.sh script OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=63 --- icu.spec | 1 - sanitize_docs.sh | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 sanitize_docs.sh 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