Author: qboosh Date: Tue Jan 22 20:28:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 418 (GPL v3 now) - updated multilib,libtinfo patches - removed obsolete DESTDIR and now breaking edit patch - CVE-2004-2264 mentioned in security note has been disputed - not a vulnerability
---- Files affected: SPECS: less.spec (1.92 -> 1.93) ---- Diffs: ================================================================ Index: SPECS/less.spec diff -u SPECS/less.spec:1.92 SPECS/less.spec:1.93 --- SPECS/less.spec:1.92 Sat Dec 29 01:32:37 2007 +++ SPECS/less.spec Tue Jan 22 21:28:45 2008 @@ -1,5 +1,4 @@ # $Revision$, $Date$ -# - SECURITY: http://securitytracker.com/alerts/2004/Aug/1010988.html Summary: Text file browser -- less is more Summary(de.UTF-8): Programm zum Anzeigen von Textdateien - weniger ist mehr Summary(es.UTF-8): Browser para archivo texto (- es +) @@ -10,22 +9,20 @@ Summary(tr.UTF-8): Metin dosyası görüntüleyici - more benzeri Summary(uk.UTF-8): Програма для перегляду текстових файлів схожа на more, але краща Name: less -Version: 394 -Release: 9 -License: GPL v2 +Version: 418 +Release: 1 +License: GPL v3+ Group: Applications/Text Source0: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz -# Source0-md5: a9f072ccefa0d315b325f3e9cdbd4b97 +# Source0-md5: b5864d76c54ddf4627fd57ab333c88b4 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 07bb76556307ab4cecba7abd3933bad2 Source2: %{name}echo.1 -Patch0: %{name}-DESTDIR.patch -Patch1: %{name}-shell.patch -Patch4: %{name}-multilib.patch -Patch2: %{name}-edit.patch -Patch3: %{name}-libtinfo.patch +Patch0: %{name}-shell.patch +Patch1: %{name}-multilib.patch +Patch2: %{name}-libtinfo.patch URL: http://www.greenwoodsoftware.com/less/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: ncurses-devel >= 5.0 BuildRequires: rpmbuild(macros) >= 1.317 Requires: lesspipe @@ -76,12 +73,10 @@ значно швидше ніж текстові редактори (наприклад, vi). %prep -%setup -q +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 -%patch4 -p1 %build %{__autoconf} @@ -118,14 +113,15 @@ %files %defattr(644,root,root,755) %doc README NEWS -%attr(755,root,root) %{_bindir}/* -%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/* -%{_mandir}/man1/* -%lang(de) %{_mandir}/de/man1/* -%lang(hu) %{_mandir}/hu/man1/* -%lang(it) %{_mandir}/it/man1/* -%lang(ja) %{_mandir}/ja/man1/* -%lang(pl) %{_mandir}/pl/man1/* +%attr(755,root,root) %{_bindir}/less* +%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/LESS +%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/PAGER +%{_mandir}/man1/less*.1* +%lang(de) %{_mandir}/de/man1/less.1* +%lang(hu) %{_mandir}/hu/man1/less.1* +%lang(it) %{_mandir}/it/man1/less*.1* +%lang(ja) %{_mandir}/ja/man1/less*.1* +%lang(pl) %{_mandir}/pl/man1/less*.1* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -133,6 +129,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.93 2008-01-22 20:28:45 qboosh +- updated to 418 (GPL v3 now) +- updated multilib,libtinfo patches +- removed obsolete DESTDIR and now breaking edit patch +- CVE-2004-2264 mentioned in security note has been disputed - not a vulnerability + Revision 1.92 2007-12-29 00:32:37 glen - rel 9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/less.spec?r1=1.92&r2=1.93&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
