Author: qboosh Date: Thu Nov 1 01:17:14 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 4.11 - updated info patch, added man patch - removed obsolete CVE-2005-3011,pl.po-update patches
---- Files affected: SPECS: texinfo.spec (1.106 -> 1.107) ---- Diffs: ================================================================ Index: SPECS/texinfo.spec diff -u SPECS/texinfo.spec:1.106 SPECS/texinfo.spec:1.107 --- SPECS/texinfo.spec:1.106 Tue Oct 9 17:31:11 2007 +++ SPECS/texinfo.spec Thu Nov 1 02:17:09 2007 @@ -9,22 +9,21 @@ Summary(tr.UTF-8): texinfo biçimleyici ve info okuyucu Summary(uk.UTF-8): Інструменти для створення файлів документації формату Texinfo Name: texinfo -Version: 4.9 +Version: 4.11 Release: 1 License: GPL v3+ Group: Applications/Publishing Source0: ftp://ftp.gnu.org/gnu/texinfo/%{name}-%{version}.tar.bz2 -# Source0-md5: f4458e4b81e5469fa0815c35654141ab +# Source0-md5: c6bf13df4fbeff8ce874aacd6a51e814 Source1: info.desktop Patch0: %{name}-info.patch -Patch1: %{name}-CVE-2005-3011.patch -Patch2: %{name}-as_needed-fix.patch -Patch3: %{name}-pl.po-update.patch +Patch1: %{name}-as_needed-fix.patch +Patch2: %{name}-man.patch URL: http://texinfo.org/ BuildRequires: autoconf >= 2.59 -BuildRequires: automake >= 1:1.8 -#BuildRequires: gettext-autopoint >= 0.14.1 -BuildRequires: gettext-devel >= 0.14.1 +BuildRequires: automake >= 1:1.9 +BuildRequires: gettext-devel >= 0.16 +BuildRequires: help2man BuildRequires: ncurses-devel >= 5.0 BuildRequires: sed >= 4.0 BuildRequires: zlib-devel @@ -184,18 +183,15 @@ %prep %setup -q %patch0 -p1 -%patch1 -p2 +%patch1 -p1 %patch2 -p1 -%patch3 -p1 # nb was added but outdated no not removed sed -i -e '/^no$/d' po/LINGUAS rm -f po/stamp-po %build -# don't touch - too fresh m4 macros required (newer than in gettext 0.14.1) -#%%{__autopoint} -%{__aclocal} -I m4 +%{__aclocal} -I gnulib/m4 %{__autoconf} %{__automake} %configure @@ -260,9 +256,12 @@ %files texi2dvi %defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/pdftexi2dvi %attr(755,root,root) %{_bindir}/texi2dvi %attr(755,root,root) %{_bindir}/texi2pdf +%{_mandir}/man1/pdftexi2dvi.1* %{_mandir}/man1/texi2dvi.1* +%{_mandir}/man1/texi2pdf.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -270,6 +269,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.107 2007/11/01 01:17:09 qboosh +- updated to 4.11 +- updated info patch, added man patch +- removed obsolete CVE-2005-3011,pl.po-update patches + Revision 1.106 2007/10/09 15:31:11 baggins - s/enviroment/environment/ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texinfo.spec?r1=1.106&r2=1.107&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
