[projects/template-specs] avoid NAME subst

glen glen at pld-linux.org
Wed Jan 27 21:18:44 CET 2016


commit ff1eb66cb793811d158df26dea9000c14cc4cb49
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 27 22:18:24 2016 +0200

    avoid NAME subst

 python-ext.spec | 1 -
 vim-plugin.spec | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/python-ext.spec b/python-ext.spec
index a1cbfaa..2683307 100644
--- a/python-ext.spec
+++ b/python-ext.spec
@@ -89,7 +89,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %py_install
-
 %py_postclean
 %endif
 
diff --git a/vim-plugin.spec b/vim-plugin.spec
index cb92eaf..204acc8 100644
--- a/vim-plugin.spec
+++ b/vim-plugin.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/ff1eb66cb793811d158df26dea9000c14cc4cb49



More information about the pld-cvs-commit mailing list