Mageia Bugzilla – Attachment 614 Details for
Bug 1900
Xiphos, open source Bible study software
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
The Spec for the Old Package Version - OpenSUSE Build Service
xiphos.spec (text/x-rpm-spec), 3.16 KB, created by
Gamaliel Lamboy
on 2011-06-23 18:27:34 CEST
(
hide
)
Description:
The Spec for the Old Package Version - OpenSUSE Build Service
Filename:
MIME Type:
Creator:
Gamaliel Lamboy
Created:
2011-06-23 18:27:34 CEST
Size:
3.16 KB
patch
obsolete
># ># spec file for package gnomesword ># ># This file and all modifications and additions to the pristine ># package are under the same license as the package itself. ># > ># norootforbuild > >Name: xiphos >Summary: GNOME-based Bible research tool >Version: 3.1.1 >Release: 0 >License: GPL >Url: http://gnomesword.sourceforge.net/ >Group: Productivity/Scientific/Other >Vendor: openSUSE-Education >Source0: %name-%version.tar.bz2 >Source1: %name.desktop >Patch1: %name-3.0.1-GMSGFMT.patch >%if 0%{?suse_version} >Recommends: esound >Recommends: sword-bible >Recommends: sword-commentary >Provides: sword-frontend >BuildRequires: cairo-devel >BuildRequires: gcc-c++ >BuildRequires: gecko-sdk >BuildRequires: gettext-devel >BuildRequires: glibc-devel >BuildRequires: glib2-devel >BuildRequires: gnome-doc-utils-devel >BuildRequires: gnome-spell2 >BuildRequires: gtk2-devel >BuildRequires: gtkhtml2-devel >BuildRequires: libidn-devel >BuildRequires: libgnomeui-devel >BuildRequires: intltool >BuildRequires: libbonobo-devel >BuildRequires: pcre-devel >BuildRequires: perl-XML-Parser >BuildRequires: scrollkeeper >BuildRequires: sword-devel >BuildRequires: libMagick++-devel >BuildRequires: update-desktop-files >BuildRequires: -post-build-checks ># BuildRequires: mozilla-xulrunner181-devel >%if 0%{?suse_version} < 1020 >BuildRequires: xorg-x11-devel >%else >BuildRequires: xorg-x11-libXdmcp-devel >%endif >%if 0%{?suse_version} < 1030 >BuildRequires: curl-devel >%else >BuildRequires: libcurl-devel >%endif >%endif >%if %suse_version > 1020 >BuildRequires: fdupes >%endif >BuildRoot: %{_tmppath}/%{name}-root > >%description >Bible Study Software for the Linux community. Lookup and search Bible texts and >commentaries. Xiphos uses modules and libraries from the SWORD Project. >Display multiple translations in the interlinear window. Search for passages in >any translation by word, phrase, or regular expression. Install this package >if you want to browse the Bible translations and reference works distributed >by Crosswire Bible Society through the SWORD Project. > >%prep >%setup -q >%patch1 > >%build >%configure --enable-static=no \ > --disable-scrollkeeper \ > --enable-gtkhtml ># --with-gecko=xulrunner > >make %{?jobs:-j%jobs} > >%install >%makeinstall >install -D -m 644 %SOURCE1 %buildroot%{_datadir}/applications/%{name}.desktop >%suse_update_desktop_file -n %buildroot%_datadir/applications/%{name}.desktop >mkdir -p %buildroot%_defaultdocdir/%name >mv %buildroot%_prefix/share/doc/%{name}/* %buildroot%_defaultdocdir/%name/ >rmdir %buildroot%_prefix/share/doc/%{name} >%find_lang %name >%if %suse_version > 1020 >%fdupes -s %{buildroot} >%endif > >%clean >rm -rf %buildroot > >%post >if [ `which scrollkeeper-update >/dev/null 2>&1;` ]; then > scrollkeeper-update -q -o %{_datadir}/omf/%{name}; >fi > >%postun >if [ `which scrollkeeper-update >/dev/null 2>&1;` ]; then > scrollkeeper-update -q; >fi > >%files -f %name.lang >%defattr(-,root,root) >%doc ABOUT-NLS AUTHORS COPYING COPYING-DOCS NEWS README TODO >%_bindir/xiphos >%_bindir/gnomesword2 >%_datadir/xiphos/* >%_datadir/pixmaps/* >%_datadir/applications/%name.desktop > >%changelog
# # spec file for package gnomesword # # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # norootforbuild Name: xiphos Summary: GNOME-based Bible research tool Version: 3.1.1 Release: 0 License: GPL Url: http://gnomesword.sourceforge.net/ Group: Productivity/Scientific/Other Vendor: openSUSE-Education Source0: %name-%version.tar.bz2 Source1: %name.desktop Patch1: %name-3.0.1-GMSGFMT.patch %if 0%{?suse_version} Recommends: esound Recommends: sword-bible Recommends: sword-commentary Provides: sword-frontend BuildRequires: cairo-devel BuildRequires: gcc-c++ BuildRequires: gecko-sdk BuildRequires: gettext-devel BuildRequires: glibc-devel BuildRequires: glib2-devel BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-spell2 BuildRequires: gtk2-devel BuildRequires: gtkhtml2-devel BuildRequires: libidn-devel BuildRequires: libgnomeui-devel BuildRequires: intltool BuildRequires: libbonobo-devel BuildRequires: pcre-devel BuildRequires: perl-XML-Parser BuildRequires: scrollkeeper BuildRequires: sword-devel BuildRequires: libMagick++-devel BuildRequires: update-desktop-files BuildRequires: -post-build-checks # BuildRequires: mozilla-xulrunner181-devel %if 0%{?suse_version} < 1020 BuildRequires: xorg-x11-devel %else BuildRequires: xorg-x11-libXdmcp-devel %endif %if 0%{?suse_version} < 1030 BuildRequires: curl-devel %else BuildRequires: libcurl-devel %endif %endif %if %suse_version > 1020 BuildRequires: fdupes %endif BuildRoot: %{_tmppath}/%{name}-root %description Bible Study Software for the Linux community. Lookup and search Bible texts and commentaries. Xiphos uses modules and libraries from the SWORD Project. Display multiple translations in the interlinear window. Search for passages in any translation by word, phrase, or regular expression. Install this package if you want to browse the Bible translations and reference works distributed by Crosswire Bible Society through the SWORD Project. %prep %setup -q %patch1 %build %configure --enable-static=no \ --disable-scrollkeeper \ --enable-gtkhtml # --with-gecko=xulrunner make %{?jobs:-j%jobs} %install %makeinstall install -D -m 644 %SOURCE1 %buildroot%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file -n %buildroot%_datadir/applications/%{name}.desktop mkdir -p %buildroot%_defaultdocdir/%name mv %buildroot%_prefix/share/doc/%{name}/* %buildroot%_defaultdocdir/%name/ rmdir %buildroot%_prefix/share/doc/%{name} %find_lang %name %if %suse_version > 1020 %fdupes -s %{buildroot} %endif %clean rm -rf %buildroot %post if [ `which scrollkeeper-update >/dev/null 2>&1;` ]; then scrollkeeper-update -q -o %{_datadir}/omf/%{name}; fi %postun if [ `which scrollkeeper-update >/dev/null 2>&1;` ]; then scrollkeeper-update -q; fi %files -f %name.lang %defattr(-,root,root) %doc ABOUT-NLS AUTHORS COPYING COPYING-DOCS NEWS README TODO %_bindir/xiphos %_bindir/gnomesword2 %_datadir/xiphos/* %_datadir/pixmaps/* %_datadir/applications/%name.desktop %changelog
View Attachment As Raw
Actions:
View
Attachments on
bug 1900
: 614