rpms/bigboard/devel .cvsignore, 1.8, 1.9 bigboard.spec, 1.15, 1.16 sources, 1.9, 1.10

Colin Walters (walters) fedora-extras-commits at redhat.com
Thu Jun 28 23:11:01 UTC 2007


Author: walters

Update of /cvs/extras/rpms/bigboard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1205

Modified Files:
	.cvsignore bigboard.spec sources 
Log Message:
0.4.7


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bigboard/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	8 Jun 2007 23:19:06 -0000	1.8
+++ .cvsignore	28 Jun 2007 23:10:25 -0000	1.9
@@ -5,3 +5,4 @@
 bigboard-0.4.4.tar.gz
 bigboard-0.4.5.tar.gz
 bigboard-0.4.6.tar.gz
+bigboard-0.4.7.tar.gz


Index: bigboard.spec
===================================================================
RCS file: /cvs/extras/rpms/bigboard/devel/bigboard.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- bigboard.spec	8 Jun 2007 23:19:06 -0000	1.15
+++ bigboard.spec	28 Jun 2007 23:10:25 -0000	1.16
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           bigboard
-Version:        0.4.6
+Version:        0.4.7
 Release:        1%{?dist}
 Summary:        Sidebar application launcher using mugshot.org
 
@@ -12,12 +12,13 @@
 Source0:        http://download.mugshot.org/extras/bigboard/source/bigboard-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       mugshot >= 1.1.42-1
+Requires:       mugshot >= 1.1.46-1
 Requires:       deskbar-applet
 Requires:       hippo-canvas-python >= 0.2.16
 Requires:       gnome-python2-desktop
 Requires:       gnome-python2-gnomedesktop
 Requires:       gnome-python2-gnomekeyring
+Requires:       gnome-python2-gconf
 Requires:	gnome-python2-applet
 Requires:       dbus-python
 
@@ -48,9 +49,14 @@
 
 %files
 %defattr(-,root,root,-)
+%config(noreplace) %{_sysconfdir}/gconf/schemas/bigboard.schemas
 %doc COPYING
 %dir %{_libexecdir}/bigboard
 %attr(0755,root,root) %{_libexecdir}/bigboard/*
+%dir %{python_sitearch}/mugshot
+%{python_sitearch}/mugshot/*.py
+%{python_sitearch}/mugshot/*.pyc
+%{python_sitearch}/mugshot/*.pyo
 %dir %{python_sitearch}/bigboard
 %{python_sitearch}/bigboard/*.so
 %{python_sitearch}/bigboard/*.py
@@ -77,7 +83,18 @@
 # no desktop file included because the bigboard is launched as part of online
 # desktop mode
 
+%post
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+  %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
+killall -HUP gconfd-2 || :
+
 %changelog
+* Thu Jun 28 2007 Colin Walters <walters at redhat.com> - 0.4.7-1
+- update
+- add gconf goo
+- require latest mugshot
+
 * Fri Jun 08 2007 Colin Walters <walters at redhat.com> - 0.4.6-1
 - update
 - disable pymod checks


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bigboard/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	8 Jun 2007 23:19:06 -0000	1.9
+++ sources	28 Jun 2007 23:10:25 -0000	1.10
@@ -1,3 +1,2 @@
-1247f90724607903db50928243f4d959  bigboard-0.4.4.tar.gz
-0ec6f87bb24a8c3532ea9d0fd05f6c31  bigboard-0.4.5.tar.gz
 0983904104426488f3c3f01ba1f9bdb1  bigboard-0.4.6.tar.gz
+6572394461f096307207aa7230bb5b0e  bigboard-0.4.7.tar.gz




More information about the fedora-extras-commits mailing list