From b967d70c9c256e091063dabd24dd072f86c5eb7b Mon Sep 17 00:00:00 2001 From: jross Date: Thu, 13 Jan 2005 18:33:06 +0000 Subject: [PATCH] Adds missing dependencies to spec file --- icu.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/icu.spec b/icu.spec index b44d9ff..6e1d5ee 100644 --- a/icu.spec +++ b/icu.spec @@ -4,13 +4,14 @@ Summary: International Components for Unicode Name: icu Version: 2.6.2 -Release: 1 +Release: 2 License: X License Group: System Environment/Libraries URL: http://oss.software.ibm.com/icu/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Requires: /sbin/ldconfig +Requires: libicu +BuildRequires: libicu %description 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 Summary: International Components for Unicode Group: System Environment/Libraries +Requires: glibc +Requires: /sbin/ldconfig %description -n libicu 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. %prep -%setup +%setup -q %build cd source @@ -88,5 +91,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icu/%{version}/config/mh-linux %changelog -* Wed Dec 15 2004 Justin Ross -- Initial build. +* Thu Jan 13 2005 Justin Ross + - Quiets the setup phase + - Makes the obvious dependency on glibc explicit + - Adds some subpackage dependencies + +* Wed Dec 15 2004 Justin Ross + - Initial build.