SPECS: gettext.spec - updated to 0.16, updated pl.po-update patch ...
qboosh
qboosh at pld-linux.org
Sat Oct 28 23:25:11 CEST 2006
Author: qboosh Date: Sat Oct 28 21:25:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.16, updated pl.po-update patch
- needs ac >= 2.59 to build, gettextize enforces ac >= 2.52 now
---- Files affected:
SPECS:
gettext.spec (1.128 -> 1.129)
---- Diffs:
================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.128 SPECS/gettext.spec:1.129
--- SPECS/gettext.spec:1.128 Mon Aug 7 17:11:13 2006
+++ SPECS/gettext.spec Sat Oct 28 23:25:05 2006
@@ -28,19 +28,19 @@
Summary(tr): Desteđi için kitaplýk ve araçlar
Summary(uk): âŚÂĚŚĎÔĹËÉ ÔÁ ŐÔÉĚŚÔÉ ÄĚŃ ĐŚÄÔŇÉÍËÉ ÎÁĂŚĎÎÁĚŘÎÉČ ÍĎ×
Name: gettext
-Version: 0.15
+Version: 0.16
Release: 1
License: LGPL (runtime), GPL (tools)
Group: Development/Tools
Source0: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
-# Source0-md5: 16bc6e4d37ac3d07495f737a2349a22b
+# Source0-md5: 1560a460c2c4e05b6ff53acb12860750
Patch0: %{name}-info.patch
Patch1: %{name}-killkillkill.patch
Patch2: %{name}-pl.po-update.patch
Patch3: %{name}-no_docs.patch
Patch4: %{name}-ac.patch
URL: http://www.gnu.org/software/gettext/
-BuildRequires: autoconf >= 2.57
+BuildRequires: autoconf >= 2.59
# after dropping -ac.patch:
#BuildRequires: autoconf >= 2.60
BuildRequires: automake >= 1:1.7.5
@@ -136,7 +136,7 @@
Requires(post,postun): /sbin/ldconfig
Requires: %{name} = %{version}-%{release}
Requires: iconv
-Conflicts: autoconf < 2.50
+Conflicts: autoconf < 2.52
%description devel
The gettext library provides an easy to use library and tools for
@@ -308,8 +308,6 @@
rm -f gettext-tools/po/stamp-po
%build
-# it's m4_included somewhere
-install %{_aclocaldir}/libtool.m4 m4/libtool.m4
%{__libtoolize}
%{__aclocal}
%{__autoconf}
@@ -319,7 +317,7 @@
%{__autoconf}
%{__automake}
cd ../gettext-runtime
-%{__aclocal} -I m4 -I ../autoconf-lib-link/m4 -I ../gettext-tools/m4 -I ../m4
+%{__aclocal} -I m4 -I gnulib-m4 -I ../autoconf-lib-link/m4 -I ../m4
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -329,7 +327,7 @@
%{__autoheader}
%{__automake}
cd ../../gettext-tools
-%{__aclocal} -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4
+%{__aclocal} -I m4 -I gnulib-m4 -I libgettextpo/gnulib-m4 -I ../autoconf-lib-link/m4 -I ../gettext-runtime/m4 -I ../m4
%{__autoconf}
%{__autoheader}
%{__automake}
@@ -363,7 +361,7 @@
mv -f $RPM_BUILD_ROOT%{_bindir}/{,n}gettext $RPM_BUILD_ROOT/bin
# these static libs are removed in install-exec-clean
-install gettext-tools/lib/.libs/libgettextlib.a \
+install gettext-tools/gnulib-lib/.libs/libgettextlib.a \
gettext-tools/src/.libs/libgettextsrc.a $RPM_BUILD_ROOT%{_libdir}
rm -r $RPM_BUILD_ROOT%{_docdir}/gettext
@@ -509,6 +507,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.129 2006/10/28 21:25:05 qboosh
+- updated to 0.16, updated pl.po-update patch
+- needs ac >= 2.59 to build, gettextize enforces ac >= 2.52 now
+
Revision 1.128 2006/08/07 15:11:13 qboosh
- ready for ac 2.60
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gettext.spec?r1=1.128&r2=1.129&f=u
More information about the pld-cvs-commit
mailing list