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

emacsen-gnus-pkg.spec

index ba16d41ed03b3ebc0e75f2b54a2d2d0ab44a7424..d339fed1148ff854837018b6c92ad43e4b20f282 100644 (file)
@@ -153,7 +153,7 @@ mkdir DUMMY
        --with-etcdir=%{_datadir}/%{_the_name}
 %{__make}
 
-%if %{without emacs} && %{with pdf_doc}
+%if !%{with emacs} && %{with pdf_doc}
 %{__make} -C texi pdf
 %endif
 
This page took 0.071641 seconds and 4 git commands to generate.