SPECS: gd.spec - updated rotate_from_php patch with code from php ...
qboosh
qboosh at pld-linux.org
Sat Dec 23 03:02:45 CET 2006
Author: qboosh Date: Sat Dec 23 02:02:45 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated rotate_from_php patch with code from php 5.2.0
(incompatible with older php!)
- gd(imagerotate) cap versioned with php version
- release 10
---- Files affected:
SPECS:
gd.spec (1.119 -> 1.120)
---- Diffs:
================================================================
Index: SPECS/gd.spec
diff -u SPECS/gd.spec:1.119 SPECS/gd.spec:1.120
--- SPECS/gd.spec:1.119 Fri Dec 22 23:38:38 2006
+++ SPECS/gd.spec Sat Dec 23 03:02:40 2006
@@ -10,16 +10,16 @@
Summary(pt_BR): Biblioteca para manipulaçăo de imagens
Name: gd
Version: 2.0.33
-Release: 9
+Release: 10
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/
BuildRequires: autoconf >= 2.54
BuildRequires: automake
@@ -33,7 +33,8 @@
%{?with_xpm:BuildRequires: xorg-lib-libXpm}
BuildRequires: zlib-devel
Provides: gd(gif) = %{version}-%{release}
-Provides: gd(imagerotate) = %{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
@@ -83,7 +84,7 @@
%{?with_xpm:Requires: xorg-lib-libXpm}
Requires: zlib-devel
Provides: gd-devel(gif) = %{version}-%{release}
-Provides: gd-devel(imagerotate) = %{version}-%{release}
+Provides: gd-devel(imagerotate) = 5.2.0
%description devel
This package contains the files needed for development of programs
@@ -108,7 +109,7 @@
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
Provides: gd-static(gif) = %{version}-%{release}
-Provides: gd-static(imagerotate) = %{version}-%{release}
+Provides: gd-static(imagerotate) = 5.2.0
%description static
This package contains static gd library.
@@ -179,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)
@@ -203,6 +204,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.120 2006/12/23 02:02:40 qboosh
+- updated rotate_from_php patch with code from php 5.2.0
+ (incompatible with older php!)
+- gd(imagerotate) cap versioned with php version
+- release 10
+
Revision 1.119 2006/12/22 22:38:38 qboosh
- added gd(imagerotate) Provides, release 9
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gd.spec?r1=1.119&r2=1.120&f=u
More information about the pld-cvs-commit
mailing list