Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[icu] Build without python. Contributes JB#45858
Signed-off-by: David Greaves <david.greaves@jolla.com>
  • Loading branch information
lbt committed Jun 14, 2019
1 parent b8ac6c5 commit b536804
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpm/icu.spec
Expand Up @@ -7,7 +7,7 @@ Group: Development/Tools
License: MIT and UCD and Public Domain
URL: http://www.icu-project.org/
Source0: %{name}-%{version}.tar.gz
BuildRequires: autoconf, python, doxygen
BuildRequires: autoconf, doxygen, fdupes
Requires: lib%{name}%{?_isa} = %{version}-%{release}
Obsoletes: icu52

Expand Down Expand Up @@ -105,6 +105,8 @@ make %{?_smp_mflags} -C icu4c/source install-doc \
docdir=$RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*

%fdupes $RPM_BUILD_ROOT

%check
# test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357
if grep -q @VERSION@ icu4c/source/tools/*/*.8 icu4c/source/tools/*/*.1 icu4c/source/config/*.1; then
Expand Down

0 comments on commit b536804

Please sign in to comment.