Accepting request 70244 from home:dirkmueller:branches:Application:Geo
- remove libgpsd.so.0 from the shlib subpackage, as it fileconflicts with other versions of it OBS-URL: https://build.opensuse.org/request/show/70244 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gpsd?expand=0&rev=65
This commit is contained in:
parent
54b2461ac3
commit
e0ee3fa8fb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 14 14:00:06 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
- remove libgpsd.so.0 from the shlib subpackage, as it fileconflicts
|
||||||
|
with other versions of it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 30 18:11:34 UTC 2011 - jw@novell.com
|
Sat Apr 30 18:11:34 UTC 2011 - jw@novell.com
|
||||||
|
|
||||||
|
@ -230,6 +230,9 @@ rm -rf %{buildroot}
|
|||||||
%post
|
%post
|
||||||
%fillup_only -n gpsd
|
%fillup_only -n gpsd
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n %libgps -p /sbin/ldconfig
|
%post -n %libgps -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %libgps -p /sbin/ldconfig
|
%postun -n %libgps -p /sbin/ldconfig
|
||||||
@ -243,12 +246,12 @@ rm -rf %{buildroot}
|
|||||||
/lib/udev/rules.d/*
|
/lib/udev/rules.d/*
|
||||||
%{_sbindir}/gpsd
|
%{_sbindir}/gpsd
|
||||||
%{_bindir}/gpsctl
|
%{_bindir}/gpsctl
|
||||||
|
%{_libdir}/libgpsd.so.*
|
||||||
/var/adm/fillup-templates/sysconfig.gpsd
|
/var/adm/fillup-templates/sysconfig.gpsd
|
||||||
|
|
||||||
%files -n %libgps
|
%files -n %libgps
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgps.so.*
|
%{_libdir}/libgps.so.*
|
||||||
%{_libdir}/libgpsd.so.*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user