diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-06-08 11:21:55 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-06-08 11:21:55 +0200 |
commit | d730d02d6dde5a4f0fa9a9818868b5a73f5db048 (patch) | |
tree | b724ecaf0f0cac4094276e98b59cb5973f425cb7 /vis.spec | |
parent | 45710e0eebd087d0b7b8f6edcc7c6e04a98137b5 (diff) | |
download | vis-pkg-d730d02d6dde5a4f0fa9a9818868b5a73f5db048.tar.gz |
Don't use autospec macro, when there are no sources.
Diffstat (limited to 'vis.spec')
-rw-r--r-- | vis.spec | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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" |