Adds missing dependencies to spec file
This commit is contained in:
parent
13759929d8
commit
b967d70c9c
16
icu.spec
16
icu.spec
@ -4,13 +4,14 @@
|
|||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
Name: icu
|
Name: icu
|
||||||
Version: 2.6.2
|
Version: 2.6.2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: X License
|
License: X License
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://oss.software.ibm.com/icu/
|
URL: http://oss.software.ibm.com/icu/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Requires: /sbin/ldconfig
|
Requires: libicu
|
||||||
|
BuildRequires: libicu
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ICU is a C++ and C library that provides robust and full-featured Unicode
|
ICU is a C++ and C library that provides robust and full-featured Unicode
|
||||||
@ -21,6 +22,8 @@ and `icu-locales` packages.
|
|||||||
%package -n libicu
|
%package -n libicu
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
Requires: glibc
|
||||||
|
Requires: /sbin/ldconfig
|
||||||
|
|
||||||
%description -n libicu
|
%description -n libicu
|
||||||
ICU is a C++ and C library that provides robust and full-featured Unicode
|
ICU is a C++ and C library that provides robust and full-featured Unicode
|
||||||
@ -39,7 +42,7 @@ development documentation for %{name}. If you would like to develop
|
|||||||
programs using %{name}, you will need to install %{name}-devel.
|
programs using %{name}, you will need to install %{name}-devel.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd source
|
cd source
|
||||||
@ -88,5 +91,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icu/%{version}/config/mh-linux
|
%{_datadir}/icu/%{version}/config/mh-linux
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 13 2005 Justin Ross <jross@spellingbee.boston.redhat.com>
|
||||||
|
- Quiets the setup phase
|
||||||
|
- Makes the obvious dependency on glibc explicit
|
||||||
|
- Adds some subpackage dependencies
|
||||||
|
|
||||||
* Wed Dec 15 2004 Justin Ross <jross@dhcp83-29.boston.redhat.com>
|
* Wed Dec 15 2004 Justin Ross <jross@dhcp83-29.boston.redhat.com>
|
||||||
- Initial build.
|
- Initial build.
|
||||||
|
Loading…
Reference in New Issue
Block a user