]> git.pld-linux.org Git - packages/icu.git/blob - icu.spec
- fixed+finished pl, some cleanups
[packages/icu.git] / icu.spec
1 Summary:        International Components for Unicode
2 Summary(pl):    Miêdzynarodowe komponenty dla unikodu
3 Name:           icu
4 Version:        3.0
5 Release:        0.1
6 License:        X License
7 Group:          Libraries
8 #Source0:       ftp://www-126.ibm.com/pub/%{name}/%{version}/%{name}-%{version}.tgz
9 Source0:        icu-3.0.tgz
10 # Source0-md5:  f66c1e6f4622a2d880a5f056d86b5a38
11 URL:            http://oss.software.ibm.com/icu/
12 Requires:       libicu = %{version}-%{release}
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ICU is a set of C and C++ libraries that provides robust and
17 full-featured Unicode and locale support. The library provides
18 calendar support, conversions for many character sets, language
19 sensitive collation, date and time formatting, support for many
20 locales, message catalogs and resources, message formatting,
21 normalization, number and currency formatting, time zones support,
22 transliteration, word, line and sentence breaking, etc.
23
24 This package contains the Unicode character database and derived
25 properties, along with converters and time zones data.
26
27 %description -l pl
28 ICU jest grup± bibliotek C i C++, które dostarczaj± kompletn± i pe³n±
29 obs³ugê Unikodu i lokalizacji. Biblioteka dostarcza obs³ugê
30 kalendarza, konwersje dla wielu zestawów znaków, sortowanie zale¿ne od
31 jêzyka, formatowanie daty i czasu, wsparcie dla wielu lokalizacji,
32 katalogów komunikatów i zasobów, formatowanie komunikatów,
33 normalizacjê, formatowanie liczb i walut, obs³ugê stref czasowych,
34 transliteracjê, ³amanie s³ów, linii i zdañ itp.
35
36 Ten pakiet zawiera bazê znaków unikodowych i pochodne w³asno¶ci wraz
37 z konwerterami i danymi stref czasowych.
38
39 %package -n libicu
40 Summary:        International Components for Unicode (libraries)
41 Summary(pl):    Miêdzynarodowe Komponenty dla Unikodu (biblioteki)
42 Group:          Development/Libraries
43 Obsoletes:      libicu30
44
45 %description -n libicu
46 ICU is a set of C and C++ libraries that provides robust and
47 full-featured Unicode support. This package contains the runtime
48 libraries for ICU. It does not contain any of the data files needed at
49 runtime and present in the `icu' and `icu-locales` packages.
50
51 %description -n libicu -l pl
52 ICU jest grup± bibliotek C i C++, które dostarczaj± kompletn± i pe³n±
53 obs³ugê Unikodu i lokalizacji. Ten pakiet zawiera biblioteki
54 uruchomieniowe ICU. Nie zawiera ¿adnych plików z danymi potrzebnymi w
55 czasie dzia³ania i obecnymi w pakietach "icu" i "icu-locales".
56
57 %package -n libicu-devel
58 Summary:        International Components for Unicode (development files)
59 Summary(pl):    Miêdzynarodowe komponenty dla Unikodu (pliki dla programistów)
60 Group:          Development/Libraries
61 Requires:       libicu = %{version}-%{release}
62
63 %description -n libicu-devel
64 ICU is a set of C and C++ libraries that provides robust and
65 full-featured Unicode support. This package contains the development
66 files for ICU.
67
68 %description -n libicu-devel -l pl
69 ICU jest grup± bibliotek C i C++, które dostarczaj± kompletn± i pe³n±
70 obs³ugê Unikodu i lokalizacji. Ten pakiet zawiera pliki
71 programistyczne ICU.
72
73 %package locales
74 Summary:        Locale data for ICU
75 Summary(pl):    Pliki lokalizacyjne dla ICU
76 Group:          Libraries
77 Requires:       libicu = %{version}-%{release}
78
79 %description locales
80 The locale data are used by ICU to provide localization (l10n),
81 internationalization (i18n) and timezone support to ICU applications.
82 This package also contains break data for various languages, and
83 transliteration data.
84
85 %description locales -l pl
86 Dane lokalizacji s± u¿ywane przez ICU do zapewnienia lokalizacji
87 (l10n), internacjonalizacji (i18n) i obs³ugi stref czasowych dla
88 aplikacji ICU. Ten pakiet zawiera tak¿e dane dotycz±ce ³amania tekstu
89 dla ró¿nych jêzyków oraz dane dla transliteracji.
90
91 %prep
92 %setup -q -n %{name}-%{version}.orig -a 1
93
94 %build
95 %configure
96 %{__make}
97
98 %install
99 rm -rf $RPM_BUILD_ROOT
100
101 %{__make} install \
102         DESTDIR=$RPM_BUILD_ROOT
103
104 %clean
105 rm -rf $RPM_BUILD_ROOT
106
107 %files
108 %defattr(644,root,root,755)
109 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
110 %attr(755,root,root) %{_bindir}/*
111 %{_datadir}/%{name}
112
113 %files subpackage
114 %defattr(644,root,root,755)
115 %doc extras/*.gz
116 %{_datadir}/%{name}-ext
This page took 0.655135 seconds and 3 git commands to generate.