Adds missing dependencies to spec file
This commit is contained in:
parent
13759929d8
commit
b967d70c9c
18
icu.spec
18
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 <jross@dhcp83-29.boston.redhat.com>
|
||||
- Initial build.
|
||||
* 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>
|
||||
- Initial build.
|
||||
|
Loading…
Reference in New Issue
Block a user