Author: sparky Date: Mon Jan 24 01:26:47 2011 GMT Module: packages Tag: HEAD ---- Log message: - remove AC_PROG_CXX from configure.ac, because c++ isn't used
---- Files affected: packages/w3m: w3m.spec (1.68 -> 1.69) ---- Diffs: ================================================================ Index: packages/w3m/w3m.spec diff -u packages/w3m/w3m.spec:1.68 packages/w3m/w3m.spec:1.69 --- packages/w3m/w3m.spec:1.68 Sun Jan 23 16:52:45 2011 +++ packages/w3m/w3m.spec Mon Jan 24 02:26:42 2011 @@ -12,7 +12,7 @@ Epoch: 1 License: MIT-like Group: Applications/Networking -Source0: http://download.sourceforge.net/w3m/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/w3m/%{name}-%{version}.tar.gz # Source0-md5: 1b845a983a50b8dec0169ac48479eacc Patch0: %{name}-gzip_fallback.patch Patch1: %{name}-nolibs.patch @@ -21,12 +21,13 @@ BuildRequires: automake BuildRequires: gc-devel BuildRequires: gettext-devel -BuildRequires: gtk+2-devel >= 1:2.0 BuildRequires: gpm-devel +BuildRequires: gtk+2-devel >= 1:2.0 BuildRequires: imlib2-devel BuildRequires: ncurses-devel >= 5.0 BuildRequires: openssl-devel >= 0.9.7d BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 Provides: webclient BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -82,6 +83,8 @@ %patch0 -p1 %patch1 -p1 +%{__sed} '/^AC_PROG_CXX$/d' -i configure.ac + %build cp -f /usr/share/automake/config.sub . %{__gettextize} @@ -94,7 +97,7 @@ --with-editor=/bin/vi \ --with-imagelib="gdk-pixbuf" \ --with-mailer=/bin/mail \ - --with-browser=/usr/bin/mozilla \ + --with-browser=%{_bindir}/mozilla \ --with-termlib=ncurses %{__make} @@ -145,6 +148,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.69 2011/01/24 01:26:42 sparky +- remove AC_PROG_CXX from configure.ac, because c++ isn't used + Revision 1.68 2011/01/23 15:52:45 qboosh - cleanup, more verbose bin files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/w3m/w3m.spec?r1=1.68&r2=1.69&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
