]> git.pld-linux.org Git - packages/atk.git/commitdiff
- bcond header
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Sep 2005 11:53:26 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atk.spec -> 1.92

atk.spec

index f7c6d280f00846288c90ba706dbb5ade7fcc0f02..87cf2a8768ef80841c9dd8e390b88443c915f807 100644 (file)
--- a/atk.spec
+++ b/atk.spec
@@ -1,5 +1,8 @@
-%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
@@ -125,13 +128,13 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.075756 seconds and 4 git commands to generate.