summaryrefslogtreecommitdiffstats
path: root/vis.spec
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-06-08 11:21:55 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-06-08 11:21:55 +0200
commitd730d02d6dde5a4f0fa9a9818868b5a73f5db048 (patch)
treeb724ecaf0f0cac4094276e98b59cb5973f425cb7 /vis.spec
parent45710e0eebd087d0b7b8f6edcc7c6e04a98137b5 (diff)
downloadvis-pkg-d730d02d6dde5a4f0fa9a9818868b5a73f5db048.tar.gz
Don't use autospec macro, when there are no sources.
Diffstat (limited to 'vis.spec')
-rw-r--r--vis.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/vis.spec b/vis.spec
index 6f46d36..b3b40e3 100644
--- a/vis.spec
+++ b/vis.spec
@@ -83,9 +83,7 @@ Vis aims to be a modern, legacy free, simple yet efficient editor combining the
It extends vi's modal editing with built-in support for multiple cursors/selections and combines it with sam's structural regular expression based command language.
%prep
-%autosetup -p1
-
-ls
+:
%build
export CFLAGS="%{optflags} -fcommon"