Author: freetz Date: Thu Feb 16 08:22:12 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - fix the autostart dir location to match the spec
---- Files affected: SPECS: gnome-session.spec (1.101.2.3 -> 1.101.2.4) ---- Diffs: ================================================================ Index: SPECS/gnome-session.spec diff -u SPECS/gnome-session.spec:1.101.2.3 SPECS/gnome-session.spec:1.101.2.4 --- SPECS/gnome-session.spec:1.101.2.3 Mon Feb 13 21:42:05 2006 +++ SPECS/gnome-session.spec Thu Feb 16 09:22:07 2006 @@ -7,7 +7,7 @@ Summary(pl): Programy dla desktopu środowiska graficznego GNOME2 Name: gnome-session Version: 2.13.91 -Release: 1 +Release: 2 License: LGPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-session/2.13/%{name}-%{version}.tar.bz2 @@ -90,7 +90,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_datadir}/autostart +install -d $RPM_BUILD_ROOT/etc/xdg/autostart %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -122,7 +122,7 @@ %doc AUTHORS *ChangeLog NEWS README %attr(755,root,root) %{_bindir}/* %{_sysconfdir}/gconf/schemas/gnome-session.schemas -%dir %{_datadir}/autostart +%dir /etc/xdg/autostart %{_datadir}/gnome/default.session %{_datadir}/gnome/default.wm %{_datadir}/xsessions/*.desktop @@ -140,6 +140,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.101.2.4 2006/02/16 08:22:07 freetz +- fix the autostart dir location to match the spec + Revision 1.101.2.3 2006/02/13 20:42:05 freetz - 2.13.91 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gnome-session.spec?r1=1.101.2.3&r2=1.101.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
