From: Corentin Lecouvey Date: Fri, 7 Nov 2014 14:43:34 +0000 (+0100) Subject: packaging: adapt buildreq to unversionned libpng X-Git-Tag: submit/tizen/20200225.010716~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fec482bac7208bf523d9d03a3bda30bee9dbd827;p=platform%2Fupstream%2Fpixman.git packaging: adapt buildreq to unversionned libpng Change-Id: Ib61cb809d00b0f4ba5d24cee91563ede094388d6 Signed-off-by: Corentin Lecouvey Bug-Tizen: TC-1863 Signed-off-by: Philippe Coval --- 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.