From fec482bac7208bf523d9d03a3bda30bee9dbd827 Mon Sep 17 00:00:00 2001 From: Corentin Lecouvey Date: Fri, 7 Nov 2014 15:43:34 +0100 Subject: [PATCH] packaging: adapt buildreq to unversionned libpng Change-Id: Ib61cb809d00b0f4ba5d24cee91563ede094388d6 Signed-off-by: Corentin Lecouvey Bug-Tizen: TC-1863 Signed-off-by: Philippe Coval --- packaging/pixman.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/pixman.spec b/packaging/pixman.spec index d0d8662..7302aea 100644 --- a/packaging/pixman.spec +++ b/packaging/pixman.spec @@ -8,7 +8,7 @@ Group: System/Libraries Source: %{name}-%{version}.tar.gz Source1: baselibs.conf Source1001: pixman.manifest -BuildRequires: pkgconfig(libpng12) +BuildRequires: pkgconfig(libpng) %description The pixel-manipulation library for X and cairo. @@ -16,7 +16,7 @@ The pixel-manipulation library for X and cairo. %package devel Summary: Development components for the pixman library Group: Development/Libraries -Requires: %{name} = %{version} +Requires: %{name} = %{version}-%{release} %description devel The pixel-manipulation library for X and cairo. -- 2.34.1