X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=fontconfig.spec;h=4c2843411199f77366aeeed383d6b1fea7ee132e;hb=36a8ce6e4ffb137ef20b5baae221ee957a685ef1;hp=1fd994b76cbf95fe49726606df13950725ff06dc;hpb=1292d19228e0d3b00d16cb5b45cf75e8c2af553a;p=packages%2Ffontconfig.git diff --git a/fontconfig.spec b/fontconfig.spec index 1fd994b..4c28434 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -1,41 +1,81 @@ - -%define fcname fcpackage -%define fcversion 2_0 - -Summary: Font configuration and customization library -Summary(pl): Biblioteka do konfigurowania fontów +# +# Conditional build +%bcond_with bytecode # use bytecode hinting instead of autohinting by default +# +Summary: Font configuration and customization tools +Summary(pl): Narzêdzia do konfigurowania fontów Name: fontconfig -Version: 2.0 +Version: 2.3.0 Release: 1 +Epoch: 1 License: MIT -Group: X11/Libraries -Source0: http://fontconfig.org/release/%{fcname}.%{fcversion}.tar.gz +Group: Libraries +Source0: http://fontconfig.org/release/%{name}-%{version}.tar.gz +# Source0-md5: a4dea0b513c5d4f88bbf0e78099dbaba +Patch0: %{name}-blacklist.patch +Patch1: %{name}-autohint.patch +Patch2: %{name}-autohint2.patch URL: http://fontconfig.org/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: docbook-utils >= 0.6.13-3 +BuildRequires: docbook-dtd41-sgml BuildRequires: ed BuildRequires: expat-devel -BuildRequires: freetype-devel +BuildRequires: freetype-devel >= 2.1.5 BuildRequires: libtool +Requires: %{name}-libs = %{epoch}:%{version}-%{release} +Requires: freetype >= 2.1.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man - %description Fontconfig is designed to locate fonts within the system and select them according to requirements specified by applications. +This package contains tools and documentation. + %description -l pl -Fontconfig jest biblioteka przeznaczon± do lokalizowania fontów w +Fontconfig jest bibliotek± przeznaczon± do lokalizowania fontów w systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji. -%package devel +Paket ten zawiera programy narzêdziowe i dokumentacjê. + +#%description -l pt_BR +#Fontconfig é uma biblioteca para configuração e customização do acesso +#a fontes. + +%package libs Summary: Font configuration and customization library Summary(pl): Biblioteka do konfigurowania fontów -Group: X11/Development/Libraries -Requires: %{name} = %{version} -Requires: freetype-devel +Summary(pt_BR): Fontconfig é uma biblioteca para configuração e customização do acesso a fontes +Group: Development/Libraries +Requires: freetype >= 2.1.5 +Provides: XFree86-fontconfig +Conflicts: fontconfig <= 1:2.2.98-1 +Obsoletes: XFree86-fontconfig + +%description libs +Fontconfig is designed to locate fonts within the system and select +them according to requirements specified by applications. + +%description libs -l pl +Fontconfig jest bibliotek± przeznaczon± do lokalizowania fontów w +systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji. + +%description libs -l pt_BR +Fontconfig é uma biblioteca para configuração e customização do acesso +a fontes. + +%package devel +Summary: Font configuration and customization library - development files +Summary(pl): Biblioteka do konfigurowania fontów - pliki dla programistów +Summary(pt_BR): Fontconfig é uma biblioteca para configuração e customização do acesso a fontes +Group: Development/Libraries +Requires: %{name}-libs = %{epoch}:%{version}-%{release} +Requires: expat-devel +Requires: freetype-devel >= 2.1.5 +Provides: XFree86-fontconfig-devel +Obsoletes: XFree86-fontconfig-devel %description devel Fontconfig is designed to locate fonts within the system and select @@ -45,49 +85,96 @@ This package contains the header files needed to develop programs that use these fontconfig. %description devel -l pl -Fontconfig jest biblioteka przeznaczon± do lokalizowania fontów w +Fontconfig jest bibliotek± przeznaczon± do lokalizowania fontów w systemie i wybierania ich w zale¿no¶ci od potrzeb aplikacji. Ten pakiet zawiera pliki nag³ówkowe potrzebne do kompilowania programów korzystaj±cych z biblioteki fontconfig. +%description devel -l pt_BR +Fontconfig é uma biblioteca para configuração e customização do acesso +a fontes. + +%package static +Summary: Static font configuration and customization library +Summary(pl): Statyczna biblioteka do konfigurowania fontów +Group: Development/Libraries +Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Provides: XFree86-fontconfig-static +Obsoletes: XFree86-fontconfig-static + +%description static +This package contains static version of fontconfig library. + +%description static -l pl +Ten pakiet zawiera statyczn± wersjê biblioteki fontconfig. + %prep -%setup -q -n %{fcname}.%{fcversion}/%{name} +%setup -q +%patch0 -p1 +%if %{with bytecode} +%patch1 -p1 +%else +%patch2 -p1 +%endif %build +%{__libtoolize} +%{__aclocal} %{__autoconf} -%configure +%{__autoheader} +%{__automake} +%configure \ + --disable-docs %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir}/man1 +install -d $RPM_BUILD_ROOT%{_mandir}/man{1,3,5} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install fc-cache/fc-cache.man $RPM_BUILD_ROOT%{_mandir}/man1/fc-cache.3 -install fc-list/fc-list.man $RPM_BUILD_ROOT%{_mandir}/man1/fc-list.3 +install doc/*.3 $RPM_BUILD_ROOT%{_mandir}/man3 +install doc/*.5 $RPM_BUILD_ROOT%{_mandir}/man5 + +cp -f conf.d/README README.confd %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%post +umask 022 +HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null + +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README +%doc AUTHORS COPYING ChangeLog README README.confd +%attr(755,root,root) %{_bindir}/fc-* +%{_mandir}/man1/*.1* +%{_mandir}/man5/*.5* + +%files libs +%defattr(644,root,root,755) %dir %{_sysconfdir}/fonts -%config %{_sysconfdir}/fonts/fonts.conf +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fonts/fonts.conf %{_sysconfdir}/fonts/fonts.dtd -%attr(755,root,root) %{_bindir}/fc-* +%dir %{_sysconfdir}/fonts/conf.d +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fonts/conf.d/*.conf %attr(755,root,root) %{_libdir}/lib*.so.*.* -%{_mandir}/man1/* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/fontconfig-config +%doc doc/fontconfig-devel/*.html +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la %{_includedir}/fontconfig -%{_libdir}/lib*.so %{_pkgconfigdir}/fontconfig.pc +%{_mandir}/man3/*.3* + +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.a