From 233b0c5a2294a0ec36f00fa47640315ab39f3896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Lepp=C3=A4nen?= Date: Thu, 24 Jan 2019 10:47:22 +0200 Subject: [PATCH] [packaging] Remove extra file --- rpm/icu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpm/icu.spec b/rpm/icu.spec index fb28d9a..777709e 100644 --- a/rpm/icu.spec +++ b/rpm/icu.spec @@ -93,6 +93,9 @@ make %{?_smp_mflags} -C source install-doc \ docdir=$RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version} chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.* +# Remove extra file +rm %{_datadir}/icu/%{upstream_version}/license.html + %check # test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357 if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; then