Hello community, here is the log from the commit of package lxdm for openSUSE:Factory checked in at Sun Oct 16 12:54:14 CEST 2011.
-------- --- openSUSE:Factory/lxdm/lxdm.changes 2011-09-23 02:12:18.000000000 +0200 +++ /mounts/work_src_done/STABLE/lxdm/lxdm.changes 2011-09-21 11:46:23.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Sep 21 08:36:56 UTC 2011 - [email protected] + +- Don't use %{_libexecdir} for init script path, it's not uniformly + defined on all supported products. + +------------------------------------------------------------------- +Tue Sep 20 16:00:19 UTC 2011 - [email protected] + +- Change %{_libdir} to ${_libexecdir}. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxdm.spec ++++++ --- /var/tmp/diff_new_pack.gBbk25/_old 2011-10-16 12:54:11.000000000 +0200 +++ /var/tmp/diff_new_pack.gBbk25/_new 2011-10-16 12:54:11.000000000 +0200 @@ -17,6 +17,7 @@ # norootforbuild +%define _dminitdir %{_prefix}/lib/X11/displaymanagers Name: lxdm Summary: LXDE Display Manager @@ -92,8 +93,8 @@ %__mkdir_p %buildroot/%_localstatedir/run %__mkdir_p %buildroot/%_localstatedir/lib/%name touch %buildroot/%_localstatedir/run/%name.pid -%__mkdir_p %{buildroot}%{_libdir}/X11/displaymanagers/ -%__cp %{SOURCE5} %{buildroot}%{_libdir}/X11/displaymanagers/ +%__mkdir_p %{buildroot}%{_dminitdir}/ +%__cp %{SOURCE5} %{buildroot}%{_dminitdir}/ %clean %__rm -rf %buildroot @@ -118,8 +119,7 @@ %{_datadir}/applications/lxdm-config.desktop %{_datadir}/%{name}/* %dir %{_sysconfdir}/%{name}/ -%dir %{_libdir}/X11/ -%dir %{_libdir}/X11/displaymanagers/ +%dir %{_dminitdir}/ %{_bindir}/%{name} %{_bindir}/%{name}-config %{_sbindir}/%{name}-binary @@ -138,6 +138,6 @@ %attr(750,lxdm,lxdm) %dir %{_localstatedir}/lib/%{name} %ghost %{_localstatedir}/run/%{name}.pid %exclude /%_datadir/pixmaps -%{_libdir}/X11/displaymanagers/lxdm +%{_dminitdir}/lxdm %changelog continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
