Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 593079 Details for
Bug 717042
[abrt] gourmet-0.15.9-1.fc15: reccard.py:2103:commit_iter:KeyError: 'ingkey'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
RPM spec file for patch
gourmet.spec (text/plain), 5.51 KB, created by
Sean Sheedy
on 2012-06-19 21:48:43 UTC
(
hide
)
Description:
RPM spec file for patch
Filename:
MIME Type:
Creator:
Sean Sheedy
Created:
2012-06-19 21:48:43 UTC
Size:
5.51 KB
patch
obsolete
>%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > >Name: gourmet >Version: 0.15.9 >Release: 2.sheedy%{?dist} >Summary: Recipe Manager for the GNOME desktop environment > >Group: Applications/Productivity >License: GPLv2+ >URL: http://grecipe-manager.sourceforge.net >Source0: http://easynews.dl.sourceforge.net/sourceforge/grecipe-manager/%{name}-%{version}.tar.gz >Patch: gourmet.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildArch: noarch >BuildRequires: python-devel >BuildRequires: desktop-file-utils >BuildRequires: gettext,intltool > >Requires: gnome-python2, gnome-python2-gnomeprint >Requires: metakit,pypoppler >Requires: pygtk2, gnome-python2-gtkspell >Requires: PyRTF,python-sqlalchemy >Requires: python-imaging, python-sqlite2, pygtk2-libglade, python-reportlab >%description >Gourmet Recipe Manager is a recipe-organizer for GNOME that generates shopping >lists and allows rapid searching of recipes. It imports mealmaster & mastercook >files and exports webpages & other formats. > >%prep >%setup -q >%patch -p1 > >#chmod -x data/recipe.dtd > >%build > >%{__python} setup.py build > >%install >rm -rf %buildroot >%{__python} setup.py install -O1 --skip-build --root %buildroot \ > --disable-modules-check > > >desktop-file-install %buildroot%_datadir/applications/gourmet.desktop \ > --remove-category=Other \ > --vendor=fedora \ > --add-category=Utility \ > --add-category=X-Fedora \ > --dir=%buildroot%_datadir/applications \ > --copy-name-to-generic-name \ > --delete-original > >%find_lang %{name} > >%clean >rm -rf %buildroot > > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc CHANGES PKG-INFO README TODO ># documentation >%_bindir/gourmet ># sitelib stuff >%{python_sitelib}/gourmet ># datadir stuff >%{_datadir}/applications/fedora-gourmet.desktop >%{_datadir}/pixmaps/recbox.png >%{_datadir}/gourmet >%{python_sitelib}/*.egg-info > >%changelog >* Fri Jun 06 2012 Sean Sheedy <seansh@users.sourceforge.net> - 0.15.9-2.sheedy >- Fix for crash reported in Red Hat bug 717042 > >* Sun May 08 2011 Jeff Raber <jeff.raber@gmail.com> - 0.15.9-1 >- New upstream release > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.6-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Fri Dec 3 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.6-4 >- Additional database compatibility issue found and fixed as part of updates-testing > >* Wed Nov 24 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.6-3 >- Apply upstream patch for old db comptability > >* Wed Nov 24 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.6-2 >- Apply upstream patch for old db comptability > >* Mon Nov 15 2010 Jeff Raber <jeff.raber@gmail.com> - 0.15.6-1 >- New upstream point release, bug fixes > >* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.15.4-5 >- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild > >* Tue Jun 8 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-4 >- Brown bag patch fix > >* Mon Jun 7 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-3 >- Added patches to fix web page importer bugs > >* Mon Jun 7 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-2 >- Added requires for pypoppler so printing will work > >* Mon Dec 14 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.4-1 >- New upstream point release, minor bug fixes and enhancements > >* Mon Dec 14 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.1-1 >- New upstream release > >* Fri Sep 4 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.0-4 >- add gnome-python2-gtkspell for spellingchecking plugin support > >* Tue Aug 25 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.0-3 >- add python-sqlalchemy runtime dep. > >* Sun Aug 23 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.0-2 >- Small buildrequires fix. > >* Sun Aug 23 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.15.0-1 >- Latest upstream release, major changes include plugin system for capabilities > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.4-6 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.4-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.13.4-4 >- Rebuild for Python 2.6 > >* Fri Jan 04 2008 Jef Spaleta <jspaleta@gmail.com> - 0.13.4-3 >- Fix for egg-info file creation > >* Fri Aug 03 2007 Jef Spaleta <jspaleta@gmail.com> - 0.13.4-2 >- Change license tag to GPLv2+ for new licensing guidelines > >* Sat Jul 28 2007 Jef Spaleta <jspaleta@gmail.com> - 0.13.4-1 >- Update to new upstream version > >* Mon Mar 26 2007 Jef Spaleta <jspaleta@gmail.com> - 0.13.3-1 >- Update to new upstream version > >* Wed Dec 13 2006 Jef Spaleta <jspaleta@gmail.com> - 0.12.2-2 >- Some final specfile cleaning before import into extras cvs > >* Tue Dec 12 2006 Jef Spaleta <jspaleta@gmail.com> - 0.12.2-1 >- Update to version 0.12.2 and prepare to unorphan the tree > >* Tue Apr 25 2006 Michael A. Peters <mpeters@mac.com> - 0.8.5.14-2 >- try build again > >* Fri Mar 17 2006 Michael A. Peters <mpeters@mac.com> - 0.8.5.14-1 >- New upstream version >- rpmlint cleanup > >* Fri Nov 11 2005 Michael A. Peters <mpeters@mac.com> - 0.8.5.13-1 >- New upstream version > >* Thu Sep 22 2005 Michael A. Peters <mpeters@mac.com> - 0.8.5.12-1 >- New upstream version > >* Mon Jun 13 2005 Michael A. Peters <mpeters@mac.com> - 0.8.5.2-1 >- Initial checkin to cvs
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 717042
:
593072
| 593079