bug-buddy.spec
author laca
Thu, 09 Nov 2006 03:55:00 +0000
changeset 8529 ace8e9b8a2b7
parent 8065 ee7f9ab71fae
child 8684 543ae37da19d
permissions -rw-r--r--
Add random spec file owners. Owners please review your spec files and patches.
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
#
8529
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 8065
diff changeset
     8
# Owner: mattman
ace8e9b8a2b7 Add random spec file owners.
laca
parents: 8065
diff changeset
     9
#
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
Name:         bug-buddy
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    11
License:      GPL
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    12
Group:        System/GUI/GNOME
8065
ee7f9ab71fae 2006-09-05 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
    13
Version:      2.16.0
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    14
Release:      1
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    15
Distribution: Java Desktop System
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    16
Vendor:       Sun Microsystems, Inc.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    17
Summary:      GNOME Bug Reporting Tool
8065
ee7f9ab71fae 2006-09-05 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
    18
Source:       http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.16/bug-buddy-%{version}.tar.bz2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    19
Source1:      bug-buddy.1.gz
6182
8241392b52fa 2005-10-26 Glynn Foster <[email protected]>
gman
parents: 6181
diff changeset
    20
Patch1:       bug-buddy-01-use-pstack.diff
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    21
URL:          http://www.gnome.org/
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    22
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    23
Docdir:       %{_docdir}/bug-buddy
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    24
Autoreqprov:  on
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    25
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    26
%define libgnomeui_version 2.6.0
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    27
%define scrollkeeper_version 0.3.14
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    28
%define gnome_desktop_version 2.6.1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    29
%define gnome_doc_utils_version 0.2.0
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    30
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    32
BuildRequires: gnome-desktop >= %{gnome_desktop_version}
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
5642
fefa78325c38 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5528
diff changeset
    34
BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    35
Requires: libgnomeui >= %{libgnomeui_version}
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    36
Prereq: GConf
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    37
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    38
%description
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    39
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
    40
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
%prep
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
%setup -q
7706
2582c8fc8329 2006-07-21 Damien Carbery <[email protected]>
dc144907
parents: 6910
diff changeset
    43
## FIXME: needs engineer rework: %patch1 -p1
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
%build
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
%ifos linux
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
if [ -x /usr/bin/getconf ]; then
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
  CPUS=`getconf _NPROCESSORS_ONLN`
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
fi
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    50
%else
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    51
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    52
%endif
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    53
if test "x$CPUS" = "x" -o $CPUS = 0; then
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    54
  CPUS=1
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    55
fi
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    56
6180
03bb8a1c2bdb Update with auto-foo
gman
parents: 6080
diff changeset
    57
libtoolize --force
6181
50d569a248a4 2005-10-26 Glynn Foster <[email protected]>
gman
parents: 6180
diff changeset
    58
glib-gettextize --copy --force
6180
03bb8a1c2bdb Update with auto-foo
gman
parents: 6080
diff changeset
    59
intltoolize --force --copy
6181
50d569a248a4 2005-10-26 Glynn Foster <[email protected]>
gman
parents: 6180
diff changeset
    60
aclocal $ACLOCAL_FLAGS -I .
50d569a248a4 2005-10-26 Glynn Foster <[email protected]>
gman
parents: 6180
diff changeset
    61
autoconf
6180
03bb8a1c2bdb Update with auto-foo
gman
parents: 6080
diff changeset
    62
autoheader
03bb8a1c2bdb Update with auto-foo
gman
parents: 6080
diff changeset
    63
automake -a -c -f
03bb8a1c2bdb Update with auto-foo
gman
parents: 6080
diff changeset
    64
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    65
# FIXME: Disable scrollkeeper for now 
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    66
CFLAGS="$RPM_OPT_FLAGS" \
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    67
./configure --prefix=%{_prefix} \
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    68
            --sysconfdir=%{_sysconfdir} \
5643
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    69
	    --mandir=%{_mandir} \
