SPECS: template-kernel-module.spec - use just rel, no point in pre...

qboosh qboosh at pld-linux.org
Sun Nov 25 15:10:26 CET 2007


Author: qboosh                       Date: Sun Nov 25 14:10:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use just rel, no point in prefixing local macros with underscore

---- Files affected:
SPECS:
   template-kernel-module.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: SPECS/template-kernel-module.spec
diff -u SPECS/template-kernel-module.spec:1.48 SPECS/template-kernel-module.spec:1.49
--- SPECS/template-kernel-module.spec:1.48	Mon Nov 19 10:23:55 2007
+++ SPECS/template-kernel-module.spec	Sun Nov 25 15:10:20 2007
@@ -16,12 +16,12 @@
 #
 # main package.
 #
-%define		_rel	0.1
+%define		rel	0.1
 Summary:	-
 Summary(pl.UTF-8):	-
 Name:		-
 Version:	0.1
-Release:	%{_rel}
+Release:	%{rel}
 Epoch:		0
 #License:	- (enter GPL/LGPL/BSD/BSD-like/other license name here)
 Group:		-
@@ -54,7 +54,7 @@
 %package -n kernel%{_alt_kernel}-MODULE_DIR-MODULE_NAME
 Summary:	Linux driver for MODULE_NAME
 Summary(pl.UTF-8):	Sterownik dla Linuksa do MODULE_NAME
-Release:	%{_rel}@%{_kernel_ver_str}
+Release:	%{rel}@%{_kernel_ver_str}
 Group:		Base/Kernel
 Requires(post,postun):	/sbin/depmod
 %if %{with dist_kernel}
@@ -158,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2007-11-25 14:10:20  qboosh
+- use just rel, no point in prefixing local macros with underscore
+
 Revision 1.48  2007-11-19 09:23:55  glen
 - put to kernel/ dir or the parend dir won't be owned by anybody
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-kernel-module.spec?r1=1.48&r2=1.49&f=u



More information about the pld-cvs-commit mailing list