Author: duddits Date: Tue Mar 24 10:12:30 2009 GMT Module: SPECS Tag: DEVEL ---- Log message: - up to 2.0 - release switched to 0.1 - patches: gzip_fallback and ac updated - asp-charset-encodings-sysconfdir.patch obsolete - needs fltk2-devel to work (experimental) - %build and %install tune-ups - %files
---- Files affected: SPECS: dillo.spec (1.56 -> 1.56.2.1) ---- Diffs: ================================================================ Index: SPECS/dillo.spec diff -u SPECS/dillo.spec:1.56 SPECS/dillo.spec:1.56.2.1 --- SPECS/dillo.spec:1.56 Thu Jul 10 18:40:11 2008 +++ SPECS/dillo.spec Tue Mar 24 11:12:25 2009 @@ -3,20 +3,22 @@ Summary: DILLO - The GTK+ Web Browser Summary(pl.UTF-8): DILLO - przeglÄ…darka WWW Name: dillo -Version: 0.8.6 -Release: 2 +Version: 2.0 +Release: 0.1 License: GPL Group: X11/Applications/Networking Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2 -# Source0-md5: b65233d368bbd265a55effcf2c17f84b +# Source0-md5: bb9999cabeb4db3d915687de465dbeb0 Source1: %{name}.desktop Source2: %{name}.png Patch0: %{name}-gzip_fallback.patch -Patch1: %{name}-0.7.0-alt-asp-charset-encodings-sysconfdir.patch -Patch2: %{name}-ac.patch +Patch1: %{name}-ac.patch URL: http://www.dillo.org/ BuildRequires: autoconf BuildRequires: automake +# dillo 2.x needs fltk2 to work, be careful with it since its status is +# experimental +#BuildRequires: fltk2-devel BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: libjpeg-devel BuildRequires: libpng-devel >= 1.0.9 @@ -39,7 +41,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build %{__aclocal} @@ -47,8 +48,7 @@ %{__automake} %configure \ --enable-cookies \ - --enable-ipv6 \ - --disable-dlgui + --enable-ipv6 %{__make} %install @@ -60,7 +60,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} -install encodings $RPM_BUILD_ROOT%{_sysconfdir} #%%find_lang %{name} @@ -70,7 +69,7 @@ #%%files -f %{name}.lang %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog dillorc encodings doc/{*.txt,README} +%doc AUTHORS ChangeLog dillorc NEWS README %attr(755,root,root) %{_bindir}/* %{_desktopdir}/*.desktop %{_pixmapsdir}/* @@ -85,6 +84,15 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.56.2.1 2009/03/24 10:12:25 duddits +- up to 2.0 +- release switched to 0.1 +- patches: gzip_fallback and ac updated +- asp-charset-encodings-sysconfdir.patch obsolete +- needs fltk2-devel to work (experimental) +- %build and %install tune-ups +- %files + Revision 1.56 2008/07/10 16:40:11 megabajt - added -ac.patch to fix build - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dillo.spec?r1=1.56&r2=1.56.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
