rpms/bug-buddy/devel .cvsignore, 1.28, 1.29 bug-buddy.spec, 1.56, 1.57 sources, 1.28, 1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 2 23:48:16 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/bug-buddy/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31470

Modified Files:
	.cvsignore bug-buddy.spec sources 
Log Message:
2.15.90



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/bug-buddy/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore	13 Jun 2006 17:15:37 -0000	1.28
+++ .cvsignore	2 Aug 2006 23:48:12 -0000	1.29
@@ -1 +1 @@
-bug-buddy-2.15.0.tar.bz2
+bug-buddy-2.15.90.tar.bz2


Index: bug-buddy.spec
===================================================================
RCS file: /cvs/dist/rpms/bug-buddy/devel/bug-buddy.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- bug-buddy.spec	22 Jul 2006 04:35:53 -0000	1.56
+++ bug-buddy.spec	2 Aug 2006 23:48:12 -0000	1.57
@@ -4,8 +4,8 @@
 %define gnome_doc_utils_version 0.2.0
 
 Name: bug-buddy
-Version: 2.15.0
-Release: 3
+Version: 2.15.90
+Release: 1%{?dist}
 Epoch: 1
 Summary: A bug reporting utility for GNOME.
 License: GPL
@@ -14,9 +14,6 @@
 URL: http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
 BuildRoot:%{_tmppath}/%{name}-%{version}-root
 
-# http://bugzilla.gnome.org/show_bug.cgi?id=304508
-#Patch1: bug-buddy-2.13.0-save.patch
-
 Requires: gdb
 
 PreReq:        desktop-file-utils >= %{desktop_file_utils_version}
@@ -55,7 +52,6 @@
 
 %prep
 %setup -q
-#%patch1 -p1 -b .save
 
 %build
 
@@ -80,6 +76,7 @@
   --add-category X-Red-Hat-Extra                            \
   $RPM_BUILD_ROOT%{_datadir}/applications/*
 
+rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
 
 %find_lang %name
 
@@ -90,19 +87,31 @@
 %post
 update-desktop-database %{_datadir}/applications
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-SCHEMAS="bug-buddy.schemas"
-for S in $SCHEMAS; do
-  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
-done
+gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/bug-buddy.schemas > /dev/null
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+    gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
+
+%preun
+if [ "$1" -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/bug-buddy.schemas > /dev/null || :
+fi
 
 %postun
 update-desktop-database %{_datadir}/applications
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+    gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS COPYING COPYING.ximian-logos ChangeLog INSTALL NEWS README TODO
 
-%{_datadir}/pixmaps
+%{_datadir}/icons/hicolor/48x48/apps/bug-buddy.png
 %{_datadir}/bug-buddy
 %{_datadir}/applications
 %{_datadir}/gnome
@@ -112,6 +121,9 @@
 %{_sysconfdir}/gconf/schemas/*
 
 %changelog
+* Wed Aug  2 2006 Matthias Clasen <mclasen at redhat.com> - 1:2.15.90-1.fc6
+- Update to 2.15.90
+
 * Sat Jul 22 2006 Matthias Clasen <mclasen at redhat.com> - 1:2.15.0-3
 - Hide bug-buddy from the menus, since it is now strictly
   a crash-reporting tool


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/bug-buddy/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	13 Jun 2006 17:15:37 -0000	1.28
+++ sources	2 Aug 2006 23:48:12 -0000	1.29
@@ -1 +1 @@
-58ca17dca26bfae3354f17fdfa6cdcee  bug-buddy-2.15.0.tar.bz2
+38c092ad09b5b1a9dae04beb35311234  bug-buddy-2.15.90.tar.bz2




More information about the fedora-cvs-commits mailing list