]> git.pld-linux.org Git - packages/gd.git/blobdiff - gd.spec
- removed evil no_ldflags_in_gdlib-config patch, include proper --ldflags
[packages/gd.git] / gd.spec
diff --git a/gd.spec b/gd.spec
index dbaeb187e57b1b374d5b940e758c7b97726bf1f3..7a4657d1a0bfb7d2e3698b9b3ceede50b0a2aa5c 100644 (file)
--- a/gd.spec
+++ b/gd.spec
-Summary:       Library for PNG creation
-Summary(pl):   Biblioteka do tworzenia PNGów
+#
+# Conditional build:
+%bcond_without xpm     # without XPM support (requires X11 libs)
+#
+Summary:       Library for PNG, JPEG creation
+Summary(es):   Biblioteca para manipulación de imágenes
+Summary(pl):   Biblioteka do tworzenia grafiki w formacie PNG, JPEG
+Summary(pt_BR):        Biblioteca para manipulação de imagens
 Name:          gd
-Version:       1.6.3
-Release:       1
-Copyright:     BSD-style
+Version:       2.0.28
+Release:       4
+License:       BSD-like
 Group:         Libraries
-Group(pl):     Biblioteki
-Source0:       ftp://ftp.boutell.com/pub/boutell/gd/%{name}-%{version}.tar.gz
-BuildRequires: zlib-devel
-BuildRequires: libpng-devel
-BuildRequires: freetype-devel
+Source0:       http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
+# Source0-md5: 14bf0b840b309ae8a29934a7a0743fd3
+Patch0:                %{name}-fontpath.patch
+Patch1:                %{name}-rotate_from_php.patch
 URL:           http://www.boutell.com/gd/
-BuildRoot:     /tmp/%{name}-%{version}-root
+%{?with_xpm:BuildRequires:     XFree86-devel}
+BuildRequires: autoconf >= 2.54
+BuildRequires: automake
+BuildRequires: freetype-devel >= 2.0
+BuildRequires: libpng-devel
+BuildRequires: libjpeg-devel
+BuildRequires: libtiff-devel
+BuildRequires: libtool >= 1:1.4.3
+BuildRequires: zlib-devel
+%{!?with_xpm:BuildConflicts:   XFree86-devel}
+Provides:      gd(gif) = %{version}-%{release}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This library allows you to easily create and manipulate PNG image files
-from your C programs.
+gd is the image manipulating library. It was created to allow graphs,
+charts and the like to be generated on the fly for use on the World
+wide Web, but is useful for any application in which custom images are
+useful. It is not a paint program; it is a library. gd library creates
+PNG, JPEG, GIF and WBMP images. PNG is a more compact format, and full
+compression is available. JPEG works well with photographic images,
+and is still more compatible with the major Web browsers than even PNG
+is. WBMP is intended for wireless devices (not regular web browsers).
+
+%description -l es
+Esta es la biblioteca gd para el manejo de imágenes. Fue creada para
+uso en la Web, creando gráficos automáticamente. Pero es útil para
+cualquier programa que necesite de imágenes personalizados. No es un
+programa de dibujo; es una biblioteca.
 
 %description -l pl
-Biblioteka pozwalaj±ca na proste tworzenie i manipulowanie plikami graficznymi
-w formacie PNG.
+gd to biblioteka do obróbki obrazów. Zosta³a stworzona, aby umo¿liwiæ
+dynamiczne generowanie wykresów i podobnych rzeczy na potrzeby WWW,
+ale mo¿e byæ przydatna tak¿e dla ka¿dej aplikacji tworz±cej w³asne
+obrazy. Biblioteka ta pozwala na tworzenie plików graficznych w
+formatach PNG, JPEG, GIF i WBMP. PNG jest zwartym formatem z
+bezstratn± kompresj±. JPEG dobrze nadaje siê do obrazów
+fotograficznych i jest obs³ugiwany nawet przez wiêcej przegl±darek WWW
+ni¿ PNG. WBMP jest przeznaczony dla urz±dzeñ bezprzewodowych (a nie
+zwyk³ych przegl±darek WWW).
+
+%description -l pt_BR
+Esta é a biblioteca gd para manipulação de imagens. Ela foi criada
+para uso na Web, gerando gráficos automaticamente. Mas é útil para
+qualquer programa que precise de imagens personalizados. Não é um
+programa de desenho; é uma biblioteca.
 
 %package devel
 Summary:       Development part of the GD library
