]> git.pld-linux.org Git - packages/fontconfig.git/blobdiff - fontconfig.spec
- up to 2.11.1
[packages/fontconfig.git] / fontconfig.spec
index 5421f8df6288ced0271fc89db7ae796ba84124af..f51fac1c0ca54bf5ee99a221812c58e966c33723 100644 (file)
@@ -1,24 +1,25 @@
+#
 # Conditional build
 %bcond_without static_libs     # don't build static library
-%bcond_without doc
-#
+%bcond_without doc             # don't build HTML and man docs
+%bcond_without tests           # don't perform make check
+
 Summary:       Font configuration and customization tools
 Summary(pl.UTF-8):     Narzędzia do konfigurowania fontów
 Summary(pt_BR.UTF-8):  Ferramentas para configuração e customização do acesso a fontes
 Name:          fontconfig
-Version:       2.10.1
+Version:       2.11.1
 Release:       1
 Epoch:         1
 License:       MIT
 Group:         Libraries
-Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.gz
-# Source0-md5: c94e380eea42f2f23ca9537035ef1899
+Source0:       http://fontconfig.org/release/%{name}-%{version}.tar.bz2
+# Source0-md5: 824d000eb737af6e16c826dd3b2d6c90
 Source1:       %{name}-lcd-filter.conf
-Patch0:                %{name}-blacklist.patch
-Patch1:                %{name}-bitstream-cyberbit.patch
+Patch0:                %{name}-bitstream-cyberbit.patch
 URL:           http://fontconfig.org/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.11
 %if %{with doc}
 BuildRequires: docbook-dtd31-sgml
 BuildRequires: docbook-dtd41-sgml
@@ -126,11 +127,10 @@ Este pacote contém a biblioteca estática do fontconfig
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -139,11 +139,13 @@ Este pacote contém a biblioteca estática do fontconfig
 export HASDOCBOOK=no
 
 %configure \
-       --%{?with_doc:en}%{!?with_doc:dis}able-docs \
+       --enable-docs%{!?with_doc:=no} \
        --disable-silent-rules \
-       %{!?with_static_libs:--disable-static}
+       --%{?with_static_libs:en}%{!?with_static_libs:dis}able-static
 %{__make}
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5},/var/cache/fontconfig} \
@@ -170,6 +172,7 @@ if [ -d %{_sysconfdir}/fonts/conf.avail ] && [ ! -L %{_sysconfdir}/fonts/conf.av
        install -d %{_datadir}/%{name}/conf.avail
        ln -s %{_datadir}/%{name}/conf.avail %{_sysconfdir}/fonts/conf.avail
        mv -f %{_sysconfdir}/fonts/conf.avail.rpmsave/*.conf %{_sysconfdir}/fonts/conf.avail/
+       rmdir %{_sysconfdir}/fonts/conf.avail.rpmsave 2>/dev/null || :
 fi
 
 %post
@@ -187,6 +190,7 @@ HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null || :
 %{_sysconfdir}/fonts/conf.avail
 %dir %{_datadir}/xml/%{name}
 %{_datadir}/xml/%{name}/fonts.dtd
+%dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/conf.avail
 %{_datadir}/%{name}/conf.avail/*.conf
 %dir %{_sysconfdir}/fonts/conf.d
@@ -199,6 +203,7 @@ HOME=/tmp %{_bindir}/fc-cache -f 2>/dev/null || :
 %attr(755,root,root) %{_bindir}/fc-query
 %attr(755,root,root) %{_bindir}/fc-pattern
 %attr(755,root,root) %{_bindir}/fc-scan
+%attr(755,root,root) %{_bindir}/fc-validate
 %if %{with doc}
 %{_mandir}/man1/fc-*.1*
 %{_mandir}/man5/fonts-conf.5*
This page took 0.241626 seconds and 4 git commands to generate.