- Add ldconfig calls to libuhttpmock-0_0-0 post and postun.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/uhttpmock?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-01-06 11:44:33 +00:00 committed by Git OBS Bridge
parent 04966c1672
commit 02b7b54ab7
2 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Thu Jan 1 22:53:03 UTC 2015 - zaitor@opensuse.org
mocking library.
- bgo#731040: libgdata-0.14.3 tests fail.
- Drop pkgconfig(gthread-2.0) BuildRequires following upstream.
- Add ldconfig calls to libuhttpmock-0_0-0 post and postun.
-------------------------------------------------------------------
Thu Dec 19 19:49:22 UTC 2013 - dimstar@opensuse.org

View File

@ -78,6 +78,10 @@ make %{?_smp_mflags}
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%post -n libuhttpmock-0_0-0 -p /sbin/ldconfig
%postun -n libuhttpmock-0_0-0 -p /sbin/ldconfig
%files -n libuhttpmock-0_0-0
%defattr(-,root,root)
%doc README COPYING NEWS AUTHORS