]> git.pld-linux.org Git - packages/evolution-rss.git/commitdiff
- use preferred %{!?...} instead of %{?!...}
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 20:18:40 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    evolution-rss.spec -> 1.40

evolution-rss.spec

index 57a4a3c51575540d976b48f8d31103997f1d8368..108872289db209cd2ced8e7e7c626a485feafe69 100644 (file)
@@ -60,8 +60,8 @@ Czytnik kanałów informacyjnych RSS dla Evolution.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{?!with_xulrunner:--disable-gecko} \
-       %{?!with_webkit:--disable-webkit}
+       %{!?with_xulrunner:--disable-gecko} \
+       %{!?with_webkit:--disable-webkit}
 %{__make}
 
 %install
This page took 0.448904 seconds and 4 git commands to generate.