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