Add ldconfig post(un)install scriptlets.

This commit is contained in:
Ville Skyttä 2012-07-27 22:10:54 +03:00
parent 84ea31046f
commit 384df46c6b

View File

@ -6,7 +6,7 @@
Name: pygobject2
Version: 2.28.6
Release: 6%{?dist}
Release: 7%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python 2 bindings for GObject
@ -83,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.a' -delete
rm examples/Makefile*
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(644, root, root, 755)
%doc AUTHORS NEWS README
@ -120,6 +123,9 @@ rm examples/Makefile*
%{_datadir}/pygobject/xsl
%changelog
* Fri Jul 27 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.28.6-7
- Add ldconfig post(un)install scriptlets.
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild