/[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 316694 by fwang, Thu Nov 8 04:13:48 2012 UTC revision 316695 by fwang, Fri Nov 9 07:47:58 2012 UTC
# Line 6  Line 6 
6  Summary:        International Components for Unicode  Summary:        International Components for Unicode
7  Name:           icu  Name:           icu
8  Version:        50.1  Version:        50.1
9  Release:        %mkrel 3  Release:        %mkrel 4
10  Epoch:          1  Epoch:          1
11  License:        MIT  License:        MIT
12  Group:          System/Libraries  Group:          System/Libraries
# Line 14  URL:           http://www.icu-project.org/index.h Line 14  URL:           http://www.icu-project.org/index.h
14  Source0:        http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{tarballver}-src.tgz  Source0:        http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{tarballver}-src.tgz
15  Source1:        http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{tarballver}-docs.zip  Source1:        http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{tarballver}-docs.zip
16  Patch0:         icu-50.1-disable-renaming.patch  Patch0:         icu-50.1-disable-renaming.patch
17    Patch1:         http://bugs.icu-project.org/trac/raw-attachment/ticket/9717/9717disablecxx11.patch
18  Patch6:         icu-4.6.1-do-not-promote-ldflags.patch  Patch6:         icu-4.6.1-do-not-promote-ldflags.patch
19  BuildRequires:  doxygen  BuildRequires:  doxygen
20  Requires:       %{libname} = %{epoch}:%{version}-%{release}  Requires:       %{libname} = %{epoch}:%{version}-%{release}
# Line 85  Development files and headers for the In Line 86  Development files and headers for the In
86  %prep  %prep
87  %setup -q -n %{name}  %setup -q -n %{name}
88  %patch0 -p1 -b .renaming  %patch0 -p1 -b .renaming
89    %patch1 -p0 -b .cxx11
90  %patch6 -p0 -b .ldflags  %patch6 -p0 -b .ldflags
91    
92  mkdir -p docs  mkdir -p docs
# Line 98  pushd source Line 100  pushd source
100          --with-library-bits=64else32 \          --with-library-bits=64else32 \
101          --with-data-packaging=archive \          --with-data-packaging=archive \
102          --disable-renaming \          --disable-renaming \
103            --enable-c++11=no \
104          --disable-samples          --disable-samples
105  %make  %make
106  %make doc  %make doc

Legend:
Removed from v.316694  
changed lines
  Added in v.316695

  ViewVC Help
Powered by ViewVC 1.1.30