rh#198174# add some runtime ldd depends

This commit is contained in:
Caolan McNamara 2006-07-10 14:24:17 +00:00
commit 0cb80b726a
2 changed files with 42 additions and 1 deletions

View file

@ -1,7 +1,7 @@
Summary: Anti-Grain Geometry
Name: agg
Version: 2.4
Release: 1
Release: 2
Group: System Environment/Libraries
URL: http://www.antigrain.com
License: MIT
@ -9,6 +9,8 @@ Source: http://www.antigrain.com/%{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: automake, libtool, libX11-devel, freetype-devel, SDL-devel
Patch0: agg-2.4-depends.patch
%description
A High Quality Rendering Engine for C++
@ -22,6 +24,7 @@ Libraries, headers, and support files necessary to compile applications using ag
%prep
%setup -q
%patch0 -p1 -b .agg-2.4-depends
%build
sh ./autogen.sh --disable-gpc
@ -54,6 +57,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
rm -r $RPM_BUILD_ROOT
%changelog
* Mon Jul 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-2
- rh#198174# add extra links from libs to their runtime requirements
* Wed May 10 2006 Caolan McNamara <caolanm@redhat.com> - 2.4-1
- next version