bug-buddy.spec
author gman
Mon, 22 Mar 2004 09:56:06 +0000
changeset 2274 08cbce9a7ec7
parent 2269 739620ed50a2
child 2280 8e749eca2b37
permissions -rw-r--r--
2004-03-23 Glynn Foster <[email protected]> * bug-buddy.spec: Darn, thought I committed this back. Should fix the problems with the build.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
     1
Name:         bug-buddy
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
     2
License:      GPL
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
     3
Group:        System/GUI/GNOME
2269
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
     4
Version:      2.5.92
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
     5
Release:      1
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
     6
Distribution: Cinnabar
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 568
diff changeset
     7
Vendor:       Sun Microsystems, Inc.
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
     8
Summary:      GNOME 2.0 Bug Reporting Tool
2269
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/2.5/bug-buddy-%{version}.tar.bz2
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    10
Source1:      bug-buddy-l10n-po-0.8.tar.bz2
1457
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
    11
Source2:      bug-buddy.1.gz
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    12
Source3:      bug-buddy-docs-0.1.tar.bz2
2269
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    13
Patch1:       bug-buddy-01-g11n-potfiles.diff
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    14
URL:          www.gnome.org
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    15
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    16
Docdir:       %{_docdir}/bug-buddy
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    17
Autoreqprov:  on
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    18
1230
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
    19
%define libgnomeui_version 2.4.0.1
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
    20
%define scrollkeeper_version 0.3.12
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
    21
%define gnome_desktop_version 2.4.0
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
    22
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
    23
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    24
BuildRequires: gnome-desktop >= %{gnome_desktop_version}
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    25
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
    26
Requires: libgnomeui >= %{libgnomeui_version}
1073
98bc04ecaaae 2003-08-18 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    27
Requires: scrollkeeper >= %{scrollkeeper_version}
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
    28
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    29
%description
1230
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
    30
Bug Buddy for the GNOME 2.4 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.
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    31
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    32
%prep
1457
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
    33
%setup -q
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1457
diff changeset
    34
bzcat %SOURCE1 | tar xf -
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    35
bzcat %SOURCE3 | tar xf -
889
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    36
%patch1 -p1
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    37
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    38
%build
889
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    39
libtoolize --force
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1457
diff changeset
    40
aclocal -I %{_datadir}/aclocal/gnome2-macros
889
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    41
automake -a -c -f
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    42
autoconf
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    43
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    44
CFLAGS="$RPM_OPT_FLAGS" \
185
0ccd93e31cbd 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 54
diff changeset
    45
./configure --prefix=%{_prefix} \
1137
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
    46
            --sysconfdir=%{_sysconfdir} \
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
    47
	    --mandir=%{_mandir}
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    48
make 
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    49
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    50
%install
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    51
make DESTDIR=$RPM_BUILD_ROOT install
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1457
diff changeset
    52
install -d $RPM_BUILD_ROOT%{_mandir}/man1
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1457
diff changeset
    53
install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man1
1457
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
    54
#Copy zh_HK from zh_TW
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
    55
