rpms/olpc-utils/OLPC-2 dot-xsession-example, NONE, 1.1 olpc-utils.spec, 1.8, 1.9 xo-register.patch, 1.1, NONE

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Wed Nov 7 02:02:05 UTC 2007


Author: bernie

Update of /cvs/pkgs/rpms/olpc-utils/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20160

Modified Files:
	olpc-utils.spec 
Added Files:
	dot-xsession-example 
Removed Files:
	xo-register.patch 
Log Message:
* Mon Nov 06 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.41-2
- Be more specific in instructions on how to generate tarball
- Install .xession-example in /etc/skel
- REALLY drop obsolete olpc-register



--- NEW FILE dot-xsession-example ---
# Copy this file to ~/.xsession to customize your X session

# Uncomment the following lines to turn on many sugar debugging
# log files and features
#export LM_DEBUG=net
#export GABBLE_DEBUG=all
#export GABBLE_LOGFILE=/home/olpc/.sugar/default/logs/telepathy-gabble.log
#export SALUT_DEBUG=all
#export SALUT_LOGFILE=/home/olpc/.sugar/default/logs/telepathy-salut.log
#export GIBBER_DEBUG=all
#export PRESENCESERVICE_DEBUG=1
#export SUGAR_LOGGER_LEVEL=debug

# Uncomment the following line to debug sugar startup problems
#exec xterm

# If you drop out of this script, the normal olpc-session will proceed
# Uncomment the following line to prevent it
#exit 0


Index: olpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/OLPC-2/olpc-utils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- olpc-utils.spec	6 Nov 2007 00:25:46 -0000	1.8
+++ olpc-utils.spec	7 Nov 2007 02:01:31 -0000	1.9
@@ -1,13 +1,19 @@
-
 Name:		olpc-utils
 Version:	0.41
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	OLPC utilities
 URL:		http://dev.laptop.org/git?p=projects/olpc-utils;a=summary
 Group:		System Environment/Base
 License:	GPL
-#git clone git://dev.laptop.org/projects/olpc-utils; cd olpc-utils; ./autoconf.sh; (up the version in configure.ac); make dist
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  git clone git://dev.laptop.org/projects/olpc-utils;
+#  cd olpc-utils
+#  git checkout v%{version}
+#  ./autoconf.sh
+#  make dist
 Source0:	olpc-utils-%{version}.tar.bz2
+Source100:      dot-xsession-example
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pam-devel
@@ -31,6 +37,8 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
+install -D -m 0644 %{SOURCE100} $RPM_BUILD_ROOT/etc/skel/.xession-example
+
 
 %post
 /sbin/chkconfig --add olpc-configure
@@ -62,10 +70,15 @@
 %{_sysconfdir}/X11/xorg-dcon.conf
 %{_sysconfdir}/X11/xorg-emu.conf
 %{_sysconfdir}/rc.d/init.d/olpc-configure
-#%{_bindir}/olpc-register
+%{_sysconfdir}/skel/.xession-example
 
 
 %changelog
+* Mon Nov 06 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.41-2
+- Be more specific in instructions on how to generate tarball
+- Install .xession-example in /etc/skel
+- REALLY drop obsolete olpc-register
+
 * Mon Nov 05 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.41-2
 - Drop obsolete olpc-register
 


--- xo-register.patch DELETED ---




More information about the fedora-extras-commits mailing list