rpms/deskbar-applet/devel deskbar-applet.spec,1.42,1.43

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Feb 11 21:02:13 UTC 2007


Author: lmacken

Update of /cvs/extras/rpms/deskbar-applet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27743

Modified Files:
	deskbar-applet.spec 
Log Message:
disable scrollkeeper support, for now


Index: deskbar-applet.spec
===================================================================
RCS file: /cvs/extras/rpms/deskbar-applet/devel/deskbar-applet.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- deskbar-applet.spec	9 Feb 2007 07:26:48 -0000	1.42
+++ deskbar-applet.spec	11 Feb 2007 21:01:41 -0000	1.43
@@ -3,7 +3,7 @@
 
 Name:           deskbar-applet
 Version:        2.17.90
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        A Gnome applet to allow easy access to various search engines
 Group:          Applications/Internet
@@ -17,13 +17,12 @@
 BuildRequires:  gettext evolution-data-server-devel gnome-desktop-devel
 BuildRequires:  libSM-devel gnome-python2-applet desktop-file-utils
 BuildRequires:	perl(XML::Parser) gnome-python2-devel
-BuildRequires:  gnome-doc-utils scrollkeeper
+BuildRequires:  gnome-doc-utils
 Requires:       gnome-python2 gnome-python2-applet gnome-python2-bonobo
 Requires:       gnome-python2-gconf pygtk2 gnome-python2-libwnck
 Requires(pre):  GConf2
-Requires(post): GConf2 desktop-file-utils scrollkeeper
+Requires(post): GConf2 desktop-file-utils
 Requires(preun): GConf2 desktop-file-utils
-Requires(postun): scrollkeeper
 Provides:       deskbar-applet-fedorabz
 
 %description
@@ -39,7 +38,7 @@
 %setup -q
 
 %build
-%configure --disable-schemas-install
+%configure --disable-schemas-install --disable-scrollkeeper
 make %{_smp_mflags}
 
 %install
@@ -75,7 +74,6 @@
 
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 
 %preun
 if [ "$1" -eq 0 ]; then
@@ -88,7 +86,6 @@
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-scrollkeeper-update -q || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -102,9 +99,11 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/gnome/help/deskbar/C/
 %{_datadir}/omf/deskbar/
-/var/lib/scrollkeeper/
 
 %changelog
+* Tue Feb 11 2007 Luke Macken <lmacken at redhat.com> - 2.17.90-3
+- Disable scrollkeeper support, for now
+
 * Tue Feb  9 2007 Luke Macken <lmacken at redhat.com> - 2.17.90-2
 - Rebuild
 




More information about the scm-commits mailing list