#Fixes bug 4930405
1522
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1457
diff changeset
    56
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
c8efb7f0f398 2004-01-10 Laszlo Peter <[email protected]>
laca
parents: 1457
diff changeset
    57
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
1457
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
    58
                                                                                                                                                             
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    59
%clean
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    60
rm -rf $RPM_BUILD_ROOT
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    61
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    62
%post
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    63
scrollkeeper-update -q
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    64
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    65
SCHEMAS="bug-buddy.schemas"
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    66
for S in $SCHEMAS; do
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    67
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    68
done
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    69
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    70
%postun
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    71
scrollkeeper-update -q
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    72
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    73
%files
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    74
%doc AUTHORS COPYING ChangeLog NEWS README
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    75
%defattr (-, root, root)
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    76
%{_datadir}/locale/*/LC_MESSAGES/*.mo
1216
b98ca71c31a7 removed %post, fixed %files, removed ximian.png
laca
parents: 1195
diff changeset
    77
%{_datadir}/bug-buddy/bug-buddy.*
b98ca71c31a7 removed %post, fixed %files, removed ximian.png
laca
parents: 1195
diff changeset
    78
%{_datadir}/bug-buddy/gdb-cmd
b98ca71c31a7 removed %post, fixed %files, removed ximian.png
laca
parents: 1195
diff changeset
    79
%{_datadir}/bug-buddy/gnome.png
2274
08cbce9a7ec7 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2269
diff changeset
    80
%{_datadir}/bug-buddy/bugzilla/*
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    81
%{_datadir}/gnome/help/bug-buddy/*
2274
08cbce9a7ec7 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2269
diff changeset
    82
%{_datadir}/mime-info/*
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    83
%{_bindir}/bug-buddy
1230
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
    84
%{_datadir}/omf/bug-buddy/*.omf
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    85
%{_datadir}/pixmaps/*.png
1137
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
    86
%{_datadir}/man/man1/bug-buddy.1.gz
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    87
%{_sysconfdir}/gconf/schemas/bug-buddy.schemas
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
    88
%{_datadir}/application-registry/*.applications
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    89
 
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
    90
889
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    91
%changelog
2210
06b4aa23d218 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
    92
* Tue Mar 16 2004 - [email protected]
2269
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    93
- Bump to 2.5.92. Remove localized online help since it's upstream
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    94
  in the tarball. Remove help button since we're working from head
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    95
  and we'll get it with the next iteration. Remove random branding
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    96
  in the user interface, just increases more time spent doing pointless
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    97
  localizations. Remove the ximian branding patch, since it needs to be
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    98
  redone, and we shouldn't do the sendmail edits in that patch.
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
    99
739620ed50a2 2004-03-23 Glynn Foster <[email protected]>
gman
parents: 2210
diff changeset
   100
* Tue Mar 16 2004 - [email protected]
2210
06b4aa23d218 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   101
- Removed man, menu patches since we're doing this in spec file now.
06b4aa23d218 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   102
  Merged potfile patches and reorder the rest.
06b4aa23d218 2004-03-16 Glynn Foster <[email protected]>
gman
parents: 2191
diff changeset
   103
2191
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   104
* Thu Mar 11 2004 - [email protected]
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   105
- added bug-buddy-09-g11n-potfiles.diff
258cfe83765d Updated the following files:
yk150259
parents: 2159
diff changeset
   106
2139
17cad8aa5e7e 2004-03-04 Balamurali Viswanathan <[email protected]>
bviswa
parents: 1876
diff changeset
   107
* Wed Mar 03 2004 - [email protected]
17cad8aa5e7e 2004-03-04 Balamurali Viswanathan <[email protected]>
bviswa
parents: 1876
diff changeset
   108
- Added patch bug-buddy-08-enable-help.diff to provide help.
17cad8aa5e7e 2004-03-04 Balamurali Viswanathan <[email protected]>
bviswa
parents: 1876
diff changeset
   109
1869
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
   110
* Mon Feb 23 2004 - [email protected]
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
   111
- Bump to 2.5.3, update l10n
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
   112
- Re-merge all patches
8ccdfb245df8 Bumped to 2.5.3
mattk
parents: 1609
diff changeset
   113
1457
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
   114
* Wed Dec 17 2003 - [email protected]
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
   115
- Bump to 2.5.1
e59a4330b3a2 2003-12-17 Glynn Foster <[email protected]>
gman
parents: 1410
diff changeset
   116
1410
202620eb9d1d 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1230
diff changeset
   117
* Thu Nov 13 2003 - [email protected]
202620eb9d1d 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1230
diff changeset
   118
- Remove menu entry
202620eb9d1d 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1230
diff changeset
   119
1230
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
   120
* Fri Oct 10 2003 - [email protected]
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
   121
- Updated to version 2.4.0
63f6f55773a0 2003-10-10 Niall Power <[email protected]>
niall
parents: 1216
diff changeset
   122
1216
b98ca71c31a7 removed %post, fixed %files, removed ximian.png
laca
parents: 1195
diff changeset
   123
* Thu Oct 9 2003 - [email protected]
b98ca71c31a7 removed %post, fixed %files, removed ximian.png
laca
parents: 1195
diff changeset
   124
- removed %post, fixed %files list and removed ximian.png.
b98ca71c31a7 removed %post, fixed %files, removed ximian.png
laca
parents: 1195
diff changeset
   125
1137
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
   126
* Wed Sep 17 2003 - [email protected]
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
   127
- Man page change, package tarball version of man page
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
   128
1102
cc69821aa2c5 add bug-buddy-04-remove-ximian-druid-pages.diff
lk86177
parents: 1073
diff changeset
   129
* Tue Aug 19 2003 - [email protected]
cc69821aa2c5 add bug-buddy-04-remove-ximian-druid-pages.diff
lk86177
parents: 1073
diff changeset
   130
- add bug-buddy-04-remove-ximian-druid-pages.diff
1137
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
   131
977
b854fff6e9ce bug-buddy-03-sensical-check-removed.diff added
lk86177
parents: 966
diff changeset
   132
* Tue Aug 05 2003 - [email protected]
b854fff6e9ce bug-buddy-03-sensical-check-removed.diff added
lk86177
parents: 966
diff changeset
   133
- add bug-buddy-03-sensical-check-removed.diff
1137
19e81bf9b073 Install manpage
mattk
parents: 1130
diff changeset
   134
966
91c5f40bc4f5 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 965
diff changeset
   135
* Tue Aug 05 2003 - [email protected]
91c5f40bc4f5 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 965
diff changeset
   136
- Update tarball, bump version, reset release.
91c5f40bc4f5 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 965
diff changeset
   137
889
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   138
* Fri Aug 01 2003 - [email protected]
bf19b724faf8 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
   139
- Add menu category thing
966
91c5f40bc4f5 2003-08-05 Glynn Foster <[email protected]>
gman
parents: 965
diff changeset
   140
54
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
   141
* Tue May 13 2003 - [email protected]
731ad3daf14d *** empty log message ***
mattk
parents:
diff changeset
   142
- initial Sun Release