[nss-util] Prevent macro expansion in comments.

Elio Maldonado emaldonado at fedoraproject.org
Sun Aug 29 20:26:39 UTC 2010


commit abd6d61fd0ea86fdb156d7b81e5455d0fa63d237
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Aug 29 13:26:06 2010 -0700

    Prevent macro expansion in comments.

 nss-util.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nss-util.spec b/nss-util.spec
index bfc56e8..85f1a14 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -17,7 +17,7 @@ BuildRequires:    psmisc
 BuildRequires:    perl
 
 Source0:          %{name}-%{version}.tar.bz2
-# The nss-util tar ball is a subset of nss-%{version}-stripped.tar.bz2, 
+# The nss-util tar ball is a subset of nss-{version}-stripped.tar.bz2, 
 # Therefore we use the nss-split-util.sh script to keeping only what we need.
 # Download the nss tarball via CVS from the nss propect and follow these
 # steps to make the r tarball for nss-util out of the for nss:
@@ -26,7 +26,7 @@ Source0:          %{name}-%{version}.tar.bz2
 # cd nss-util/master
 # cp ../../nss/devel/${version}-stripped.tar.bz2 .
 # sh ./nss-split-util.sh ${version}
-# A file named %{name}-%{version}.tar.bz2 should appear
+# A file named {name}-{version}.tar.bz2 should appear
 Source1:          nss-split-util.sh
 Source2:          nss-util.pc.in
 Source3:          nss-util-config.in


More information about the scm-commits mailing list