SPECS: atk.spec - bcond header
qboosh
qboosh at pld-linux.org
Fri Sep 23 13:53:31 CEST 2005
Author: qboosh Date: Fri Sep 23 11:53:31 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- bcond header
---- Files affected:
SPECS:
atk.spec (1.91 -> 1.92)
---- Diffs:
================================================================
Index: SPECS/atk.spec
diff -u SPECS/atk.spec:1.91 SPECS/atk.spec:1.92
--- SPECS/atk.spec:1.91 Fri Sep 23 13:34:09 2005
+++ SPECS/atk.spec Fri Sep 23 13:53:26 2005
@@ -1,6 +1,9 @@
# $Revision$, $Date$
-%bcond_without apidocs
-%bcond_without static_libs
+#
+# Conditional build:
+%bcond_without apidocs # disable gtk-doc
+%bcond_without static_libs # don't build static library
+#
Summary: ATK - Accessibility Toolkit
Summary(pl): ATK - biblioteka ułatwiająca niepełnosprawnym korzystanie z komputerów
Summary(pt_BR): Interfaces para suporte a acessibilidade
@@ -126,13 +129,13 @@
%files devel
%defattr(644,root,root,755)
%doc ChangeLog
-%if %{with apidocs}
-%{_gtkdocdir}/atk
-%endif
-%{_includedir}/atk*
%attr(755,root,root) %{_libdir}/lib*.so
%{_libdir}/lib*.la
+%{_includedir}/atk*
%{_pkgconfigdir}/atk*
+%if %{with apidocs}
+%{_gtkdocdir}/atk
+%endif
%if %{with static_libs}
%files static
@@ -146,6 +149,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.92 2005/09/23 11:53:26 qboosh
+- bcond header
+
Revision 1.91 2005/09/23 11:34:09 djurban
- gtkdocsize bconded, without it gtk-doc is required even when building without apidocs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/atk.spec?r1=1.91&r2=1.92&f=u
More information about the pld-cvs-commit
mailing list