Summary: Bible Retrieval System Name: brs Version: 4.00.l1 Release: 1 License: GPL Group: Applications Group(de): Applikationen Group(pl): Aplikacje Source0: ftp://SunSITE.unc.edu/pub/Linux/apps/religion/%{name}.%{version}.tar.gz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The Bible Retrieval System consists of a textual database of the Authorized ("King James") Version of the Old and New Testaments, a set of libraries for finding and retrieving text, and a program ("bible") which uses the libraries to retrieve Bible passages given references on the command line or from standard input. A built-in Concordance (word search facility) is also supported. A man page is provided. %prep rm -rf $RPM_BUILD_ROOT %setup -q -n bible %build %{__make} CFLAGS="%{rpmcflags} -fwritable-strings -DDESTLIB=\\\"%{_datadir}/%{name}\\\"" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_mandir}/man1} install bible $RPM_BUILD_ROOT%{_bindir} install bible.data bible.data.conc $RPM_BUILD_ROOT%{_datadir}/%{name} install bible.1 $RPM_BUILD_ROOT%{_mandir}/man1 gzip -9nf README* %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man1/* %doc README*.gz