summaryrefslogtreecommitdiff
path: root/swig.spec.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-09-28 21:30:09 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-09-28 21:30:09 +0000
commit50f4c96409580c7be67e763d266b2d78c0060277 (patch)
tree63209dd9881f5740540bc4b9b0b408995fb607ad /swig.spec.in
parentc934d9e2624a29dd7db913fa766721c690e50b88 (diff)
downloadswig-50f4c96409580c7be67e763d266b2d78c0060277.tar.gz
lowercase rpm fix from Robert De Vries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7545 626c5289-ae23-0410-ae9c-e8d60b6d4f22
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 fa7548b40..8cc341993 100644
--- a/swig.spec.in
+++ b/swig.spec.in
@@ -1,5 +1,5 @@
# You can build the package from CVS using something like:
-# tar -czf swig-@PACKAGE_VERSION@.tar.gz SWIG-@PACKAGE_VERSION@ && rpmbuild -tb swig-@PACKAGE_VERSION@.tar.gz
+# tar -czf swig-@PACKAGE_VERSION@.tar.gz swig-@PACKAGE_VERSION@ && rpmbuild -tb swig-@PACKAGE_VERSION@.tar.gz
# @configure_input@
%define ver @PACKAGE_VERSION@
@@ -33,7 +33,7 @@ and as a tool for testing and prototyping C/C++ software. SWIG can also export
its parse tree in the form of XML and Lisp s-expressions.
%prep
-%setup -q -n SWIG-%{version}
+%setup -q -n %{name}-%{version}
%build
# so we can build package from cvs source too