auto-import changelog data from gd-1.8.4-3.src.rpm
Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.8.4-3 - There's really no reason to link against both freetype 1.x and 2.x, especially when gd is configured to use just freetype 2.x. ;)
This commit is contained in:
parent
d850c3d7b6
commit
9aa9e02aaa
8
gd.spec
8
gd.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A graphics library for drawing image files in various formats.
|
Summary: A graphics library for drawing image files in various formats.
|
||||||
Name: gd
|
Name: gd
|
||||||
Version: 1.8.4
|
Version: 1.8.4
|
||||||
Release: 2
|
Release: 3
|
||||||
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
|
Source0: http://www.boutell.com/gd/http/gd-%{version}.tar.gz
|
||||||
Patch0: gd-1.8.4-redhat.patch
|
Patch0: gd-1.8.4-redhat.patch
|
||||||
Copyright: BSD-style
|
Copyright: BSD-style
|
||||||
@ -50,7 +50,7 @@ If you're installing the gd graphics library, you must install gd-devel.
|
|||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
gcc -shared -o libgd.so.%{version} -Wl,-soname=libgd.so.%{shlibver} \
|
gcc -shared -o libgd.so.%{version} -Wl,-soname=libgd.so.%{shlibver} \
|
||||||
`ar t libgd.a` -L/usr/X11R6/lib -lfreetype -lttf -ljpeg -lpng -lz -lm
|
`ar t libgd.a` -L/usr/X11R6/lib -lfreetype -ljpeg -lpng -lz -lm
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -fr $RPM_BUILD_ROOT
|
||||||
@ -87,6 +87,10 @@ ln -s libgd.so.%{version} $RPM_BUILD_ROOT%{_libdir}/libgd.so.1.8
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.8.4-3
|
||||||
|
- There's really no reason to link against both freetype 1.x and 2.x,
|
||||||
|
especially when gd is configured to use just freetype 2.x. ;)
|
||||||
|
|
||||||
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
* Mon Jun 25 2001 Philipp Knirsch <pknirsch@redhat.de>
|
||||||
- Forgot to include the freetype library in the shared library linking. Fixed.
|
- Forgot to include the freetype library in the shared library linking. Fixed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user