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