bug-buddy.spec
author mattk
Tue, 13 May 2003 17:31:46 +0000
changeset 54 731ad3daf14d
child 185 0ccd93e31cbd
permissions -rw-r--r--
*** empty log message ***

#
# spec file for package bug-buddy (Version 2.2.0)
#
# Copyright (c) 2002 Sun Microsystems Inc
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# This header file needs to be a Sun standard one that will
# have to contain all the boring legal stuff

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

%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.

Authors:
--------
    Jacob Berkman  <[email protected]> 

%prep
%setup -n bug-buddy-%{version} 

%build
%configure
#./configure --prefix=%{_prefix} \
#    --bindir=%{_bindir} --mandir=%{_mandir} \
#    --localstatedir=%{_localstatedir} --libdir=%{_libdir} \
#    --datadir=%{_datadir} --includedir=%{_includedir} \
#    --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