Fix missing runtime lib directory

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6248 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-17 00:38:05 +00:00
commit 9deb888bfe

View file

@ -53,10 +53,11 @@ rm -rf ${RPM_BUILD_ROOT}
%doc ANNOUNCE CHANGES FUTURE INSTALL LICENSE NEW README TODO
%doc Doc/*
%{_bindir}/*
%{_libdir}/swig1.3
%{prefix}/share/aclocal/*
%{prefix}/share/*
%changelog
* Thu Sep 16 2004 Marcelo Matus <mmatus@acms.arizona.edu>
- Small fixes needed after removing the runtime package
* Tue Jul 20 2004 William Fulton <wsf@fultondesigns.co.uk>
- Update for SWIG-1.3.22 - Removed runtime package
* Wed Mar 03 2004 Robert H De Vries