Author: arvenil Date: Fri Oct 22 20:40:42 2010 GMT Module: packages Tag: HEAD ---- Log message: - for bcond with_apidocs force --enable-documentation - BR: doxygen, graphviz (for bcond with_apidocs)
---- Files affected: packages/libvdpau: libvdpau.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/libvdpau/libvdpau.spec diff -u packages/libvdpau/libvdpau.spec:1.14 packages/libvdpau/libvdpau.spec:1.15 --- packages/libvdpau/libvdpau.spec:1.14 Fri Oct 22 11:11:01 2010 +++ packages/libvdpau/libvdpau.spec Fri Oct 22 22:40:37 2010 @@ -19,6 +19,10 @@ URL: http://freedesktop.org/wiki/Software/VDPAU BuildRequires: autoconf >= 2.57 BuildRequires: automake +%if %{with apidocs} +BuildRequires: doxygen +BuildRequires: graphviz +%endif BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: pkgconfig @@ -92,7 +96,7 @@ X11_CFLAGS=" " X11_LIBS="-L%{_prefix}/X11R6/%{_lib} -lX11" \ %endif %configure \ - %{!?with_apidocs:--disable-documentation} \ + --%{!?with_apidocs:dis}%{?with_apidocs:en}able-documentation \ --enable-static %{__make} @@ -145,6 +149,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2010/10/22 20:40:37 arvenil +- for bcond with_apidocs force --enable-documentation +- BR: doxygen, graphviz (for bcond with_apidocs) + Revision 1.14 2010/10/22 09:11:01 caleb - Up to 0.4.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvdpau/libvdpau.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
