File sword-commentary-en-luther2002.spec of Package sword-commentary-en-luther2002
#
# spec file for package sword-commentary-en-luther2002
#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# norootforbuild
Name: sword-commentary-en-luther2002
Summary: Luther's Commentary on Galatians
Version: 1.0
Release: 1
License: Public Domain
Group: Productivity/Scientific/Other
Url: http://www.crosswire.org/sword
Vendor: openSUSE-Education
Source: Luther.zip
BuildArch: noarch
BuildRequires: unzip
Requires: sword >= 1.5.2
Provides: locale(sword-commentary:en)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Martin Luther's Commentary on Galatians.
Based on material from the Online Bible.
%prep
%setup -q -T -c %name -a0
%build
%install
mkdir -p %buildroot/%_datadir/sword
cp -r * %buildroot/%_datadir/sword/
%clean
rm -rf %buildroot
%files
%defattr(-,root,root)
%_datadir/sword
%changelog