rpms/bibletime/devel bibletime-desktop.patch, NONE, 1.1 bibletime.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Anderson (anderson) fedora-extras-commits at redhat.com
Sat Jan 13 17:32:54 UTC 2007


Author: anderson

Update of /cvs/extras/rpms/bibletime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13250/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bibletime-desktop.patch bibletime.spec 
Log Message:
auto-import bibletime-1.6.2-2 on branch devel from bibletime-1.6.2-2.src.rpm

bibletime-desktop.patch:

--- NEW FILE bibletime-desktop.patch ---
--- bibletime.desktop.in	2006-12-13 10:05:28.000000000 -0500
+++ bibletime.desktop.in.new	2006-12-13 10:00:18.000000000 -0500
@@ -1,4 +1,5 @@
 [Desktop Entry]
+Encoding=UTF-8
 Comment=An easy to use bible study tool
 Comment[C]=An easy to use bible study tool
 Comment[cs]=Snadno pouiteln n�troj pro studium Bible
@@ -18,9 +19,8 @@
 SwallowExec=
 SwallowTitle=
 Terminal=false
-TerminalOptions=
 Type=Application
 X-KDE-SubstituteUID=false
 X-KDE-Username=
-Categories=Religion;Bible;Application;KDE;Utility;
-DocPath=bibletime/handbook/index.html
+Categories=KDE;Utility;
+X-KDE-DocPath=bibletime/handbook/index.html


--- NEW FILE bibletime.spec ---
Summary:	BibleTime is an easy to use Bible study tool for KDE
Name:		bibletime
Version:	1.6.2
Release:	2%{?dist}
License:	GPL
Url:		http://www.bibletime.info/
Group:		Applications/Productivity
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0:		bibletime-desktop.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	sword-devel >= 1.5.9 clucene-core-devel >= 0.9.15 kdelibs-devel
BuildRequires:	desktop-file-utils gettext

%description
BibleTime is a free and easy to use bible study tool for UNIX systems.

BibleTime provides easy handling of digitalized texts (Bibles,
commentaries and 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 Bible Framework.

%prep

%setup -q
%patch0 -p0 -b .desk

%build
%configure --disable-rpath
make %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}

make DESTDIR=%{buildroot} install

desktop-file-install --vendor="" \
	--dir=%{buildroot}%{_datadir}/applications \
	--delete-original \
	%{buildroot}%{_datadir}/applications/%{name}.desktop

chmod 0644 %{buildroot}%{_datadir}/apps/bibletime/bibletimeui.rc
chmod 0644 %{buildroot}%{_datadir}/apps/bibletime/tips

%find_lang bibletime || touch bibletime.lang
HTML_DIR=$(kde-config --expandvars --install html)
if [ -d %{buildroot}$HTML_DIR ]; then
	for lang_dir in %{buildroot}$HTML_DIR/* ; do
		lang=$(basename $lang_dir)
		echo "%lang($lang) %doc $HTML_DIR/$lang/*" >> bibletime.lang
	done
fi

%clean
%{__rm} -rf %{buildroot}

%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%files -f bibletime.lang
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/apps/%{name}/
%{_datadir}/icons/hicolor/*/*
%{_includedir}/bibletimeinterface.h
%doc README LICENSE

%changelog
* Fri Jan 12 2007 David Anderson <fedora-packaging at dw-perspective.org.uk> 1.6.2-2
- Cleanups (thanks to Deji Akingunola)

* Fri Jan 12 2007 David Anderson <fedora-packaging at dw-perspective.org.uk> 1.6.2-1
- First attempt for Fedora Extras
- (Credits to Joachim Ansorg and Brook Humphrey for previous
- version from bibletime tarball)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bibletime/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2007 17:31:04 -0000	1.1
+++ .cvsignore	13 Jan 2007 17:32:23 -0000	1.2
@@ -0,0 +1 @@
+bibletime-1.6.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bibletime/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2007 17:31:04 -0000	1.1
+++ sources	13 Jan 2007 17:32:23 -0000	1.2
@@ -0,0 +1 @@
+b2b8b624d21d397201aec742d43501e5  bibletime-1.6.2.tar.bz2




More information about the scm-commits mailing list