-Summary(pl):   Czê¶æ biblioteki GD przeznaczona dla developerów.
+Summary(es):   Archivos de inclusión y bibliotecas para desarrollar programas usando gd
+Summary(pl):   Czê¶æ biblioteki GD przeznaczona dla developerów
+Summary(pt_BR):        Arquivos de inclusão e bibliotecas para desenvolver programas usando gd
 Group:         Development/Libraries
-Group(pl):     Programowanie/Biblioteki
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
+%{?with_xpm:Requires:  XFree86-devel}
+Requires:      freetype-devel >= 2.0
+Requires:      libjpeg-devel
+Requires:      libpng-devel
+Requires:      zlib-devel
+Provides:      gd-devel(gif) = %{version}-%{release}
 
 %description devel
-This package contains the files needed for development of programs linked
-against GD.
+This package contains the files needed for development of programs
+linked against GD.
+
+%description devel -l es
+Este paquete contiene los archivos de inclusión y las bibliotecas
+necesarias para desarrollar programas usando gd.
 
-%description -l pl devel
-Pakiet ten zawiera pliki potrzebne do rozwoju programów
-korzystaj±cych z biblioteki GD.
+%description devel -l pl
+Pakiet ten zawiera pliki potrzebne do rozwoju programów korzystaj±cych
+z biblioteki GD.
+
+%description devel -l pt_BR
+Este pacote contém os arquivos de inclusão e as bibliotecas
+necessárias para desenvolver programas usando gd.
 
 %package static
-Summary:        Static GD library
-Summary(pl):    Statyczna biblioteka GD.
-Group:          Development/Libraries
-Group(pl):      Programowanie/Biblioteki
-Requires:       %{name} = %{version}
+Summary:       Static GD library
+Summary(pl):   Statyczna biblioteka GD
+Summary(pt_BR):        Bibliotecas estáticas para desenvolvimento com libgd
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+Provides:      gd-static(gif) = %{version}-%{release}
 
-%description devel
-This package contains static GD library.
+%description static
+This package contains static gd library.
+
+%description static -l pl
+Ten pakiet zawiera statyczn± bibliotekê gd.
 
-%description -l pl static
-Pakiet ten zawiera statyczn± bibliotekê GD.
+%description static -l pt_BR
+Este pacote contem bibliotecas estáticas para desenvolvimento com
+libgd.
+
+%package progs
+Summary:       Utility programs that use libgd
+Summary(es):   Programas utilitarios libgd
+Summary(pl):   Narzêdzia u¿ywaj±ce libgd
+Summary(pt_BR):        Programas utilitários libgd
+Group:         Applications/Graphics
+Requires:      %{name} = %{version}-%{release}
+
+%description progs
+These are utility programs supplied with gd, the image manipulation
+library. The libgd-progs package contains a group of scripts for
+manipulating the graphics files in formats which are supported by the
+libgd library.
+
+%description progs -l pl
+Ten pakiet zawiera programy u¿ywaj±ce biblioteki gd, s³u¿±ce do
+obróbki plików graficznych w formatach obs³ugiwanych przez libgd.
+
+%description progs -l pt_BR
+Este pacote inclui vários utilitários para manipulação de arquivos gd
+para uso pelos programas que usam a libgd.
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+# hack to avoid inclusion of -s or -L/usr/%{_lib} in --ldflags
+%{__perl} -pi -e 's,\@LDFLAGS\@,-L/usr/X11R6/%{_lib},g' config/gdlib-config.in
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoheader}
+%{__autoconf}
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR="$RPM_BUILD_ROOT" install
-strip $RPM_BUILD_ROOT{%{_bindir}/*,%{_libdir}/*.so} || :
-gzip -9nf NEWS README index.html 
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc {NEWS,README}.gz
-%attr(755,root,root) %{_bindir}/*
+%doc COPYING index.html
 %attr(755,root,root) %{_libdir}/*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc index.html.gz 
+%attr(755,root,root) %{_bindir}/gdlib-config
 %attr(755,root,root) %{_libdir}/*.so
-%attr(755,root,root) %{_libdir}/libgd.la
+%{_libdir}/*.la
 %{_includedir}/*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/lib*.a
+
+%files progs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/[!g]*
+%attr(755,root,root) %{_bindir}/gd[!l]*
This page took 0.129863 seconds and 4 git commands to generate.