]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- updated to 0.5.2 (fixes CVE-2006-6772) auto/th/w3m-0_5_2-1 auto/ti/w3m-0_5_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 4 Jun 2007 18:35:35 +0000 (18:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated nolibs patch
- uses gdk-pixbuf-2.0 now

Changed files:
    w3m.spec -> 1.60

w3m.spec

index 1c0ef477f1f057d200bd1d224e136d9f9fa3408b..a9f691eff68b01637791f7b2510e9c87ce8a3c5d 100644 (file)
--- a/w3m.spec
+++ b/w3m.spec
@@ -6,21 +6,21 @@ Summary(pl.UTF-8):    Przeglądarka WWW pracująca w trybie tekstowym
 Summary(pt_BR.UTF-8):  O w3m é um paginador, mas pode ser usado também como um navegador WWW
 Summary(tr.UTF-8):     Metin ekranda WWW tarayıcı
 Name:          w3m
-Version:       0.5.1
+Version:       0.5.2
 Release:       1
 Epoch:         1
 License:       MIT-like
 Group:         Applications/Networking
 Source0:       http://dl.sourceforge.net/w3m/%{name}-%{version}.tar.gz
-# Source0-md5: 0678b72e07e69c41709d71ef0fe5da13
+# Source0-md5: ba06992d3207666ed1bf2dcf7c72bf58
 Patch0:                %{name}-gzip_fallback.patch
 Patch1:                %{name}-nolibs.patch
 URL:           http://w3m.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gc-devel
-BuildRequires: gdk-pixbuf-devel >= 0.16.0
 BuildRequires: gettext-devel
+BuildRequires: gtk+2-devel >= 1:2.0
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: openssl-devel >= 0.9.7d
@@ -65,7 +65,7 @@ formlar ve tablolar için desteği vardır.
 Summary:       Image display support for w3m
 Summary(pl.UTF-8):     Wsparcie dla wyświetlania obrazków dla w3m
 Group:         Applications/Networking
-Requires:      %{name} = %{epoch}:%{version}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description imgdisplay
 Install this package if you want to display images in w3m run on xterm
@@ -80,6 +80,9 @@ xtermie lub na linuksowym framebufferze.
 %patch0 -p1
 %patch1 -p1
 
+# update acinclude.m4 from aclocal.m4 part
+head -n 893 aclocal.m4 > acinclude.m4
+
 %build
 cp -f /usr/share/automake/config.sub .
 %{__gettextize}
This page took 0.103438 seconds and 4 git commands to generate.