]> git.pld-linux.org Git - packages/brs.git/blame - brs.spec
- tabs in preamble
[packages/brs.git] / brs.spec
CommitLineData
e8baebf5 1Summary: Bible Retrieval System
c7a9bbe5 2Summary(pl.UTF-8): System Dystrybucji Biblii
e8baebf5 3Name: brs
4Version: 4.00.l1
5Release: 1
6License: GPL
7Group: Applications
e8baebf5 8Source0: ftp://SunSITE.unc.edu/pub/Linux/apps/religion/%{name}.%{version}.tar.gz
756a334c 9# Source0-md5: 260b789e0ff401293ef05809fc42581b
e8baebf5 10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13The Bible Retrieval System consists of a textual database of the
14Authorized ("King James") Version of the Old and New Testaments, a set
15of libraries for finding and retrieving text, and a program ("bible")
16which uses the libraries to retrieve Bible passages given references
17on the command line or from standard input. A built-in Concordance
18(word search facility) is also supported. A man page is provided.
19
d98a8302
JR
20%description -l pl.UTF-8
21The Bible Retrieval System zawiera bazę danych autoryzowanej ("King
415d3244 22James") wersji Starego i Nowego Testamentu. Jest to zestaw bibliotek
d98a8302
JR
23do znajdowania i otrzymywania tekstu oraz program ("bible"), który
24używa tych bibliotek do otrzymywania wersetów biblii w linii komend lub
25ze standardowego wejścia. Wbudowane Concordance (urządzenie do szukania) jest
26także wspierane. Dostępna jest strona man.
415d3244 27
e8baebf5 28%prep
e8baebf5 29%setup -q -n bible
30
31%build
4078973e
JB
32%{__make} \
33 CFLAGS="%{rpmcflags} -fwritable-strings -DDESTLIB=\\\"%{_datadir}/%{name}\\\""
e8baebf5 34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_mandir}/man1}
4632d9fd 38
d32f6420 39install bible $RPM_BUILD_ROOT%{_bindir}
e8baebf5 40install bible.data bible.data.conc $RPM_BUILD_ROOT%{_datadir}/%{name}
d32f6420 41install bible.1 $RPM_BUILD_ROOT%{_mandir}/man1
e8baebf5 42
43%clean
4632d9fd 44rm -rf $RPM_BUILD_ROOT
e8baebf5 45
46%files
47%defattr(644,root,root,755)
4078973e 48%doc README*
e8baebf5 49%attr(755,root,root) %{_bindir}/*
50%{_datadir}/%{name}
51%{_mandir}/man1/*
This page took 0.191797 seconds and 4 git commands to generate.