4472d13cbe75 2005-08-30 Glynn Foster <[email protected]>
gman
parents: 5642
diff changeset
    70
	    --disable-scrollkeeper
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    71
make -j $CPUS
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    72
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    73
%install
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    74
make DESTDIR=$RPM_BUILD_ROOT install
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    75
install -d $RPM_BUILD_ROOT%{_mandir}/man1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    76
install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT%{_mandir}/man1
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    77
#Copy zh_HK from zh_TW
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    78
#Fixes bug 4930405
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    79
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    80
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
    81
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    82
rm $RPM_BUILD_ROOT%{_datadir}/applications/bug-buddy*.desktop
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    83
rm $RPM_BUILD_ROOT%{_datadir}/bug-buddy/ximian.png
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    84
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    85
%clean
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    86
rm -rf $RPM_BUILD_ROOT
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    87
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    88
%post
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    89
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    90
SCHEMAS="bug-buddy.schemas"
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    91
for S in $SCHEMAS; do
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    92
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
done
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    94
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    95
%files
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    96
%doc AUTHORS COPYING ChangeLog NEWS README
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97
%defattr (-, root, root)
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    98
%{_datadir}/locale/*/LC_MESSAGES/*.mo
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    99
%{_datadir}/bug-buddy/bug-buddy.*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   100
%{_datadir}/bug-buddy/gdb-cmd
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   101
%{_datadir}/bug-buddy/gnome.png
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   102
%{_datadir}/bug-buddy/bugzilla/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   103
%{_datadir}/gnome/help/bug-buddy/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   104
%{_datadir}/mime-info/*
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   105
%{_bindir}/bug-buddy
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   106
%{_datadir}/omf/bug-buddy/*.omf
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   107
%{_datadir}/pixmaps/*.png
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   108
%{_datadir}/man/man1/bug-buddy.1.gz
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   109
%{_sysconfdir}/gconf/schemas/bug-buddy.schemas
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   110
%{_datadir}/application-registry/*.applications
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   111
 
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   112
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   113
%changelog
8065
ee7f9ab71fae 2006-09-05 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
   114
* Tue Sep 05 2006 - [email protected]
ee7f9ab71fae 2006-09-05 Damien Carbery <[email protected]>
dc144907
parents: 7950
diff changeset
   115
- Bump to 2.16.0.
7743
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7706
diff changeset
   116
* Mon Jul 24 2006 - [email protected]
b9bc3fb4d8b2 2006-07-24 Damien Carbery <[email protected]>
dc144907
parents: 7706
diff changeset
   117
- Bump to 2.15.90.
7706
2582c8fc8329 2006-07-21 Damien Carbery <[email protected]>
dc144907
parents: 6910
diff changeset
   118
* Fri Jul 21 2006 - [email protected]
2582c8fc8329 2006-07-21 Damien Carbery <[email protected]>
dc144907
parents: 6910
diff changeset
   119
- Bump to 2.15.0.
6910
ff85ebdf6c54 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6865
diff changeset
   120
* Mon Mar 13 2006 - [email protected]
ff85ebdf6c54 2006-03-13 Damien Carbery <[email protected]>
dc144907
parents: 6865
diff changeset
   121
- Bump to 2.14.0.
6865
9d17d5a13a31 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6580
diff changeset
   122
* Tue Feb 28 2006 - [email protected]
9d17d5a13a31 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6580
diff changeset
   123
- Bump to 2.13.90.
6580
f3d98941db8f 2006-01-17 Glynn Foster <[email protected]>
gman
parents: 6299
diff changeset
   124
* Tue Jan 17 2006 - [email protected]
f3d98941db8f 2006-01-17 Glynn Foster <[email protected]>
gman
parents: 6299
diff changeset
   125
- Bump 2.13.0
f3d98941db8f 2006-01-17 Glynn Foster <[email protected]>
gman
parents: 6299
diff changeset
   126
* Tue Nov 29 2005 - [email protected]
6299
4b3aea37c890 2005-11-29 Laszlo Peter <[email protected]>
laca
parents: 6182
diff changeset
   127
- remove javahelp stuff
6080
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   128
* Tue Oct 11 2005 - [email protected]
4b30e2aa0fc7 * bug-buddy.spec control-center.spec eel.spec eog.spec
dc144907
parents: 5895
diff changeset
   129
- Bump to 2.12.1
5895
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   130
* Sat Sep 17 2005 - [email protected]
0ea9e803302c 2005-09-17 Glynn Foster <[email protected]>
gman
parents: 5719
diff changeset
   131
- Bump to 2.12.0
5719
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5643
diff changeset
   132
* Mon Sep 05 2005 - [email protected]
2e95a68e5ca1 * GConf.spec at-spi.spec atk.spec bug-buddy.spec eel.spec eog.spec
dc144907
parents: 5643
diff changeset
   133
- Bump to 2.11.92.
5528
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   134
* Mon Aug 15 2005 - [email protected]
8eaf8a1cb170 * *.spec: Bump to latest available versions for 2.11 work.
dc144907
parents: 5518
diff changeset
   135
- Bump to 2.11.01.
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   136
* Fri Aug 05 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   137
- 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
   138
  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
   139
  to upstream.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   140
* Fri May 20 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   141
- Update to 2.10.0
5295
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   142
* Thu Mar 31 2005 - [email protected]
0285b58535ed * bug-buddy.spec, gnome-utils.spec, zenity.spec: Updated docs tarballs
dc144907
parents: 5285
diff changeset
   143
- Updated docs tarball (bug-buddy-docs-0.6linux) from [email protected].
5038
fa1cd3498a24 * gnome-user-docs.spec: Updated docs tarball (gnome-user-docs-AG-0.7linux)
dc144907
parents: 5023
diff changeset
   144
* 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
   145
- 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
   146
  Added %ifos to accomodate this.
4945
7aef76c4b17f 2005-01-27 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4921
diff changeset
   147
* Thu Jan 27 2005 - [email protected]
7aef76c4b17f 2005-01-27 Kazuhiko Maekawa <[email protected]>
feyn
parents: 4921
diff changeset
   148
- Put l10n help tarball for Cinnabar-linux
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   149
* Tue Jan 25 2005 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   150
- Bring back bug-buddy into the Linux build, removing and merging
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   151
  some patches.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   152
* Mon Nov 08 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   153
- 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
   154
  trace on Solaris as gdb is not available. Fixes bug #5102045.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   155
* Wed Aug 25 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   156
- Added l10n help contents with patch
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   157
* 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
   158
- Integrated updated docs tarball from [email protected].
4921
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   159
* Thu Aug 05 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   160
- Integrated docs tarball from [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   161
- Added patch to compensate for Makefiles removed from new tarball.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   162
* Wed Jul 21 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   163
- Add patch to remove --export-dynamic which breaks Solaris build.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   164
- Add $ACLOCAL_FLAGS to build on Solaris.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   165
* Thu Jul 08 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   166
- Updated l10n content to bug-buddy-l10n-po-1.2.tar.bz2
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   167
* Wed Jul 07 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   168
- ported to rpm4
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   169
* Wed Jul 07 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   170
- added "-j $CPUS" to make to speed up builds
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   171
* Wed May 12 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   172
- Updated l10n content to bug-buddy-l10n-po-1.1.tar.bz2
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   173
* Fri May 07 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   174
- Bump to 2.6.1
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   175
* Sun Apr 18 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   176
- enable javahelp conversion on Solaris
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   177
* Thu Apr 01 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   178
- javahelp conversion
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   179
* Mon Mar 29 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   180
- Updated l10n content to bug-buddy-l10n-po-1.0.tar.bz2
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   181
* Wed Mar 24 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   182
- Bump to 2.6.0
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   183
* Tue Mar 16 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   184
- 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
   185
  in the tarball. Remove help button since we're working from head
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   186
  and we'll get it with the next iteration. Remove random branding
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   187
  in the user interface, just increases more time spent doing pointless
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   188
  localizations. Remove the ximian branding patch, since it needs to be
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   189
  redone, and we shouldn't do the sendmail edits in that patch.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   190
* Tue Mar 16 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   191
- 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
   192
  Merged potfile patches and reorder the rest.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   193
* Thu Mar 11 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   194
- added bug-buddy-09-g11n-potfiles.diff
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   195
* Wed Mar 03 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   196
- Added patch bug-buddy-08-enable-help.diff to provide help.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   197
* Mon Feb 23 2004 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   198
- Bump to 2.5.3, update l10n
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   199
- Re-merge all patches
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   200
* Wed Dec 17 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   201
- Bump to 2.5.1
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   202
* Thu Nov 13 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   203
- Remove menu entry
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
* Thu Oct 9 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   207
- removed %post, fixed %files list and removed ximian.png.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   208
* Wed Sep 17 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   209
- Man page change, package tarball version of man page
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   210
* Tue Aug 19 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   211
- add bug-buddy-04-remove-ximian-druid-pages.diff
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   212
* Tue Aug 05 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   213
- add bug-buddy-03-sensical-check-removed.diff
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   214
* Tue Aug 05 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   215
- Update tarball, bump version, reset release.
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   216
* Fri Aug 01 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   217
- Add menu category thing
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   218
* Tue May 13 2003 - [email protected]
bf564964b610 2005-01-25 Glynn Foster <[email protected]>
gman
parents:
diff changeset
   219
- initial Sun Release