SPECS: unifdef.spec - # is treated as comment in %description, so ...

glen glen at pld-linux.org
Wed Jul 12 12:29:56 CEST 2006


Author: glen                         Date: Wed Jul 12 10:29:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- # is treated as comment in %description, so add quotes

---- Files affected:
SPECS:
   unifdef.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/unifdef.spec
diff -u SPECS/unifdef.spec:1.2 SPECS/unifdef.spec:1.3
--- SPECS/unifdef.spec:1.2	Wed Jul 12 12:28:06 2006
+++ SPECS/unifdef.spec	Wed Jul 12 12:29:51 2006
@@ -17,10 +17,10 @@
 
 %description
 Unifdef is useful for removing ifdefed lines from a file while
-otherwise leaving the file alone. Unifdef acts on #ifdef, #ifndef,
-#else, and #endif lines, and it knows only enough about C and C++ to
-know when one of these is inactive because it is inside a comment, or
-a single or double quote.
+otherwise leaving the file alone. Unifdef acts on '#ifdef', '#ifndef',
+'#else', and '#endif' lines, and it knows only enough about C and C++
+to know when one of these is inactive because it is inside a comment,
+or a single or double quote.
 
 %prep
 %setup -q
@@ -57,6 +57,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/07/12 10:29:51  glen
+- # is treated as comment in %description, so add quotes
+
 Revision 1.2  2006/07/12 10:28:06  glen
 - add BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/unifdef.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list