Summary: Bible Retrieval System Summary(pl): System Dystrybucji Biblii Name: brs Version: 4.00.l1 Release: 1 License: GPL Group: Applications 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. %description -l pl The Bible Retrieval System zawiera bazę danych autoryzowanej ("King James") wersji Starego i Nowego Testamentu. Jest to zestaw bibliotek do znajdowania i otrzymywania tekstu oraz program ("bible"), który używa tych bibliotek do otrzymywania wersetów biblii w lini komend lub ze standard input. Wbudowane Concordance (urządzenie do szukania) jest także wspierane. Dostępna jest strona man. %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