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