X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=freetype.spec;h=c7c84ac9687dac78e87dc173f90c7df20cc10c94;hb=d577620260f3b28259ce083b1bb0e4278b84b2c0;hp=673a400292b9f39499943fac79ab03acc1502e22;hpb=6a99d0495e34f586e6d9492ea93feaa1fb20de56;p=packages%2Ffreetype.git diff --git a/freetype.spec b/freetype.spec index 673a400..c7c84ac 100644 --- a/freetype.spec +++ b/freetype.spec @@ -1,9 +1,9 @@ # # Conditional build: -%bcond_without bytecode # without TT bytecode interpreter (Apple patents in USA) %bcond_without lcd # without LCD subpixel color filtering (Microsoft patents in USA) %bcond_without x11 # don't build examples (X11-based) -# +%bcond_without apidocs # disable api docs + Summary: TrueType font rasterizer Summary(es.UTF-8): Biblioteca de render 3D de fuentes TrueType Summary(ko.UTF-8): 자유롭게 어디든 쓸 수 있는 트루타입 글꼴을 다루는 엔진 @@ -12,26 +12,36 @@ Summary(pt_BR.UTF-8): Biblioteca de renderização de fontes TrueType Summary(ru.UTF-8): Растеризатор шрифтов TrueType Summary(uk.UTF-8): Растеризатор шрифтів TrueType Name: freetype -Version: 2.3.5 -Release: 1 +Version: 2.5.0.1 +Release: 2 Epoch: 1 -License: GPL or FTL +License: GPL v2 or FTL Group: Libraries -Source0: http://dl.sourceforge.net/freetype/%{name}-%{version}.tar.bz2 -# Source0-md5: 65234327c5ac46ee00ebda15995d4c1c -Source1: http://dl.sourceforge.net/freetype/%{name}-doc-%{version}.tar.bz2 -# Source1-md5: 8f443368764f7cd776749e0143f423dd -Source2: http://dl.sourceforge.net/freetype/ft2demos-%{version}.tar.bz2 -# Source2-md5: 708bf1bc13a0a1d1bb801466d6d97c40 +Source0: http://download.savannah.gnu.org/releases/freetype/%{name}-%{version}.tar.bz2 +# Source0-md5: c72e9010b1d986d556fc0b2b5fcbf31a +Source1: http://download.savannah.gnu.org/releases/freetype/%{name}-doc-2.5.0.tar.bz2 +# Source1-md5: 40f3d5cc0b16396b3fb6b98eeaa053b2 +Source2: http://download.savannah.gnu.org/releases/freetype/ft2demos-2.5.0.tar.bz2 +# Source2-md5: 9bbea1989116715d3544d8439c8d2972 +Patch0: freetype-2.2.1-enable-valid.patch URL: http://www.freetype.org/ BuildRequires: automake +BuildRequires: bzip2-devel +BuildRequires: libpng-devel BuildRequires: python +BuildRequires: python-modules +BuildRequires: rpm >= 4.4.9-56 +BuildRequires: sed >= 4.0 +%if "%{pld_release}" == "ac" +%{?with_x11:BuildRequires: XFree86-devel} +%else %{?with_x11:BuildRequires: xorg-lib-libX11-devel} +%endif BuildRequires: zlib-devel Obsoletes: freetype2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define specflags_ia32 -fomit-frame-pointer +%define specflags_ia32 -fomit-frame-pointer # see , the real horror %define specflags -fno-strict-aliasing @@ -86,21 +96,23 @@ incluídos neste pacote. різних платформах. %package devel -Summary: Header files and development documentation -Summary(es.UTF-8): Archivos de inclusión e bibliotecas estáticas para desarrollo con FreeType +Summary: Header files for FreeType development +Summary(es.UTF-8): Archivos de inclusión para desarrollo con FreeType Summary(ko.UTF-8): FreeType을 쓸 때 필요한 정적 라이브러리와 머리말 파일 -Summary(pl.UTF-8): Pliki nagłówkowe biblioteki freetype i dokumentacja -Summary(pt_BR.UTF-8): Arquivos de inclusão e bibliotecas estáticas para desenvolvimento com FreeType +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki FreeType +Summary(pt_BR.UTF-8): Arquivos de inclusão para desenvolvimento com FreeType Summary(ru.UTF-8): Библиотеки разработчика для freetype Summary(uk.UTF-8): Бібліотеки програміста для freetype Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: bzip2-devel +Requires: libpng-devel Requires: zlib-devel Obsoletes: freetype2-devel %description devel -This package includes the header files and documentation necessary to -develop applications that use FreeType. +This package includes the header files necessary to develop +applications that use FreeType. %description devel -l es.UTF-8 Este paquete es necesario, si pretendes desarrollar/compilar @@ -108,8 +120,8 @@ aplicaciones con la biblioteca FreeType. Si, simplemente, deseas ejecutar aplicaciones existentes, no lo necesitas. %description devel -l pl.UTF-8 -Pakiet ten zawiera pliki nagłówkowe oraz dokumentację potrzebne przy -tworzeniu programów wykorzystujących bibliotekę FreeType. +Pakiet ten zawiera pliki nagłówkowe potrzebne przy tworzeniu programów +wykorzystujących bibliotekę FreeType. %description devel -l pt_BR.UTF-8 Este pacote é necessário se você pretende desenvolver/compilar @@ -117,12 +129,23 @@ aplicações com a biblioteca FreeType. Se você simplesmente deseja rodar aplicações existentes, você não precisa deste pacote. %description devel -l ru.UTF-8 -Этот пакет содержит хедеры и библиотеки, необходимые для разработки -программ, использующих freetype. +Этот пакет содержит хедеры необходимые для разработки программ, +использующих FreeType. %description devel -l uk.UTF-8 -Цей пакет містить хедери та бібліотеки, необхідні для розробки -програм, що використовують freetype. +Цей пакет містить хедери необхідні для розробки програм, що +використовують FreeType. + +%package apidocs +Summary: FreeType API documetation +Summary(pl.UTF-8): Dokumentacja API FreeType +Group: Documentation + +%description apidocs +FreeType API documetation. + +%description apidocs -l pl.UTF-8 +Dokumentacja API FreeType. %package static Summary: FreeType static libraries @@ -170,21 +193,26 @@ Programy demonstracyjne do biblioteki FreeType. %prep %setup -q -a1 -a2 +%patch0 -p1 + +# avoid propagating -L%{_libdir} through *.la +%{__sed} -i -e 's,libpng-config --ldflags,libpng-config --libs,' builds/unix/configure %build -CFLAGS="%{rpmcflags} \ -%{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER} \ -%{?with_lcd:-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING}" \ +CFLAGS="%{rpmcflags} %{rpmcppflags} \ +%{?with_lcd:-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING} \ +-DTT_CONFIG_OPTION_SUBPIXEL_HINTING \ +" \ %{__make} setup unix \ CFG="--prefix=%{_prefix} --libdir=%{_libdir}" %{__make} \ - X11_LIB= + X11_LIB=%{?_x_libraries} %if %{with x11} %{__make} -C ft2demos-* \ - TOP_DIR="`pwd`" \ - X11_LIB= + TOP_DIR=$(pwd) \ + X11_LIB=%{?_x_libraries} %endif %{__make} refdoc @@ -197,7 +225,7 @@ install -d $RPM_BUILD_ROOT%{_bindir} DESTDIR=$RPM_BUILD_ROOT %if %{with x11} -install ft2demos-*/bin/.libs/ft* $RPM_BUILD_ROOT%{_bindir} +install -p ft2demos-*/bin/.libs/ft* $RPM_BUILD_ROOT%{_bindir} %endif %clean @@ -208,23 +236,30 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc docs/{CHANGES,FTL.TXT,LICENSE.TXT,PATENTS,TODO,formats.txt,raster.txt} -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%doc docs/{CHANGES,FTL.TXT,LICENSE.TXT,TODO,formats.txt,raster.txt} +%attr(755,root,root) %{_libdir}/libfreetype.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libfreetype.so.6 %files devel %defattr(644,root,root,755) -%doc docs/DEBUG docs/reference +%doc docs/DEBUG %attr(755,root,root) %{_bindir}/freetype-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libfreetype.so +%{_libdir}/libfreetype.la %{_includedir}/freetype2 -%{_includedir}/*.h -%{_aclocaldir}/*.m4 -%{_pkgconfigdir}/*.pc +%{_includedir}/ft2build.h +%{_aclocaldir}/freetype2.m4 +%{_pkgconfigdir}/freetype2.pc + +%if %{with apidocs} +%files apidocs +%defattr(644,root,root,755) +%doc docs/reference +%endif %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libfreetype.a %if %{with x11} %files demos