[freetype] Require libpng

mkasik mkasik at fedoraproject.org
Mon Aug 5 16:29:22 UTC 2013


commit 5b7ef25884753dbb439db9c86b5ce61af6bc4342
Author: Marek Kasik <mkasik at redhat.com>
Date:   Mon Aug 5 18:13:16 2013 +0200

    Require libpng

 freetype.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/freetype.spec b/freetype.spec
index 9be5e0c..78cd5ab 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -7,7 +7,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -35,6 +35,7 @@ Patch91:  freetype-2.5.0.1.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
 BuildRequires: libX11-devel
+BuildRequires: libpng-devel
 
 Provides: %{name}-bytecode
 %if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
@@ -216,6 +217,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/tutorial
 
 %changelog
+* Mon Aug 05 2013 Marek Kasik <mkasik at redhat.com> - 2.5.0-2
+- Require libpng
+
 * Mon Aug 05 2013 Marek Kasik <mkasik at redhat.com> - 2.5.0-1
 - Update to 2.5.0
 - Backport changes from freetype-2.5.0.1


More information about the fonts-bugs mailing list