bug-buddy.spec
author dermotm
Wed, 03 Sep 2003 15:40:19 +0000
changeset 1119 3efad2671fd8
parent 1115 d2c062bf5cb6
child 1130 5592f2fcf018
permissions -rw-r--r--
Incremented Release numbers for build 07c

Name:         bug-buddy
License:      GPL
Group:        System/GUI/GNOME
Version:      2.2.106
Release:      10 
Distribution: Mercury
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
Patch1:       bug-buddy-01-potfiles_in.diff
Patch2:       bug-buddy-02-menu-entry.diff
Patch3:       bug-buddy-03-sensical-check-removed.diff
Patch4:       bug-buddy-04-remove-ximian-druid-pages.diff
URL:          www.gnome.org
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Docdir:       %{_docdir}/bug-buddy
Autoreqprov:  on

%define libgnomeui_version 2.2.0
%define scrollkeeper_version 0.3.11
%define gnome_desktop_version 2.3.6

BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: gnome-desktop >= %{gnome_desktop_version}
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
Requires: libgnomeui >= %{libgnomeui_version}
Requires: scrollkeeper >= %{scrollkeeper_version}

%description
Bug Buddy for the GNOME 2.x 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.

%prep
%setup
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1

%build
libtoolize --force
aclocal -I /usr/share/aclocal/gnome2-macros
automake -a -c -f
autoconf

CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{_prefix} \
            --sysconfdir=%{_sysconfdir}
make 

%install
make DESTDIR=$RPM_BUILD_ROOT install

%post
rm -rf $RPM_BUILD_ROOT/%{_datadir}/bug-buddy/bugzilla

%clean
rm -rf $RPM_BUILD_ROOT

%files
%doc AUTHORS COPYING ChangeLog NEWS README
%defattr (-, root, root)
%{_datadir}/locale/*/LC_MESSAGES/*.mo
%{_datadir}/bug-buddy
%{_datadir}/applications/bug-buddy.desktop 
%{_datadir}/mime-info/bug-buddy.keys
%{_datadir}/mime-info/bug-buddy.mime 
%{_bindir}/bug-buddy
%{_datadir}/pixmaps/*.png
 

%changelog
* Tue Aug 19 2003 - [email protected]
- add bug-buddy-04-remove-ximian-druid-pages.diff
* Tue Aug 05 2003 - [email protected]
- add bug-buddy-03-sensical-check-removed.diff
* Tue Aug 05 2003 - [email protected]
- Update tarball, bump version, reset release.

* Fri Aug 01 2003 - [email protected]
- Add menu category thing

* Tue May 13 2003 - [email protected]
- initial Sun Release