]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
use real tabs
authorElan Ruusamäe <glen@delfi.ee>
Sun, 1 Mar 2015 13:39:58 +0000 (15:39 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 1 Mar 2015 13:39:59 +0000 (15:39 +0200)
people should learn how to copy without mouse in vim (yank and paste)
copying with terminal results such mistakes, and more common tabs -> spaces
convert

ocaml.spec

index 0b956e1fd56ca8e4964d9042ded6ff354e54e9b1..11d70e70b611c95fce8d63d6ef38dc2bb7aa452b 100644 (file)
@@ -4,13 +4,13 @@
 
 %ifarch x32
 # not yet available on x32 (ocaml 4.02.1), remove when upstream will support it
-%undefine      with_ocaml_opt
+%undefine      with_ocaml_opt
 %endif
 
 %if %{without ocaml_opt}
-%define▸▸       no_install_post_strip▸  1
+%define                no_install_post_strip   1
 # no opt means no native binary, stripping bytecode breaks such programs
-%define▸▸       _enable_debug_packages▸ 0
+%define                _enable_debug_packages  0
 %endif
 
 %define                module  %{module}
This page took 0.187689 seconds and 4 git commands to generate.