- 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:
parent
04966c1672
commit
02b7b54ab7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user