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 294928 Details for
Bug 432842
gnomesword - libgtkembedmoz.so issue
[?]
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.
spec file with gecko libs version specified
gnomesword.spec (text/x-rpm-spec), 5.67 KB, created by
Michael A. Peters
on 2008-02-14 18:24:36 UTC
(
hide
)
Description:
spec file with gecko libs version specified
Filename:
MIME Type:
Creator:
Michael A. Peters
Created:
2008-02-14 18:24:36 UTC
Size:
5.67 KB
patch
obsolete
>%define geckov 1.8.1.12 > >Name: gnomesword >Version: 2.3.3 >Release: 1%{?dist}.1 >Summary: GNOME-based Bible research tool > >Group: Applications/Text >License: GPLv2+ >URL: http://gnomesword.sourceforge.net/ >Source0: http://easynews.dl.sourceforge.net/sourceforge/gnomesword/gnomesword-%{version}.tar.gz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: sword-devel >= 1.5.10 >BuildRequires: gettext >BuildRequires: desktop-file-utils >BuildRequires: gnome-doc-utils >BuildRequires: gtkhtml3-devel >BuildRequires: gecko-devel = %{geckov} >BuildRequires: libgnomeui-devel libgnomeprintui22-devel >BuildRequires: scrollkeeper >BuildRequires: perl(XML::Parser) >Requires: yelp >Requires: gecko-libs = %{geckov} >Requires(post): scrollkeeper >Requires(postun): scrollkeeper >Obsoletes: gnomesword2 >Provides: gnomesword2 > >%description >Gnomesword is a Bible study application for GNOME, a graphical desktop >enviroment which is available for several Unix and Linux flavors. It is based >on SWORD by the CrossWire Bible Society, a framework providing the possibility >to study the Bible and additional information like commentaries, dictionaries >and other texts using your computer. > >%prep >%setup -q > >%build >%configure >make %{?_smp_mflags} > >%install >rm -rf %buildroot >make install DESTDIR=%buildroot > >desktop-file-install --delete-original \ > --vendor=fedora \ > --remove-category=X-Red-Hat-Extra \ > --remove-category=Application \ > --remove-key=MultipleArgs \ > --dir=%buildroot%_datadir/applications \ > --copy-name-to-generic-name \ > %buildroot%_datadir/applications/gnomesword.desktop > ># package docs with macro >rm -rf %buildroot%_datadir/doc/%{name} > >%find_lang %{name} > >%clean >rm -rf %buildroot > >%post >scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : > >%postun >scrollkeeper-update -q || : > >%files -f %{name}.lang >%defattr(-,root,root,-) >%doc AUTHORS COPYING COPYING-DOCS ChangeLog NEWS README TODO >%_bindir/gnomesword2 >%_datadir/gnomesword >%_datadir/pixmaps/gnomesword >%_datadir/applications/fedora-gnomesword.desktop >%_datadir/gnome/help/gnomesword/ > >%changelog >* Thu Feb 14 2008 Michael A. Peters <mpeters@mac.com> - 2.3.3-1.1 >- Specify the gecko libs version for BR and Requires > >* Sun Jan 20 2008 Deji Akingunola <dakingun@gmail.com> - 2.3.3-1 >- Update to 2.3.3 > >* Thu Nov 29 2007 Deji Akingunola <dakingun@gmail.com> - 2.3.1-2 >- Rebuild for firefox-2.0.0.10 > >* Mon Nov 05 2007 Deji Akingunola <dakingun@gmail.com> - 2.3.1 >- Update to version 2.3.1 > >* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.3-5 >- Rebuild > >* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.3-4 >- License tag update >- Rebuild for new icu > >* Sat Jun 09 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.3-3 >- Require 'yelp' for the Help menu (BZ #243395) >- Remove extraneous key from the desktop file > >* Sun Mar 25 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.3 >- Version 2.2.3 >- Configure tweak no longer necesary, gtkhtml38 now in Extras > >* Tue Mar 13 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.2.1-5 >- Tweak configure script to allow building with newer gtkhml3 > >* Tue Mar 13 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.2.1-4 >- Another rebuild for gtkhtml > >* Wed Feb 28 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.2.1-3 >- Rebuild for new gtkhtml > >* Sat Feb 24 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.2.1-2 >- Add libgnomeprintui22-devel as BR > >* Fri Feb 23 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.2.1-1 >- New release > >* Sun Jan 28 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.1-1 >- Remove un-neccesary gnome-spell and icu BRs > >* Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 2.2.1-1 >- Update to 2.2.1 > >* Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 2.2.0-1 >- New stable release > >* Sun Dec 10 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.10-3 >- Add gnome-doc-utils to BR > >* Sun Dec 10 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.10-2 >- Clean up spec file > >* Sun Dec 10 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.10-1 >- New Release > >* Mon Nov 13 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.9-1 >- New release (2.1.9) > >* Thu Nov 09 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.8-3 >- Seems parallel make is causing problems > >* Thu Nov 09 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.8-2 >- Fix Build requires > >* Wed Nov 08 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.8-1 >- Update to new (unstable) version > >* Wed Sep 20 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.6-4 >- Add perl(XML::Parser) to the BRs > >* Wed Sep 20 2006 Deji Akingunola <dakingun@gmail.com> - 2.1.6-3 >- Take over from Michael A. Peters >- Rebuild for FC6 > >* Tue May 02 2006 Michael A. Peters <mpeters@mac.com> - 2.1.6-2 >- Fixed crash when viewing OT using KJV module (Patch0) >- Closes bug 190413 > >* Tue Apr 25 2006 Michael A. Peters <mpeters@mac.com> - 2.1.6-1 >- New upstream version >- removed commented out fixes for since upstream fixed 64-bit issues > >* Mon Apr 17 2006 Michael A. Peters <mpeters@mac.com> - 2.1.5-3 >- fix bug 188581 (187198) > >* Sat Feb 18 2006 Michael A. Peters <mpeters@mac.com> - 2.1.5-2 >- Rebuild in devel > >* Wed Dec 14 2005 Michael A. Peters <mpeters@mac.com> - 2.1.5-1 >- New upstream version, works with gtkhtml3-3.8 >- disable x86_64 patch > >* Thu Sep 15 2005 Michael A. Peters <mpeters@mac.com> - 2.1.2-2.3 >- trying patch suggested by Tom 'spot' Callaway to fix x86_64 bug >- 160186 >- libtool, aclocal, autoheader, automake, autoconf on x86_64 > >* Sun Jun 12 2005 Michael A. Peters <mpeters@mac.com> - 2.1.2-2.1 >- Exclude x86_64 for now > >* Thu Jun 09 2005 Michael A. Peters <mpeters@mac.com> - 2.1.2-2 >- added --copy-name-to-generic-name to desktop-file-install >- fixed line break packaging error > >* Mon Jun 06 2005 Michael A. Peters <mpeters@mac.com> - 2.1.2-1 >- Initial cvs checkin for Fedora Extras
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 432842
: 294928