From 50f4c96409580c7be67e763d266b2d78c0060277 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 28 Sep 2005 21:30:09 +0000 Subject: [PATCH] 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 --- swig.spec.in | 4 ++-- 1 file 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