]> git.pld-linux.org Git - packages/PolicyKit-gnome.git/commitdiff
- bcond usage fix
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 19 Sep 2008 20:48:24 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PolicyKit-gnome.spec -> 1.15

PolicyKit-gnome.spec

index 15f33e7767406f643e77e783a3441ca7074987ae..9998cea6097e68079a71975e52dbe48425be8fad 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without examples
+%bcond_without examples        # don't build example
 #
 Summary:       GNOME dialogs for PolicyKit
 Summary(pl.UTF-8):     Okna dialogowe GNOME dla pakietu PolicyKit
@@ -177,7 +177,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_gtkdocdir}/polkit-gnome
 
-%if %{?with_examples}
+%if %{with examples}
 %files demo
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/polkit-gnome-example
This page took 0.065707 seconds and 4 git commands to generate.