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

dotnet-mono-zeroconf.spec

index 3be3da1d61385490c8804ba0be25e8df4c27e7d1..232445ff435e39723fd207fe575bcc61a82d548f 100644 (file)
@@ -93,7 +93,7 @@ biblioteki Mono.Zeroconf.
        --enable-avahi \
        --libdir=/%{_prefix}/lib \
        --libexecdir=%{_libdir} \
-       --%{?with_mdns:en}%{?!with_mdns:dis}able-mdnsresponder
+       --%{?with_mdns:en}%{!?with_mdns:dis}able-mdnsresponder
 
 %{__make} -j1
 
This page took 0.301724 seconds and 4 git commands to generate.