]> git.pld-linux.org Git - SPECS.git/blob - lbdb.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / lbdb.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # build without tests
4 #
5 Summary:        The Little Brother's Database
6 Summary(pl.UTF-8):      The Little Brother's Database - baza danych Małego Brata
7 Name:           lbdb
8 Version:        0.29
9 Release:        0.1
10 License:        GPL v2+
11 Group:          Applications
12 Source0:        http://www.spinnaker.de/debian/%{name}_%{version}.tar.gz
13 # Source0-md5:  1b29222036f564f45d22ce86284c0611
14 Patch0:         %{name}-evolution.patch
15 URL:            http://www.spinnaker.de/lbdb/
16 BuildRequires:  autoconf
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Lbdbq is the client program for the little brother's database. It will
21 attempt to invoke various modules to gather information about persons
22 matching something. E.g., it may look at a list of addresses from
23 which you have received mail, it may look at YP maps, or it may try to
24 finger something@<various hosts>.
25
26 %description -l pl.UTF-8
27 Lbdbq to program kliencki do "bazy danych małego brata". Próbuje on
28 wywoływać różne moduły w celu zgromadzenia informacji o osobach
29 pasujących do czegoś. Np. może przeszukiwać listy adresów z których
30 otrzymaliśmy pocztę, może przeszukiwać mapy YP, albo próbować wykonać
31 finger ktoś@<różne hosty>.
32
33 %prep
34 %setup -q
35 %patch0 -p1
36
37 %build
38 autoreconf
39 %configure \
40         --libdir=%{_libdir}/lbdb
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT \
48         install_prefix=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc NEWS README TODO
56 %attr(755,root,root) %{_bindir}/*
57 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
58
59 %dir %{_libdir}/lbdb
60 %attr(755,root,root) %{_libdir}/lbdb/fetchaddr
61 %attr(755,root,root) %{_libdir}/lbdb/lbdb-munge
62 %attr(755,root,root) %{_libdir}/lbdb/lbdb_lib
63 %attr(755,root,root) %{_libdir}/lbdb/m*
64 %attr(755,root,root) %{_libdir}/lbdb/p*
65 %attr(755,root,root) %{_libdir}/lbdb/q*
66 %{_libdir}/lbdb/*.el
67 %{_mandir}/man1/*
This page took 0.035288 seconds and 3 git commands to generate.