/[packages]/cauldron/icu/current/SPECS/icu.spec
ViewVC logotype

Diff of /cauldron/icu/current/SPECS/icu.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1186274 by luigiwalser, Thu Dec 28 15:14:35 2017 UTC revision 1186275 by luigiwalser, Thu Dec 28 16:03:52 2017 UTC
# Line 6  Line 6 
6    
7  %define tarballver      %(echo %version|sed -e 's|\\.|_|g')  %define tarballver      %(echo %version|sed -e 's|\\.|_|g')
8    
9    # re-enable when upgrading package to new version
10    %define with_tests 0
11    
12  Summary:        International Components for Unicode  Summary:        International Components for Unicode
13  Name:           icu  Name:           icu
14  Version:        59.1  Version:        59.1
15  Release:        %mkrel 4  Release:        %mkrel 5
16  Epoch:          1  Epoch:          1
17  License:        Unicode  License:        Unicode
18  Group:          System/Libraries  Group:          System/Libraries
# Line 23  Patch13:       icu-FF52esr-bug1198952-workarou Line 26  Patch13:       icu-FF52esr-bug1198952-workarou
26  Patch15:        icu-FF52esr-suppress-warnings.diff  Patch15:        icu-FF52esr-suppress-warnings.diff
27  Patch16:        icu-CVE-2017-14952.patch  Patch16:        icu-CVE-2017-14952.patch
28  Patch17:        icu-CVE-2017-15422.patch  Patch17:        icu-CVE-2017-15422.patch
 # make test pass, remove when upgrading package to new version  
 Patch18:        icu-59.1-TestRelDateFmt-jours.patch  
29  BuildRequires:  doxygen  BuildRequires:  doxygen
30  Requires:       %{libname} = %{epoch}:%{version}  Requires:       %{libname} = %{epoch}:%{version}
31    
# Line 101  Development files and headers for the In Line 102  Development files and headers for the In
102  %patch15 -p2 -b .FF52_icu_suppress-warnings  %patch15 -p2 -b .FF52_icu_suppress-warnings
103  %patch16 -p1 -b .CVE-2017-14952  %patch16 -p1 -b .CVE-2017-14952
104  %patch17 -p3 -b .CVE-2017-15422  %patch17 -p3 -b .CVE-2017-15422
 %patch18 -p0 -b .TestRelDateFmt  
105    
106  mkdir -p docs  mkdir -p docs
107  pushd docs  pushd docs
# Line 119  pushd source Line 119  pushd source
119  %make doc  %make doc
120  popd  popd
121    
122    %if %{with_tests}
123  %check  %check
124  pushd source  pushd source
125  make check  make check
126  popd  popd
127    %endif
128    
129  %install  %install
130  %makeinstall_std -C source  %makeinstall_std -C source

Legend:
Removed from v.1186274  
changed lines
  Added in v.1186275

  ViewVC Help
Powered by ViewVC 1.1.30