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