Add ldconfig post(un)install scriptlets.
This commit is contained in:
parent
84ea31046f
commit
384df46c6b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user