packaging: adapt buildreq to unversionned libpng
authorCorentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Fri, 7 Nov 2014 14:43:34 +0000 (15:43 +0100)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 21 Feb 2020 07:56:46 +0000 (16:56 +0900)
Change-Id: Ib61cb809d00b0f4ba5d24cee91563ede094388d6
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
Bug-Tizen: TC-1863
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/pixman.spec

index d0d8662..7302aea 100644 (file)
@@ -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.