- update to 2.0.1:

+ Completed the port to QT. KDE is no longer required.
  + Use default browser instead of just konqueror or firefox.
  + Use docking windows instead of splitters for the left 
    side windows.
  + Add Czech translation
  + Add Hungarian Handbook translation
  + Fix drag/drop onto the display window
  + Fix clicking of links in the Mag Window
  + Fix problem causing Mag window to update when it should not
- obsolete bibletime-i18n and bibletime-devel

OBS-URL: https://build.opensuse.org/package/show/Education/bibletime?expand=0&rev=11
This commit is contained in:
Lars Vogdt
2009-07-23 13:39:46 +00:00
committed by Git OBS Bridge
parent 0b4b383271
commit 83d1427162
5 changed files with 25 additions and 26 deletions

View File

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

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

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jul 23 15:01:08 CEST 2009 - lars@linux-schulserver.de
- update to 2.0.1:
+ Completed the port to QT. KDE is no longer required.
+ Use default browser instead of just konqueror or firefox.
+ Use docking windows instead of splitters for the left
side windows.
+ Add Czech translation
+ Add Hungarian Handbook translation
+ Fix drag/drop onto the display window
+ Fix clicking of links in the Mag Window
+ Fix problem causing Mag window to update when it should not
- obsolete bibletime-i18n and bibletime-devel
-------------------------------------------------------------------
Thu Jul 23 12:13:43 CEST 2009 - lars@linux-schulserver.de

View File

@@ -9,7 +9,7 @@
Name: bibletime
Summary: BibleTime is an easy to use Bible study tool for KDE
Version: 1.7
Version: 2.0.1
Release: 7
License: GNU General Public License version 2 (GPL v2)
Url: http://www.bibletime.info/
@@ -19,11 +19,14 @@ Source0: %name-%version.tar.bz2
Source1: %{name}.xpm
Provides: %{name}-i18n = %version
Obsoletes: %{name}-i18n < 1.7
Obsoletes: %{name}-devel < 1.7
Provides: %{name}-devel = %version
Provides: sword-frontend
Recommends: sword-bible
Recommends: sword-commentary
BuildRequires: sword-devel gcc-c++ curl-devel libjpeg-devel clucene-core-devel update-desktop-files
BuildRequires: libkde4-devel libQtWebKit-devel boost-devel cmake
BuildRequires: sword-devel curl-devel clucene-core-devel libQtWebKit-devel
BuildRequires: libqt4-devel boost-devel cmake pkg-config
BuildRequires: update-desktop-files
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define kdeprefix %{_prefix}
@@ -43,17 +46,6 @@ frontends are build using this framework. An installed module set may be
shared between any frontend using the framework.
%package devel
Summary: Development files for %name
Group: Development/Libraries/C and C++
Requires: %name = %version
%description devel
Development files for %name useful if you want to develop applications
based on %name.
%prep
%setup -q
@@ -82,14 +74,9 @@ rm -rf %buildroot
%defattr(-,root,root)
%dir %kdeprefix/share/bibletime
%kdeprefix/bin/*
%kdeprefix/share/apps/bibletime/
%kdeprefix/share/icons/*
%kdeprefix/share/bibletime/*
%kdeprefix/share/pixmaps/%{name}.xpm
%kdeprefix/share/applications/bibletime.desktop
%files devel
%defattr(-,root,root)
%kdeprefix/include/bibletimeinterface.h
%kdeprefix/share/bibletime/*
%changelog