bug-buddy.spec
author mick
Tue, 15 Jul 2003 12:25:04 +0000
changeset 568 d33d9c99b698
parent 552 36a802302e86
child 575 2b5c59a05848
permissions -rw-r--r--
updating the POTFILES.in so intltool-update can be run.

Name:         bug-buddy
License:      GPL
Group:        System/GUI/GNOME
Version:      2.2.103
Release:      5
Distribution: Mercury
Vendor:       Sun Microsystems Inc
Summary:      GNOME 2.0 Bug Reporting Tool
Source:       bug-buddy-%{version}.tar.bz2
Patch0:       bug-buddy-01-potfiles_in.diff
URL:          www.gnome.org
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Docdir:       %{_docdir}/bug-buddy
Autoreqprov:  on

%define libgnomeui_version 2.2.0

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

%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 -n bug-buddy-%{version} 
%patch0 -p1

%build
./configure --prefix=%{_prefix} \
            --sysconfdir=%{_sysconfdir}
make 

%install
make DESTDIR=$RPM_BUILD_ROOT install

%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 -n bug-buddy
* Tue May 13 2003 - [email protected]
- initial Sun Release