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:
Ismail Dönmez 2011-05-15 09:46:17 +00:00 committed by Git OBS Bridge
parent 54b2461ac3
commit e0ee3fa8fb
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -230,6 +230,9 @@ rm -rf %{buildroot}
%post
%fillup_only -n gpsd
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%post -n %libgps -p /sbin/ldconfig
%postun -n %libgps -p /sbin/ldconfig
@ -243,12 +246,12 @@ rm -rf %{buildroot}
/lib/udev/rules.d/*
%{_sbindir}/gpsd
%{_bindir}/gpsctl
%{_libdir}/libgpsd.so.*
/var/adm/fillup-templates/sysconfig.gpsd
%files -n %libgps
%defattr(-,root,root)
%{_libdir}/libgps.so.*
%{_libdir}/libgpsd.so.*
%files devel
%defattr(-,root,root)