rpms/olpc-utils/OLPC-2 .cvsignore, 1.3, 1.4 olpc-utils.spec, 1.3, 1.4 sources, 1.4, 1.5

Bernardo Innocenti (bernie) fedora-extras-commits at redhat.com
Thu Nov 1 10:04:38 UTC 2007


Author: bernie

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

Modified Files:
	.cvsignore olpc-utils.spec sources 
Log Message:
* Mon Nov 01 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.31-1
- Bump revision to 0.31
- Make olpc-configure pkgconfig compliant

* Mon Oct 31 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.30-1
- Bump revision to 0.30
- Whitespace cleanup
- Fix compiler warnings
- Add xorg.conf files
- Add olpc-netlog and olpc-netstatus
- Add olpc-session (replaces .xinitrc)
- Add olpc-logbat from Richard Smith
- Add olpc-configure



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/OLPC-2/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Oct 2007 16:40:28 -0000	1.3
+++ .cvsignore	1 Nov 2007 10:04:05 -0000	1.4
@@ -1,2 +1,3 @@
 olpc-utils-0.15.tar.bz2
 olpc-utils-0.20.tar.bz2
+olpc-utils-0.31.tar.bz2


Index: olpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/OLPC-2/olpc-utils.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- olpc-utils.spec	15 Oct 2007 16:22:58 -0000	1.3
+++ olpc-utils.spec	1 Nov 2007 10:04:05 -0000	1.4
@@ -5,7 +5,7 @@
 
 
 Name:		olpc-utils
-Version:	0.20
+Version:	0.31
 Release:	1%{?dist}
 Summary:	OLPC utilities
 URL:		http://dev.laptop.org/git?p=projects/olpc-utils;a=summary
@@ -37,6 +37,17 @@
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
+
+%post
+/sbin/chkconfig --add olpc-configure
+
+
+%preun
+if [ $1 = 0 ]; then
+  /sbin/chkconfig --del olpc-configure
+fi
+
+
 %clean
 rm -rf %{buildroot}
 
@@ -50,10 +61,32 @@
 %{_sbindir}/setolpckeys
 %{_sbindir}/olpc-bios-sig
 %{_sbindir}/olpc-dm
+%{_bindir}/olpc-logbat
+%{_bindir}/olpc-netlog
+%{_bindir}/olpc-netstatus
+%{_bindir}/olpc-session
+%{_sysconfdir}/X11/xorg-dcon.conf
+%{_sysconfdir}/X11/xorg-emu.conf
+%{_sysconfdir}/rc.d/init.d/olpc-configure
+#%{_bindir}/olpc-register
 #%{_bindir}/olpc-register
 
 
 %changelog
+* Mon Nov 01 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.31-1
+- Bump revision to 0.31
+- Make olpc-configure pkgconfig compliant
+
+* Mon Oct 31 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.30-1
+- Bump revision to 0.30
+- Whitespace cleanup
+- Fix compiler warnings
+- Add xorg.conf files
+- Add olpc-netlog and olpc-netstatus
+- Add olpc-session (replaces .xinitrc)
+- Add olpc-logbat from Richard Smith
+- Add olpc-configure
+
 * Mon Oct 15 2007 Bernardo Innocenti <bernie at codewiz.org> - 0.20-1
 - Add olpc-dm
 - Switch to automake


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/OLPC-2/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	15 Oct 2007 16:40:28 -0000	1.4
+++ sources	1 Nov 2007 10:04:05 -0000	1.5
@@ -1 +1,2 @@
 db22edfb32dfe4474444e3abedf47e09  olpc-utils-0.20.tar.bz2
+f282dfc7f8840d6ba2cb048d2f16e4eb  olpc-utils-0.31.tar.bz2




More information about the fedora-extras-commits mailing list