Accepting request 185984 from home:dimstar:branches:GNOME:Factory
minor tweaks OBS-URL: https://build.opensuse.org/request/show/185984 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=2
This commit is contained in:
parent
bad2a3b59f
commit
c5637720d9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 18:51:34 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Add ldconfig call to post/postun.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 19:18:52 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -65,7 +65,7 @@ communication mechanism to provide location information
|
||||
Summary: GeoLocation Framework -- Development files
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libgeoclue-1_0-0 = %{version}
|
||||
Requires: typelib-1_0-GeoClue-1_0= %{version}
|
||||
Requires: typelib-1_0-GeoClue-1_0 = %{version}
|
||||
|
||||
%description devel
|
||||
GeoClue is a software framework which can be used to enable geospatial
|
||||
@ -83,6 +83,10 @@ make %{?_smp_mflags}
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
|
||||
%post -n libgeoclue-1_0-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgeoclue-1_0-0 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
|
Loading…
x
Reference in New Issue
Block a user