Author: qboosh Date: Sat Oct 28 22:08:06 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - gettextize (to fix build with recent gettext)
---- Files affected: SPECS: abook.spec (1.41 -> 1.42) ---- Diffs: ================================================================ Index: SPECS/abook.spec diff -u SPECS/abook.spec:1.41 SPECS/abook.spec:1.42 --- SPECS/abook.spec:1.41 Sat Oct 28 17:36:39 2006 +++ SPECS/abook.spec Sun Oct 29 00:08:00 2006 @@ -12,6 +12,7 @@ URL: http://abook.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: gettext-devel >= 0.14.1 BuildRequires: ncurses-devel >= 5.0 BuildRequires: readline-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,7 +30,7 @@ %patch0 -p1 %build -%{__autoheader} +%{__gettextize} %{__aclocal} %{__autoconf} %{__autoheader} @@ -60,6 +61,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.42 2006/10/28 22:08:00 qboosh +- gettextize (to fix build with recent gettext) + Revision 1.41 2006/10/28 15:36:39 piotrek - updated to 0.5.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/abook.spec?r1=1.41&r2=1.42&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
