This commit is contained in:
parent
d314f374d0
commit
ac7c6ddad4
3
gd-2.0.36.RC1.tar.bz2
Normal file
3
gd-2.0.36.RC1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ee0fabaee6164bae38e3b0dc042e6d5a3f25a656553935b9128a91eacb51a80
|
||||||
|
size 1590828
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4b8587b31608d7179cd9afa5334022614f5c9c9d1e7dc8ce8b6f2d84848db0f
|
|
||||||
size 1595858
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 10 01:43:39 CET 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- fix rpm version number, otherwise it wont upgrade later.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 18 15:51:13 CET 2008 - anosek@suse.cz
|
Fri Jan 18 15:51:13 CET 2008 - anosek@suse.cz
|
||||||
|
|
||||||
|
13
gd.spec
13
gd.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gd (Version 2.0.36RC1)
|
# spec file for package gd (Version 2.0.36.RC1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: gd
|
Name: gd
|
||||||
BuildRequires: fontconfig-devel freetype2-devel libjpeg-devel libpng-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXpm-devel
|
BuildRequires: fontconfig-devel freetype2-devel libjpeg-devel libpng-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXpm-devel
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
@ -17,17 +18,17 @@ Group: System/Libraries
|
|||||||
Provides: gdlib
|
Provides: gdlib
|
||||||
Obsoletes: gdlib
|
Obsoletes: gdlib
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.0.36RC1
|
Version: 2.0.36.RC1
|
||||||
Release: 1
|
Release: 1
|
||||||
Url: http://www.libgd.org/
|
Url: http://www.libgd.org/
|
||||||
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
|
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
|
||||||
Source: gd-%{version}.tar.bz2
|
Source: gd-%{version}.tar.bz2
|
||||||
Patch0: gd-%{version}-warn.patch
|
Patch0: gd-2.0.36RC1-warn.patch
|
||||||
#Patch1: gd-CAN-2004-0941.patch
|
#Patch1: gd-CAN-2004-0941.patch
|
||||||
Patch2: gd-format.patch
|
Patch2: gd-format.patch
|
||||||
Patch3: gd-aliasing.patch
|
Patch3: gd-aliasing.patch
|
||||||
Patch6: gd-fontpath.patch
|
Patch6: gd-fontpath.patch
|
||||||
Patch7: gd-%{version}-config.patch
|
Patch7: gd-2.0.36RC1-config.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -130,6 +131,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 10 2008 crrodriguez@suse.de
|
||||||
|
- fix rpm version number, otherwise it wont upgrade later.
|
||||||
* Fri Jan 18 2008 anosek@suse.cz
|
* Fri Jan 18 2008 anosek@suse.cz
|
||||||
- updated to version 2.0.36RC1
|
- updated to version 2.0.36RC1
|
||||||
* Fixed gdImageCopy with true color image, the transparent color was ignored
|
* Fixed gdImageCopy with true color image, the transparent color was ignored
|
||||||
@ -278,7 +281,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Thu Sep 09 1999 bs@suse.de
|
* Thu Sep 09 1999 bs@suse.de
|
||||||
- fixed call of Check at the end of %%install section
|
- fixed call of Check at the end of %%install section
|
||||||
* Tue Jun 15 1999 ro@suse.de
|
* Wed Jun 16 1999 ro@suse.de
|
||||||
- fixed doc installation
|
- fixed doc installation
|
||||||
* Tue Jun 15 1999 ro@suse.de
|
* Tue Jun 15 1999 ro@suse.de
|
||||||
- update to 1.3
|
- update to 1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user