]> git.pld-linux.org Git - packages/abook.git/blame - abook.spec
- add vcard import patch to cvs
[packages/abook.git] / abook.spec
CommitLineData
f067d77f
JP
1%define _rel pre2
2#
ffcded69 3Summary: Text-based addressbook program for mutt
26f9b780 4Summary(pl.UTF-8): Tekstowa książka adresowa dla klienta pocztowego mutt
d9543d74 5Name: abook
f067d77f
JP
6Version: 0.6.0
7Release: 0.%{_rel}.1
8b9ecd46 8License: GPL
d9543d74 9Group: Applications/Mail
f067d77f
JP
10Source0: http://abook.sourceforge.net/devel/%{name}-%{version}%{_rel}.tar.gz
11# Source0-md5: 1e4a7210b3507db7b3d47ee7a2457934
95250e5b 12Patch0: %{name}-home_etc.patch
f067d77f 13Patch1: %{name}-tinfo_link.patch
89957101 14Patch2: %{name}-vcard_import.patch
ffcded69 15URL: http://abook.sourceforge.net/
2b36d8d7 16BuildRequires: autoconf
17BuildRequires: automake
d570820c 18BuildRequires: gettext-devel >= 0.14.1
d9543d74 19BuildRequires: ncurses-devel >= 5.0
49815949 20BuildRequires: readline-devel
d9543d74 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Abook is a text-based addressbook program designed to use with mutt
25mail client.
26
e5ea3ea5
JR
27%description -l pl.UTF-8
28Abook to pracująca w trybie tekstowym książka adresowa zaprojektowana
29do użycia z programem pocztowym mutt.
ffcded69 30
d9543d74 31%prep
f067d77f 32%setup -q -n %{name}-%{version}%{_rel}
95250e5b 33%patch0 -p1
f455aac4 34%patch1
f067d77f 35%patch2 -p1
1be239c0 36
d9543d74 37%build
d570820c 38%{__gettextize}
5fe0e6a6 39%{__aclocal}
17f31557 40%{__autoconf}
5526a94d 41%{__autoheader}
17f31557 42%{__automake}
40e28c64 43%configure
d9543d74 44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
bf293fdc
PG
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
d9543d74 51
380eb3f3 52%find_lang %{name}
53
d9543d74 54%clean
55rm -rf $RPM_BUILD_ROOT
56
380eb3f3 57%files -f %{name}.lang
d9543d74 58%defattr(644,root,root,755)
380eb3f3 59%doc AUTHORS BUGS ChangeLog README THANKS TODO
d9543d74 60%attr(755,root,root) %{_bindir}/*
8b9ecd46 61%{_mandir}/man[15]/*
This page took 0.05031 seconds and 4 git commands to generate.