summaryrefslogtreecommitdiff
path: root/swig.spec.in
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2007-10-08 14:30:29 +0000
committerOlly Betts <olly@survex.com>2007-10-08 14:30:29 +0000
commit3a04a343337044dace992f157201071bbaf40f55 (patch)
treed4a4db21a7a5599289207247e64cbe0b96c70478 /swig.spec.in
parent3777b685a6bb7b81773638c01e2270cfbc8b4314 (diff)
downloadswig-3a04a343337044dace992f157201071bbaf40f55.tar.gz
CVS -> SVN
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9968 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'swig.spec.in')
-rw-r--r--swig.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/swig.spec.in b/swig.spec.in
index 8cc341993..14d95d22f 100644
--- a/swig.spec.in
+++ b/swig.spec.in
@@ -1,4 +1,4 @@
-# You can build the package from CVS using something like:
+# You can build the package from SVN using something like:
# tar -czf swig-@PACKAGE_VERSION@.tar.gz swig-@PACKAGE_VERSION@ && rpmbuild -tb swig-@PACKAGE_VERSION@.tar.gz
# @configure_input@
@@ -36,7 +36,7 @@ its parse tree in the form of XML and Lisp s-expressions.
%setup -q -n %{name}-%{version}
%build
-# so we can build package from cvs source too
+# so we can build package from SVN source too
[ ! -r configure ] && ./autogen.sh
%configure
make
@@ -66,5 +66,5 @@ rm -rf ${RPM_BUILD_ROOT}
- Added runtime package of runtime libs
* Mon Sep 10 2001 Tony Seward <anthony.seward@ieee.org>
- Merge Red Hat's and Dustin Mitchell's .spec files.
-- Install all of the examples in the documantation directory.
+- Install all of the examples in the documentation directory.
- Auto create the list of installed files.