SPECS: PolicyKit-gnome.spec - bcond usage fix

qboosh qboosh at pld-linux.org
Fri Sep 19 22:48:29 CEST 2008


Author: qboosh                       Date: Fri Sep 19 20:48:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond usage fix

---- Files affected:
SPECS:
   PolicyKit-gnome.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/PolicyKit-gnome.spec
diff -u SPECS/PolicyKit-gnome.spec:1.14 SPECS/PolicyKit-gnome.spec:1.15
--- SPECS/PolicyKit-gnome.spec:1.14	Tue Aug 19 22:05:16 2008
+++ SPECS/PolicyKit-gnome.spec	Fri Sep 19 22:48:24 2008
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # 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
@@ -178,7 +178,7 @@
 %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
@@ -191,6 +191,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2008/09/19 20:48:24  qboosh
+- bcond usage fix
+
 Revision 1.14  2008/08/19 20:05:16  patrys
 - typo i scripts
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PolicyKit-gnome.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list