Author: patrys Date: Wed Dec 21 11:52:22 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - merge user settings for faster startup - script based on Debian
---- Files affected: SPECS: GConf2.spec (1.95 -> 1.96) ---- Diffs: ================================================================ Index: SPECS/GConf2.spec diff -u SPECS/GConf2.spec:1.95 SPECS/GConf2.spec:1.96 --- SPECS/GConf2.spec:1.95 Sun Nov 6 11:51:14 2005 +++ SPECS/GConf2.spec Wed Dec 21 12:52:16 2005 @@ -17,6 +17,7 @@ Group: X11/Applications Source0: http://ftp.gnome.org/pub/gnome/sources/GConf/2.12/GConf-%{version}.tar.bz2 # Source0-md5: 247110de013ed24b17cf4191eb6daec5 +Source1: %{name}-merge-tree.xinit Patch0: %{name}-NO_MAJOR_VERSION.patch Patch1: %{name}-path.patch URL: http://www.gnome.org/ @@ -112,11 +113,13 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas +install -d $RPM_BUILD_ROOT%{_sysconfdir}{/gconf/schemas,/X11/xinit/xinitrc.d} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/GConf2-merge-tree + rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no %find_lang %{name} @@ -140,6 +143,7 @@ %dir %{_libdir}/GConf2 %attr(755,root,root) %{_libdir}/GConf2/lib*.so %{_sysconfdir}/gconf +%attr(755,root,root) %{_sysconfdir}/X11/xinit/xinitrc.d/* %{_datadir}/sgml/gconf %{_mandir}/man1/* @@ -165,6 +169,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.96 2005/12/21 11:52:16 patrys +- merge user settings for faster startup +- script based on Debian + Revision 1.95 2005/11/06 10:51:14 freetz - 2.12.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/GConf2.spec?r1=1.95&r2=1.96&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
