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
This commit is contained in:
parent
c934d9e262
commit
50f4c96409
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue