]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
avoid NAME subst
authorElan Ruusamäe <glen@delfi.ee>
Wed, 27 Jan 2016 20:18:24 +0000 (22:18 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 27 Jan 2016 20:18:24 +0000 (22:18 +0200)
python-ext.spec
vim-plugin.spec

index a1cbfaaff787b3401dcc5b5e6255a0c1280cfcdb..2683307b0f17700ec99d5b716255eada1ad177cf 100644 (file)
@@ -89,7 +89,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %py_install
-
 %py_postclean
 %endif
 
index cb92eafd6d2cdb1a0cc550c95251ca7663cd087b..204acc8627f45c449922ddf2830ec2bbb89f45c0 100644 (file)
@@ -1,7 +1,7 @@
 # TODO:
 # - What to do with .vimup file?
-%define                plugin  NAME
-Summary:       Vim plugin: NAME
+%define                plugin  PLUGIN_NAME
+Summary:       Vim plugin: PLUGIN_NAME
 Name:          vim-plugin-%{plugin}
 Version:       0.1
 Release:       0.1
This page took 0.128738 seconds and 4 git commands to generate.