]> git.pld-linux.org Git - packages/abook.git/blob - abook.spec
- gettextize (to fix build with recent gettext)
[packages/abook.git] / abook.spec
1 Summary:        Text-based addressbook program for mutt
2 Summary(pl):    Tekstowa ksi±¿ka adresowa dla klienta pocztowego mutt
3 Name:           abook
4 Version:        0.5.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://dl.sourceforge.net/abook/%{name}-%{version}.tar.gz
9 # Source0-md5:  87d25df96864a7c507a4965e6d1da49d
10 Patch0:         %{name}-home_etc.patch
11 URL:            http://abook.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel >= 0.14.1
15 BuildRequires:  ncurses-devel >= 5.0
16 BuildRequires:  readline-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Abook is a text-based addressbook program designed to use with mutt
21 mail client.
22
23 %description -l pl
24 Abook to pracuj±ca w trybie tekstowym ksi±¿ka adresowa zaprojektowana
25 do u¿ycia z programem pocztowym mutt.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__gettextize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %find_lang %{name}
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files -f %{name}.lang
52 %defattr(644,root,root,755)
53 %doc AUTHORS BUGS ChangeLog README THANKS TODO
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man[15]/*
This page took 0.038025 seconds and 4 git commands to generate.