]> git.pld-linux.org Git - packages/gd.git/commitdiff
- updated to 2.0.30 (includes fixes for integer overflows, incl. CAN-2004-0990) auto/ac/gd-2_0_30-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Oct 2004 10:20:49 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd.spec -> 1.104

gd.spec

diff --git a/gd.spec b/gd.spec
index 7a4657d1a0bfb7d2e3698b9b3ceede50b0a2aa5c..407790e0a622fd1b7e73546f2781a90b4b5b94fc 100644 (file)
--- a/gd.spec
+++ b/gd.spec
@@ -7,18 +7,19 @@ Summary(es):  Biblioteca para manipulaci
 Summary(pl):   Biblioteka do tworzenia grafiki w formacie PNG, JPEG
 Summary(pt_BR):        Biblioteca para manipulação de imagens
 Name:          gd
-Version:       2.0.28
-Release:       4
+Version:       2.0.30
+Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
-# Source0-md5: 14bf0b840b309ae8a29934a7a0743fd3
+# Source0-md5: 8ec99b54b1e985d27f2b871deae953e3
 Patch0:                %{name}-fontpath.patch
 Patch1:                %{name}-rotate_from_php.patch
 URL:           http://www.boutell.com/gd/
 %{?with_xpm:BuildRequires:     XFree86-devel}
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
+BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 2.0
 BuildRequires: libpng-devel
 BuildRequires: libjpeg-devel
@@ -70,6 +71,7 @@ Summary(pt_BR):       Arquivos de inclus
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 %{?with_xpm:Requires:  XFree86-devel}
+Requires:      fontconfig-devel
 Requires:      freetype-devel >= 2.0
 Requires:      libjpeg-devel
 Requires:      libpng-devel
@@ -179,5 +181,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files progs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/[!g]*
-%attr(755,root,root) %{_bindir}/gd[!l]*
+%attr(755,root,root) %{_bindir}/*
+%exclude %{_bindir}/gdlib-config
This page took 0.044324 seconds and 4 git commands to generate.