]> git.pld-linux.org Git - packages/fwbuilder.git/commitdiff
- bcond cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Oct 2004 11:51:06 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fwbuilder.spec -> 1.27

fwbuilder.spec

index 3917047eab489ed8df6b3b6639769d6ffb6b88ac..6a69a371867dae832d26774f13099d9d69b3a543 100644 (file)
@@ -1,4 +1,7 @@
+#
+# Conditional build:
 %bcond_with    ccache  # enable ccache
+#
 Summary:       Firewall Builder
 Summary(pl):   Narzêdzie do tworzenia firewalli
 Name:          fwbuilder
@@ -15,7 +18,7 @@ BuildRequires:        automake
 BuildRequires: libfwbuilder-devel >= %{version}
 BuildRequires: qmake
 BuildRequires: qt-devel >= 3.0
-%{?with_ccache:BuildRequires:ccache}
+%{?with_ccache:BuildRequires:  ccache}
 Requires:      libfwbuilder >= %{version}
 Obsoletes:     fwbuilder-doc
 Obsoletes:     fwbuilder-devel
@@ -175,7 +178,7 @@ Pliki specyficzne dla MacOS X.
 %setup -q
 %patch0 -p1
 
-# Without it this app uses ccache if its found in system even if we dont 
+# Without it this app uses ccache if it's found in system even if we don't
 # want it
 
 %if %{without ccache}
This page took 0.045561 seconds and 4 git commands to generate.