]> git.pld-linux.org Git - packages/audit.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:53:20 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit.spec -> 1.32

audit.spec

index c2df935ac285914f024952779c5cb7a970f8f27f..dddd8dc8a544bcac47f16da4945326c0d6f02156 100644 (file)
@@ -116,7 +116,7 @@ Pythonowy interfejs do biblioteki libaudit.
 install -D %{SOURCE1} lib/linux/audit.h
 install -D %{SOURCE1} src/mt/linux/audit.h
 
-%if %{without python}
+%if !%{with python}
 sed '/PYTHON/d; s#swig/Makefile ##' -i configure.ac
 sed 's/swig//' -i Makefile.am
 %endif
This page took 0.160606 seconds and 4 git commands to generate.