summaryrefslogtreecommitdiff
path: root/swig.spec.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-12 01:24:22 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-12 01:24:22 +0000
commita6d456a15eb509719aece348c5717f76c68b9e71 (patch)
tree39e6bd1fb652d207b83b29a35725e746b07b6487 /swig.spec.in
parent7841a0d097e679baafe06c29539b686b50eb144b (diff)
downloadswig-a6d456a15eb509719aece348c5717f76c68b9e71.tar.gz
Replace references to Subversion with Git
Diffstat (limited to 'swig.spec.in')
-rw-r--r--swig.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/swig.spec.in b/swig.spec.in
index 0f64235fb..9229274c2 100644
--- a/swig.spec.in
+++ b/swig.spec.in
@@ -1,4 +1,4 @@
-# You can build the package from SVN using something like:
+# You can build the package from Git 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 SVN source too
+# so we can build package from Git source too
[ ! -r configure ] && ./autogen.sh
%configure
make