Author: blues Date: Mon Feb 12 19:23:37 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - rel. 13 - imagerotate for php5 is back.
---- Files affected: SPECS: gd.spec (1.115.2.4 -> 1.115.2.5) ---- Diffs: ================================================================ Index: SPECS/gd.spec diff -u SPECS/gd.spec:1.115.2.4 SPECS/gd.spec:1.115.2.5 --- SPECS/gd.spec:1.115.2.4 Sun Dec 31 19:06:40 2006 +++ SPECS/gd.spec Mon Feb 12 20:23:32 2007 @@ -10,16 +10,16 @@ Summary(pt_BR): Biblioteca para manipulaçăo de imagens Name: gd Version: 2.0.33 -Release: 12 +Release: 13 License: BSD-like Group: Libraries Source0: http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz # Source0-md5: be0a6d326cd8567e736fbc75df0a5c45 Patch0: %{name}-fontpath.patch -Patch1: %{name}-rotate_from_php.patch +Patch1: %{name}-SetAAPixel.patch Patch2: %{name}-graphviz.patch -Patch3: %{name}-SetAAPixel.patch -Patch4: %{name}-security.patch +Patch3: %{name}-security.patch +Patch4: %{name}-rotate_from_php.patch URL: http://www.boutell.com/gd/ %{?with_xpm:BuildRequires: XFree86-devel} BuildRequires: autoconf >= 2.54 @@ -27,12 +27,14 @@ %{?with_fontconfig:BuildRequires: fontconfig-devel} BuildRequires: freetype-devel >= 2.0 BuildRequires: gettext-devel -BuildRequires: libpng-devel BuildRequires: libjpeg-devel +BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libtool >= 1:1.4.3 BuildRequires: zlib-devel Provides: gd(gif) = %{version}-%{release} +# versioned by php version rotate_from_php code comes from +Provides: gd(imagerotate) = 5.2.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -82,6 +84,7 @@ Requires: libpng-devel Requires: zlib-devel Provides: gd-devel(gif) = %{version}-%{release} +Provides: gd-devel(imagerotate) = 5.2.0 %description devel This package contains the files needed for development of programs @@ -106,6 +109,7 @@ Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} Provides: gd-static(gif) = %{version}-%{release} +Provides: gd-static(imagerotate) = 5.2.0 %description static This package contains static gd library. @@ -147,8 +151,8 @@ %patch3 -p1 %patch4 -p1 -# hack to avoid inclusion of -s or -L/usr/%{_lib} in --ldflags -%{__perl} -pi -e 's,[EMAIL PROTECTED]@,-L/usr/X11R6/%{_lib},g' config/gdlib-config.in +# hack to avoid inclusion of -s in --ldflags +%{__perl} -pi -e 's,[EMAIL PROTECTED]@,,g' config/gdlib-config.in %build %{__libtoolize} @@ -176,18 +180,18 @@ %files %defattr(644,root,root,755) %doc COPYING index.html -%attr(755,root,root) %{_libdir}/*.so.*.* +%attr(755,root,root) %{_libdir}/libgd.so.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/gdlib-config -%attr(755,root,root) %{_libdir}/*.so -%{_libdir}/*.la -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libgd.so +%{_libdir}/libgd.la +%{_includedir}/*.h %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libgd.a %files progs %defattr(644,root,root,755) @@ -200,6 +204,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.115.2.5 2007/02/12 19:23:32 blues +- rel. 13 - imagerotate for php5 is back. + Revision 1.115.2.4 2006/12/31 18:06:40 hawk - doh, release 12, forgot to move AC-branch on gd-rotate_from_php.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gd.spec?r1=1.115.2.4&r2=1.115.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
