- update to 2.4:

+ many, many bugfixes
  + Improved search dialog
  + Added "get list of install sources from server" functionality
  + BibleTime can now open TEI modules
  + Added new feature called "Change location". It is a shortcut 
    (Ctrl-L) that changes the focus to the toolbar field for the 
    bible reference or book location. 
    This is like the Ctrl-L feature of FireFox.
  + Add shortcut page to config settings dialog
- fix build for fedora

OBS-URL: https://build.opensuse.org/package/show/Education/bibletime?expand=0&rev=12
This commit is contained in:
Lars Vogdt 2009-12-13 16:02:19 +00:00 committed by Git OBS Bridge
parent 83d1427162
commit 1de901ed8b
5 changed files with 71 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d5ddd7bb3a3203d2346a2024964529fc88b6d7204411e13afa7098b64870f65
size 3029519

3
bibletime-2.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b100ee63ae7828fe091bf398dfa13f7a20d90eb5b534ae507520a33fcd83b835
size 3071527

3
bibletime-rpmlintrc Normal file
View File

@ -0,0 +1,3 @@
# "Teaching" should become part of our official desktop Categories
# As it is listed on freedesktop.org
addFilter("invalid-desktopfile.*/usr/share/applications/bibletime.desktop")

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Dec 13 15:47:03 UTC 2009 - lars@linux-schulserver.de
- update to 2.4:
+ many, many bugfixes
+ Improved search dialog
+ Added "get list of install sources from server" functionality
+ BibleTime can now open TEI modules
+ Added new feature called "Change location". It is a shortcut
(Ctrl-L) that changes the focus to the toolbar field for the
bible reference or book location.
This is like the Ctrl-L feature of FireFox.
+ Add shortcut page to config settings dialog
- fix build for fedora
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 23 15:01:08 CEST 2009 - lars@linux-schulserver.de Thu Jul 23 15:01:08 CEST 2009 - lars@linux-schulserver.de

View File

@ -8,43 +8,61 @@
# norootforbuild # norootforbuild
Name: bibletime Name: bibletime
Summary: BibleTime is an easy to use Bible study tool for KDE Summary: An easy to use Bible study tool
Version: 2.0.1 Version: 2.4
Release: 7 Release: 1
License: GNU General Public License version 2 (GPL v2) License: GNU General Public License version 2 (GPL v2)
Url: http://www.bibletime.info/ Url: http://www.bibletime.info/
Group: Productivity/Scientific/Other Group: Productivity/Scientific/Other
Vendor: openSUSE-Education Vendor: openSUSE-Education
Source0: %name-%version.tar.bz2 Source0: %name-%version.tar.bz2
Source1: %{name}.xpm Source1: %{name}.xpm
Source2: bibletime-rpmlintrc
Provides: %{name}-i18n = %version Provides: %{name}-i18n = %version
Obsoletes: %{name}-i18n < 1.7 Obsoletes: %{name}-i18n < 1.7
Obsoletes: %{name}-devel < 1.7 Obsoletes: %{name}-devel < 1.7
Provides: %{name}-devel = %version Provides: %{name}-devel = %version
Provides: sword-frontend Provides: sword-frontend
BuildRequires: boost-devel
BuildRequires: clucene-core-devel
BuildRequires: cmake
BuildRequires: curl-devel
BuildRequires: libqt4-devel
BuildRequires: sword-devel
#
# openSUSE
#
%if 0%{?suse_version}
Recommends: sword-bible Recommends: sword-bible
Recommends: sword-commentary Recommends: sword-commentary
BuildRequires: sword-devel curl-devel clucene-core-devel libQtWebKit-devel BuildRequires: pkg-config
BuildRequires: libqt4-devel boost-devel cmake pkg-config BuildRequires: libQtWebKit-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: fdupes BuildRequires: fdupes
%endif
#
# Fedora
#
%if 0%{?fedora_version}
Release: 1%{?dist}
BuildRequires: pkgconfig
BuildRequires: desktop-file-utils
BuildRequires: webkitkde-devel
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define kdeprefix %{_prefix} %define kdeprefix %{_prefix}
%description %description
BibleTime is a free and easy to use bible study tool for UNIX systems. BibleTime is a completely free Bible study program.
The software uses the SWORD programming library to work with over 200 free
Bible texts, commentaries, dictionaries and books provided by the Crosswire
Bible Society.
BibleTime provides easy handling of digitalized texts (Bibles, commentaries and BibleTime provides easy handling of digitalized texts (Bibles, commentaries and
lexicons) and powerful features to work with these texts (search in texts, lexicons) and powerful features to work with these texts (search in texts,
write own notes, save, print etc.). BibleTime is a frontend for the SWORD write own notes, save, print etc.).
Bible Framework.
The SWORD Project is an effort to create an ever expanding software package for
research and study of God and His Word. The SWORD Bible Framework allows easy
manipulation of Bible texts, commentaries, lexicons, dictionaries, etc. Many
frontends are build using this framework. An installed module set may be
shared between any frontend using the framework.
%prep %prep
%setup -q %setup -q
@ -60,18 +78,31 @@ popd
pushd build pushd build
%makeinstall %makeinstall
popd popd
%fdupes -s %buildroot
sed -i "s|bibletime/handbook/index.html|bibletime/handbook/en/index.html|" %buildroot/%{_datadir}/applications/%{name}.desktop
install -Dm644 %{SOURCE1} %buildroot/%{_datadir}/pixmaps/%{name}.xpm
%suse_update_desktop_file -r bibletime Education Teaching
test -d %buildroot/%kdeprefix/share/locale/pt_br && mv %buildroot/%kdeprefix/share/locale/pt_br %buildroot/%kdeprefix/share/locale/pt_BR test -d %buildroot/%kdeprefix/share/locale/pt_br && mv %buildroot/%kdeprefix/share/locale/pt_br %buildroot/%kdeprefix/share/locale/pt_BR
test -d %buildroot/%kdeprefix/share/doc/HTML/pt-br && mv %buildroot/%kdeprefix/share/doc/HTML/pt-br %buildroot/%kdeprefix/share/doc/HTML/pt_BR test -d %buildroot/%kdeprefix/share/doc/HTML/pt-br && mv %buildroot/%kdeprefix/share/doc/HTML/pt-br %buildroot/%kdeprefix/share/doc/HTML/pt_BR
# install manpages
install -Dm644 docs/manpages/bibletime.1 %buildroot/%_mandir/man1/bibletime.1
install -Dm644 docs/manpages/bibletime.de.1 %buildroot/%_mandir/de/man1/bibletime.1
%if 0%{?suse_version}
%fdupes -s %buildroot
sed -i "s|bibletime/handbook/index.html|bibletime/handbook/en/index.html|" %buildroot/%{_datadir}/applications/%{name}.desktop
install -Dm644 %{SOURCE1} %buildroot/%{_datadir}/pixmaps/%{name}.xpm
%suse_update_desktop_file -r bibletime Education Teaching
%endif
#
%if 0%{?fedora_version}
desktop-file-install --vendor="%{vendor}" \
--dir=%buildroot/%_datadir/applications \
%name.desktop
%endif
%clean %clean
rm -rf %buildroot rm -rf %buildroot
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_mandir}/man1/bibletime.1*
%doc %{_mandir}/de/man1/bibletime.1*
%dir %kdeprefix/share/bibletime %dir %kdeprefix/share/bibletime
%kdeprefix/bin/* %kdeprefix/bin/*
%kdeprefix/share/icons/* %kdeprefix/share/icons/*