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