forked from swig/swig
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace references to Subversion with Git
- Loading branch information
Showing
5 changed files
with
16 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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-@[email protected] swig-@PACKAGE_VERSION@ && rpmbuild -tb swig-@[email protected] | ||
# @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 | ||
|