- add ldconfig

This commit is contained in:
Florian La Roche 2004-09-22 14:28:25 +00:00
parent 47bf2671ee
commit b955979fee

View File

@ -4,7 +4,7 @@
Summary: Connects C/C++/Objective C to some high-level programming languages. Summary: Connects C/C++/Objective C to some high-level programming languages.
Name: swig Name: swig
Version: 1.3.21 Version: 1.3.21
Release: 3 Release: 4
License: BSD License: BSD
Group: Development/Tools Group: Development/Tools
URL: http://swig.sourceforge.net/ URL: http://swig.sourceforge.net/
@ -47,6 +47,10 @@ make DESTDIR=$RPM_BUILD_ROOT install install-runtime
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ANNOUNCE CHANGES FUTURE INSTALL LICENSE NEW README TODO %doc ANNOUNCE CHANGES FUTURE INSTALL LICENSE NEW README TODO
@ -57,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/swig.m4 %{_datadir}/aclocal/swig.m4
%changelog %changelog
* Wed Sep 22 2004 Florian La Roche <Florian.LaRoche@redhat.de>
- add ldconfig calls to post/postun
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt