- 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:
committed by
Git OBS Bridge
parent
0b4b383271
commit
83d1427162
@@ -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
|
||||
|
Reference in New Issue
Block a user