This commit is contained in:
parent
5df87e088d
commit
986bbacfb2
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
libicu
|
||||||
|
libicu-devel
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 17:42:00 CET 2008 - maw@suse.de
|
Wed Feb 13 17:42:00 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
19
icu.spec
19
icu.spec
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
Name: icu
|
Name: icu
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
License: IBM Public License
|
License: X11/MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 1
|
Release: 12
|
||||||
Requires: libicu = %{version}
|
Requires: libicu = %{version}
|
||||||
Url: http://ibm.com/software/globalization/icu
|
Url: http://ibm.com/software/globalization/icu
|
||||||
Source0: icu4c-3_8_1-src.tar.bz2
|
Source0: icu4c-3_8_1-src.tar.bz2
|
||||||
@ -53,6 +53,7 @@ Authors:
|
|||||||
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
||||||
|
|
||||||
%package -n libicu
|
%package -n libicu
|
||||||
|
License: IBM Public License
|
||||||
Summary: International Components for Unicode (development files)
|
Summary: International Components for Unicode (development files)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: libicu17 libicu22 libicu26 libicu30 libicu32 libicu34
|
Provides: libicu17 libicu22 libicu26 libicu30 libicu32 libicu34
|
||||||
@ -71,6 +72,7 @@ Authors:
|
|||||||
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
||||||
|
|
||||||
%package -n libicu-devel
|
%package -n libicu-devel
|
||||||
|
License: IBM Public License
|
||||||
Summary: International Components for Unicode (development files)
|
Summary: International Components for Unicode (development files)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libicu = %{version}
|
Requires: libicu = %{version}
|
||||||
@ -86,6 +88,7 @@ Authors:
|
|||||||
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
||||||
|
|
||||||
%package -n libicu-doc
|
%package -n libicu-doc
|
||||||
|
License: IBM Public License
|
||||||
Summary: International Components for Unicode (html documentation)
|
Summary: International Components for Unicode (html documentation)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -100,6 +103,7 @@ Authors:
|
|||||||
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
The ICU project, International Business Machines (IBM) and Others. <icu@oss.software.ibm.com>
|
||||||
|
|
||||||
%package -n icu-data
|
%package -n icu-data
|
||||||
|
License: IBM Public License
|
||||||
Summary: International Components for Unicode (Sources for the Data in ICU)
|
Summary: International Components for Unicode (Sources for the Data in ICU)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: libicu >= %{version}
|
Requires: libicu >= %{version}
|
||||||
@ -222,6 +226,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/icu/%{version}/UnicodeData.txt
|
/usr/share/icu/%{version}/UnicodeData.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
* Wed Feb 13 2008 maw@suse.de
|
* Wed Feb 13 2008 maw@suse.de
|
||||||
- Update to version 3.8:
|
- Update to version 3.8:
|
||||||
+ Locale Data: ICU uses and supports data from Common Locale Data
|
+ Locale Data: ICU uses and supports data from Common Locale Data
|
||||||
@ -296,7 +303,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Aug 03 2005 sbrabec@suse.cz
|
* Wed Aug 03 2005 sbrabec@suse.cz
|
||||||
- Updated to version 3.4.
|
- Updated to version 3.4.
|
||||||
* Mon Mar 28 2005 gekker@suse.de
|
* Tue Mar 29 2005 gekker@suse.de
|
||||||
- Move icu-config to libicu-devel package (8030).
|
- Move icu-config to libicu-devel package (8030).
|
||||||
* Mon Jan 10 2005 sbrabec@suse.cz
|
* Mon Jan 10 2005 sbrabec@suse.cz
|
||||||
- Updated to version 3.2 (#49578).
|
- Updated to version 3.2 (#49578).
|
||||||
@ -322,7 +329,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- update to 2.6.
|
- update to 2.6.
|
||||||
* Mon Jun 16 2003 mfabian@suse.de
|
* Mon Jun 16 2003 mfabian@suse.de
|
||||||
- fix "directory not owned by any package".
|
- fix "directory not owned by any package".
|
||||||
* Fri May 16 2003 mfabian@suse.de
|
* Sat May 17 2003 mfabian@suse.de
|
||||||
- fix file list, remove CVS directories.
|
- fix file list, remove CVS directories.
|
||||||
* Wed Sep 11 2002 mfabian@suse.de
|
* Wed Sep 11 2002 mfabian@suse.de
|
||||||
- /usr/sbin/gencnval is now in /usr/bin/gencnval.
|
- /usr/sbin/gencnval is now in /usr/bin/gencnval.
|
||||||
@ -338,8 +345,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- use %%{_libdir}
|
- use %%{_libdir}
|
||||||
* Tue Mar 12 2002 kukuk@suse.de
|
* Tue Mar 12 2002 kukuk@suse.de
|
||||||
- Fix most wrong directories in filelist
|
- Fix most wrong directories in filelist
|
||||||
* Mon Feb 11 2002 ro@suse.de
|
* Tue Feb 12 2002 ro@suse.de
|
||||||
- tar option for bz2 is "j"
|
- tar option for bz2 is "j"
|
||||||
* Wed Mar 07 2001 mfabian@suse.de
|
* Thu Mar 08 2001 mfabian@suse.de
|
||||||
- new package: icu 1.7
|
- new package: icu 1.7
|
||||||
- package names as described in PACKAGING
|
- package names as described in PACKAGING
|
||||||
|
Loading…
Reference in New Issue
Block a user