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