SPECS: pango.spec - forgot to aadd bconds in %files

djurban djurban at pld-linux.org
Mon Sep 19 20:29:04 CEST 2005


Author: djurban                      Date: Mon Sep 19 18:29:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- forgot to aadd bconds in %files

---- Files affected:
SPECS:
   pango.spec (1.127 -> 1.128) 

---- Diffs:

================================================================
Index: SPECS/pango.spec
diff -u SPECS/pango.spec:1.127 SPECS/pango.spec:1.128
--- SPECS/pango.spec:1.127	Mon Sep 19 20:27:40 2005
+++ SPECS/pango.spec	Mon Sep 19 20:28:57 2005
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_with	xlibs	# use pkgconfig to find libX11 CFLAGS
 %bcond_without	apidocs
+%bcond_without	static_libs
 #
 Summary:	System for layout and rendering of internationalized text
 Summary(pl):	System renderowania międzynarodowego tekstu
@@ -192,11 +193,13 @@
 %{_libdir}/libpango*.la
 %{_pkgconfigdir}/*
 %{_includedir}/*
-%{_gtkdocdir}/pango
+%{?with_apidocs:%{_gtkdocdir}/pango}
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libpango*.a
+%endif
 
 %files modules
 %defattr(644,root,root,755)
@@ -209,6 +212,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.128  2005/09/19 18:28:57  djurban
+- forgot to aadd bconds in %files
+
 Revision 1.127  2005/09/19 18:27:40  djurban
 - standardise static_libs and s/doc/apidocs/ to properly get rid of gtk-doc if compiled without it
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pango.spec?r1=1.127&r2=1.128&f=u




More information about the pld-cvs-commit mailing list