'make srcrpm' rpmbuild fix - patch from Joe Cooper

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5345 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-11-18 23:24:52 +00:00
commit 6c7e2d7649

View file

@ -418,6 +418,6 @@ srcrpm: swig.spec
cp swig.spec $(srpm)
tar -cf - $(srpm) | gzip --best > $(srpm).tar.gz
rm -fr $(srpm)
rpm -ts $(srpm).tar.gz
rpmbuild -ts $(srpm).tar.gz
# Makefile ends here