upgrade to get sinhala support
This commit is contained in:
parent
f1f50bd1b3
commit
191c4dbc2b
@ -1,2 +1,3 @@
|
||||
icu-2.6.2.tar.gz
|
||||
icu-3.4.tgz
|
||||
icu4c-3_6_d01-src.tgz
|
||||
|
26
icu.spec
26
icu.spec
@ -1,12 +1,12 @@
|
||||
Name: icu
|
||||
Version: 3.4
|
||||
Release: 10.1.1
|
||||
Version: 3.6
|
||||
Release: 0.1.d01
|
||||
Summary: International Components for Unicode
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: X License
|
||||
URL: http://www.ibm.com/software/globalization/icu/
|
||||
Source0: ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/%{name}-%{version}.tgz
|
||||
Source0: ftp://ftp.software.ibm.com/software/globalization/icu/icu4c-3_6_d01-src.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
BuildRequires: doxygen, autoconf
|
||||
@ -14,8 +14,6 @@ Patch0: icu-3.4-gnustack.patch
|
||||
Patch1: icu-gcc41.patch
|
||||
Patch2: icu-config
|
||||
Patch3: icu-3.4-multiarchdevel.patch
|
||||
Patch4: icu-3.4-sinhala1.patch
|
||||
Patch5: rh190879.patch
|
||||
|
||||
%description
|
||||
The International Components for Unicode (ICU) libraries provide
|
||||
@ -57,8 +55,6 @@ Group: Documentation
|
||||
%patch0 -p1 -b .gnustack
|
||||
%patch1 -p1 -b .gcc41
|
||||
%patch3 -p1 -b .multiarchdevel
|
||||
%patch4 -p1 -b .sinhala1
|
||||
%patch5 -p1 -b .rh190879
|
||||
|
||||
%build
|
||||
cd source
|
||||
@ -97,6 +93,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/derb
|
||||
%{_bindir}/genbrk
|
||||
%{_bindir}/gencnval
|
||||
%{_bindir}/genctd
|
||||
%{_bindir}/genrb
|
||||
%{_bindir}/makeconv
|
||||
%{_bindir}/pkgdata
|
||||
@ -105,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/derb.1*
|
||||
%{_mandir}/man1/gencnval.1*
|
||||
%{_mandir}/man1/genrb.1*
|
||||
%{_mandir}/man1/genbrk.1*
|
||||
%{_mandir}/man1/genctd.1*
|
||||
%{_mandir}/man1/makeconv.1*
|
||||
%{_mandir}/man1/pkgdata.1*
|
||||
%{_mandir}/man1/uconv.1*
|
||||
@ -124,10 +123,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}
|
||||
%{_libdir}/pkgconfig/icu.pc
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/%{version}
|
||||
%{_datadir}/%{name}/%{version}/mkinstalldirs
|
||||
%{_datadir}/%{name}/%{version}/config
|
||||
%doc %{_datadir}/%{name}/%{version}/license.html
|
||||
%dir %{_datadir}/%{name}/3.6
|
||||
%{_datadir}/%{name}/3.6/mkinstalldirs
|
||||
%{_datadir}/%{name}/3.6/config
|
||||
%doc %{_datadir}/%{name}/3.6/license.html
|
||||
|
||||
%files -n lib%{name}-doc
|
||||
%defattr(-,root,root,-)
|
||||
@ -135,6 +134,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 31 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-0.1.d01
|
||||
- rh#200728# update to prelease 3.6d01 to pick up on sinhala fixes
|
||||
- drop integrated rh190879.patch
|
||||
- drop integrated icu-3.4-sinhala1.patch
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.4-10.1.1
|
||||
- rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user