rpms/sunifdef/devel sunifdef.spec,1.7,1.8

Štěpán Kasal (kasal) fedora-extras-commits at redhat.com
Tue Aug 28 10:31:29 UTC 2007


Author: kasal

Update of /cvs/extras/rpms/sunifdef/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18433

Modified Files:
	sunifdef.spec 
Log Message:
- Fix typos, do not try to use '\#' to avoid interpretation of #
  as a comment; it seems the only way is to take care that it does
  not appear at the beginning of a line.


Index: sunifdef.spec
===================================================================
RCS file: /cvs/extras/rpms/sunifdef/devel/sunifdef.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sunifdef.spec	21 Aug 2007 14:08:46 -0000	1.7
+++ sunifdef.spec	28 Aug 2007 10:30:57 -0000	1.8
@@ -1,6 +1,6 @@
 Name: sunifdef           
 Version: 3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A commandline tool for simplifying the preprocessor conditionals in source code       
 Group: Development/Languages
 License: BSD       
@@ -8,19 +8,21 @@
 Source0: http://www.strudl.org/public/sunifdef/nix/stable/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# Beware: the '#' may never be the first non-blank character on a line,
+# it would be interpreted as a comment.
 %description
 Sunifdef is a commandline tool for simplifying the preprocessor
-conditionals in source code (\#if and related directives) based on the
-the user's chosen interpretation of the preprocessor symbols. It is a
-more powerful successor to the FreeBSD 'unifdef' tool.
+conditionals in source code (#if and related directives) based on the
+user's chosen interpretation of the preprocessor symbols. It is a more
+powerful successor to the FreeBSD 'unifdef' tool.
 
 Sunifdef is most useful to developers of constantly evolving products
 with large code bases, where preprocessor conditionals are used to
 configure the feature sets, APIs or implementations of different
-releases. In these environments the code base steadily accumulates
-\#ifdef-pollution as transient configuration options become
-obselete. Sunifdef can largely automate the recurrent task of purging
-redundant \#if-logic from the code.
+releases. In these environments the code base steadily
+accumulates #ifdef-pollution as transient configuration options become
+obsolete. Sunifdef can largely automate the recurrent task of purging
+redundant #if-logic from the code.
 
 %prep
 %setup -q
@@ -48,7 +50,12 @@
 %{_mandir}/man1/sunifdef.1.gz
 
 %changelog
-* Tue Aug 21 2007 Jonathan G. Underwood <rpmb at renton.jgu> - 3.1-1
+* Tue Aug 28 2007 Stepan Kasal <skasal at redhat.com> - 3.1-3
+- Fix typos, do not try to use '\#' to avoid interpretation of #
+  as a comment; it seems the only way is to take care that it does
+  not appear at the beginning of a line.
+
+* Tue Aug 21 2007 Jonathan G. Underwood <rpmb at renton.jgu> - 3.1-2
 - Bump release and rebuild
 
 * Mon May 21 2007 Jonathan G. Underwood <rpmb at renton.jgu> - 3.1-1
@@ -74,7 +81,7 @@
 - Clean up permissions on source files
 - Remove prebuilt binary directory and automa4te.cache that are included in
 tarball 
-- Add make ceck to build
+- Add make check to build
 - Wrap description at 70 columns rather than 80
 
 * Mon May 29 2006 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0-1




More information about the fedora-extras-commits mailing list