From 96412869bdb6718337e09bdd6d3ae28271c36b15 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 2 Oct 2006 15:05:30 +0000 Subject: [PATCH] require pkgconfig in the -devel subpackage --- libpng.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libpng.spec b/libpng.spec index 1077a7f..0511d59 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,7 +1,7 @@ Summary: A library of functions for manipulating PNG image format files Name: libpng Version: 1.2.10 -Release: 6 +Release: 7 License: OSI certified Group: System Environment/Libraries Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2 @@ -28,7 +28,7 @@ files. %package devel Summary: Development tools for programs to manipulate PNG image format files. Group: Development/Libraries -Requires: libpng = %{epoch}:%{version}-%{release}, zlib-devel +Requires: libpng = %{epoch}:%{version}-%{release}, zlib-devel, pkgconfig %description devel The libpng-devel package contains the header files and static @@ -79,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT%{_libdir}/libpng12.la rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 02 2006 Jesse Keating - 2:1.2.10-7 +- Require pkgconfig in the -devel subpackage as it gets called by + /usr/bin/libpng-config + * Thu Jul 27 2006 Matthias Clasen - 2:1.2.10-6 - Disable asm on arches other than i386 (#196580)