]> git.pld-linux.org Git - packages/pango.git/commitdiff
- forgot to aadd bconds in %files
authordjurban <djurban@pld-linux.org>
Mon, 19 Sep 2005 18:28:57 +0000 (18:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pango.spec -> 1.128

pango.spec

index afb9c6f721dca568d3660b5c0dd7904c165a3f37..d7022d66d78a05b776649f87bffbb90d1cebeb2f 100644 (file)
@@ -2,6 +2,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
@@ -191,11 +192,13 @@ exit 0
 %{_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)
This page took 0.035385 seconds and 4 git commands to generate.