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

xfsprogs.spec

index f649b32c81ea3c719732d21d799fff49b596387a..f8dc52e4906a101aa7c4b2a65b8547e202865c3a 100644 (file)
@@ -168,7 +168,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%if %{without static}
+%if !%{with static}
 %attr(755,root,root) %{_libexecdir}/lib*.so
 %{_libexecdir}/lib*.la
 %endif
This page took 0.273936 seconds and 4 git commands to generate.