bug-buddy.spec
changeset 2269 739620ed50a2
parent 2210 06b4aa23d218
child 2274 08cbce9a7ec7
--- a/bug-buddy.spec	Mon Mar 22 04:32:08 2004 +0000
+++ b/bug-buddy.spec	Mon Mar 22 04:41:34 2004 +0000
@@ -1,21 +1,16 @@
 Name:         bug-buddy
 License:      GPL
 Group:        System/GUI/GNOME
-Version:      2.5.3
-Release:      6
+Version:      2.5.92
+Release:      1
 Distribution: Cinnabar
 Vendor:       Sun Microsystems, Inc.
 Summary:      GNOME 2.0 Bug Reporting Tool
-Source:       http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.2/bug-buddy-%{version}.tar.bz2
+Source:       http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.5/bug-buddy-%{version}.tar.bz2
 Source1:      bug-buddy-l10n-po-0.8.tar.bz2
 Source2:      bug-buddy.1.gz
 Source3:      bug-buddy-docs-0.1.tar.bz2
-Source4:      bug-buddy-l10n-online-help-qs.tar.bz2
-Patch1:       bug-buddy-01-remove-ximian-druid-pages.diff
-Patch2:       bug-buddy-02-no-support.diff
-Patch3:       bug-buddy-03-l10n-online-help.diff
-Patch4:       bug-buddy-04-enable-help.diff
-Patch5:       bug-buddy-05-g11n-potfiles.diff
+Patch1:       bug-buddy-01-g11n-potfiles.diff
 URL:          www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_docdir}/bug-buddy
@@ -38,12 +33,7 @@
 %setup -q
 bzcat %SOURCE1 | tar xf -
 bzcat %SOURCE3 | tar xf -
-bzcat %SOURCE4 | tar xf -
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 libtoolize --force
@@ -100,6 +90,14 @@
 
 %changelog
 * Tue Mar 16 2004 - [email protected]
+- Bump to 2.5.92. Remove localized online help since it's upstream
+  in the tarball. Remove help button since we're working from head
+  and we'll get it with the next iteration. Remove random branding
+  in the user interface, just increases more time spent doing pointless
+  localizations. Remove the ximian branding patch, since it needs to be
+  redone, and we shouldn't do the sendmail edits in that patch.
+
+* Tue Mar 16 2004 - [email protected]
 - Removed man, menu patches since we're doing this in spec file now.
   Merged potfile patches and reorder the rest.