rh#208705 add pkg-config Requires

This commit is contained in:
Caolan McNamara 2006-10-02 07:14:09 +00:00
parent 89ac9070db
commit f3b78b8071

View File

@ -1,6 +1,6 @@
Name: icu Name: icu
Version: 3.6 Version: 3.6
Release: 4 Release: 5
Summary: International Components for Unicode Summary: International Components for Unicode
Group: System Environment/Libraries Group: System Environment/Libraries
@ -38,6 +38,7 @@ Group: System Environment/Libraries
Summary: Development files for International Components for Unicode Summary: Development files for International Components for Unicode
Group: Development/Libraries Group: Development/Libraries
Requires: lib%{name} = %{version}-%{release} Requires: lib%{name} = %{version}-%{release}
Requires: pkgconfig
%description -n lib%{name}-devel %description -n lib%{name}-devel
%{summary}. %{summary}.
@ -135,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Oct 02 2006 Caolan McNamara <caolanm@redhat.com> - 3.6-5
- rh#208705# add pkg-config Require for -devel package
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.6-4 * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.6-4
- rebuilt for unwind info generation, broken in gcc-4.1.1-21 - rebuilt for unwind info generation, broken in gcc-4.1.1-21