bug-buddy.spec
author gman
Tue, 30 Aug 2005 03:57:29 +0000
changeset 5643 4472d13cbe75
parent 5642 fefa78325c38
child 5719 2e95a68e5ca1
permissions -rw-r--r--
2005-08-30 Glynn Foster <[email protected]> * bug-buddy.spec: Disable scrollkeeper too. Evil.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package bug-buddy
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
Name:         bug-buddy
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
License:      GPL
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Group:        System/GUI/GNOME
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    11
Version:      2.11.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    12
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Summary:      GNOME Bug Reporting Tool
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.11/bug-buddy-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    17
Source1:      bug-buddy.1.gz
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    18
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
URL:          http://www.gnome.org/
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    21
Docdir:       %{_docdir}/bug-buddy
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    22
Autoreqprov:  on
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
%define libgnomeui_version 2.6.0
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    25
%define scrollkeeper_version 0.3.14
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    26
%define gnome_desktop_version 2.6.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    27
%define gnome_doc_utils_version 0.2.0
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    28
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    29
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    30
BuildRequires: gnome-desktop >= %{gnome_desktop_version}
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    32
BuildRequires: javahelp-convert
5642
fefa78325c38 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5528
diff changeset
    33
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    34
Requires: libgnomeui >= %{libgnomeui_version}
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    35
Prereq: GConf
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    36
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
%description
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    38
Bug Buddy for the GNOME 2.6 Desktop has been ported from the GNOME 1.x releases. Its purpose is to make bug-reporting for end-users as easy as possible. It can generate backtraces of crashes and include the information with the bugreport.
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    40
%prep
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
%setup -q
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
%build
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
%ifos linux
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
if [ -x /usr/bin/getconf ]; then
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
  CPUS=`getconf _NPROCESSORS_ONLN`
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
fi
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
%else
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    50
%endif
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    51
if test "x$CPUS" = "x" -o $CPUS = 0; then
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    52
  CPUS=1
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    53
fi
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    54
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    55
# FIXME: Disable scrollkeeper for now 
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    56
CFLAGS="$RPM_OPT_FLAGS" \
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    57
./configure --prefix=%{_prefix} \
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    58
            --sysconfdir=%{_sysconfdir} \
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    59
	    --mandir=%{_mandir} \
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    60
	    --disable-scrollkeeper
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    61
make -j $CPUS
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    62
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    63
%install
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    64
make DESTDIR=$RPM_BUILD_ROOT install
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    65
install -d $RPM_BUILD_ROOT%{_mandir}/man1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    66
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    67
#Copy zh_HK from zh_TW
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    68
#Fixes bug 4930405
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    69
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    70
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    71
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    72
javahelp-convert-install $RPM_BUILD_ROOT %{name} %{name}.xml
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    73
rm $RPM_BUILD_ROOT%{_datadir}/applications/bug-buddy*.desktop
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    74
rm $RPM_BUILD_ROOT%{_datadir}/bug-buddy/ximian.png
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    75
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    76
%clean
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    77
rm -rf $RPM_BUILD_ROOT
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    78
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    79
%post
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    80
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    81
SCHEMAS="bug-buddy.schemas"
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    82
for S in $SCHEMAS; do
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    83
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    84
done
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    85
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    86
%files
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    87
%doc AUTHORS COPYING ChangeLog NEWS README
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
%defattr (-, root, root)
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
%{_datadir}/locale/*/LC_MESSAGES/*.mo
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    90
%{_datadir}/bug-buddy/bug-buddy.*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    91
%{_datadir}/bug-buddy/gdb-cmd
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    92
%{_datadir}/bug-buddy/gnome.png
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
%{_datadir}/bug-buddy/bugzilla/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
%{_datadir}/gnome/help/bug-buddy/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    95
%{_datadir}/gnome/javahelp/bug-buddy/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    96
%{_datadir}/mime-info/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97
%{_bindir}/bug-buddy
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    98
%{_datadir}/omf/bug-buddy/*.omf
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    99
%{_datadir}/pixmaps/*.png
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   100
%{_datadir}/man/man1/bug-buddy.1.gz
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   101
%{_sysconfdir}/gconf/schemas/bug-buddy.schemas
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   102
%{_datadir}/application-registry/*.applications
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   103
 
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   104
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   105
%changelog
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   106
* Mon Aug 15 2005 - [email protected]
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   107
- Bump to 2.11.01.
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   108
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   109
* Fri Aug 05 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   110
- Remove the bug reporting branding patch for the moment - we don't even
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   111
  ship bug buddy with Solaris, but now with opensolaris.org we should point
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   112
  to upstream.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   113
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   114
* Fri May 20 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   115
- Update to 2.10.0
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   116
5295
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   117
* Thu Mar 31 2005 - [email protected]
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   118
- Updated docs tarball (bug-buddy-docs-0.6linux) from [email protected].
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   119
5038
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5023
diff changeset
   120
* Wed Feb 09 2005 - [email protected]
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5023
diff changeset
   121
- Integrated updated Linux specific docs tarball from [email protected].
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5023
diff changeset
   122
  Added %ifos to accomodate this.
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5023
diff changeset
   123
4945
7aef76c4b17f 2005-01-27 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4921
diff changeset
   124
* Thu Jan 27 2005 - [email protected]
7aef76c4b17f 2005-01-27 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4921
diff changeset
   125
- Put l10n help tarball for Cinnabar-linux
7aef76c4b17f 2005-01-27 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4921
diff changeset
   126
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   127
* Tue Jan 25 2005 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   128
- Bring back bug-buddy into the Linux build, removing and merging
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   129
  some patches.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   130
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   131
* Mon Nov 08 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   132
- Added bug-buddy-05-use-pstack.diff to use pstack to get the stack 
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   133
  trace on Solaris as gdb is not available. Fixes bug #5102045.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   134
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   135
* Wed Aug 25 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   136
- Added l10n help contents with patch
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   137
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   138
* Fri Aug 20 2004 - [email protected]
5038
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5023
diff changeset
   139
- Integrated updated docs tarball from [email protected].
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   140
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   141
* Thu Aug 05 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   142
- Integrated docs tarball from [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   143
- Added patch to compensate for Makefiles removed from new tarball.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   144
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   145
* Wed Jul 21 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   146
- Add patch to remove --export-dynamic which breaks Solaris build.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   147
- Add $ACLOCAL_FLAGS to build on Solaris.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   148
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   149
* Thu Jul 08 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   150
- Updated l10n content to bug-buddy-l10n-po-1.2.tar.bz2
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   151
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   152
* Wed Jul 07 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   153
- ported to rpm4
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   154
                                                                                
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   155
* Wed Jul 07 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   156
- added "-j $CPUS" to make to speed up builds
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   157
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   158
* Wed May 12 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   159
- Updated l10n content to bug-buddy-l10n-po-1.1.tar.bz2
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   160
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   161
* Fri May 07 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   162
- Bump to 2.6.1
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   163
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   164
* Sun Apr 18 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   165
- enable javahelp conversion on Solaris
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   166
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   167
* Thu Apr 01 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   168
- javahelp conversion
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   169
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   170
* Mon Mar 29 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   171
- Updated l10n content to bug-buddy-l10n-po-1.0.tar.bz2
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   172
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   173
* Wed Mar 24 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   174
- Bump to 2.6.0
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   175
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   176
* Tue Mar 16 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   177
- Bump to 2.5.92. Remove localized online help since it's upstream
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   178
  in the tarball. Remove help button since we're working from head
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   179
  and we'll get it with the next iteration. Remove random branding
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   180
  in the user interface, just increases more time spent doing pointless
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   181
  localizations. Remove the ximian branding patch, since it needs to be
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   182
  redone, and we shouldn't do the sendmail edits in that patch.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   183
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   184
* Tue Mar 16 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   185
- Removed man, menu patches since we're doing this in spec file now.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   186
  Merged potfile patches and reorder the rest.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   187
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   188
* Thu Mar 11 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   189
- added bug-buddy-09-g11n-potfiles.diff
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   190
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   191
* Wed Mar 03 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   192
- Added patch bug-buddy-08-enable-help.diff to provide help.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   193
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   194
* Mon Feb 23 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   195
- Bump to 2.5.3, update l10n
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   196
- Re-merge all patches
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   197
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   198
* Wed Dec 17 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   199
- Bump to 2.5.1
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   200
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   201
* Thu Nov 13 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   202
- Remove menu entry
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   203
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   204
* Fri Oct 10 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   205
- Updated to version 2.4.0
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   206
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   207
* Thu Oct 9 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   208
- removed %post, fixed %files list and removed ximian.png.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   209
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   210
* Wed Sep 17 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   211
- Man page change, package tarball version of man page
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   212
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   213
* Tue Aug 19 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   214
- add bug-buddy-04-remove-ximian-druid-pages.diff
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   215
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   216
* Tue Aug 05 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   217
- add bug-buddy-03-sensical-check-removed.diff
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   218
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   219
* Tue Aug 05 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   220
- Update tarball, bump version, reset release.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   221
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   222
* Fri Aug 01 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   223
- Add menu category thing
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   224
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   225
* Tue May 13 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   226
- initial Sun Release