Author: qboosh Date: Mon Oct 13 21:22:06 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.6.6 - removed obsolete buffer,quote patches - libzio disabled by default (broken, needs seek which is unsupported)
---- Files affected: SPECS: gv.spec (1.72 -> 1.73) ---- Diffs: ================================================================ Index: SPECS/gv.spec diff -u SPECS/gv.spec:1.72 SPECS/gv.spec:1.73 --- SPECS/gv.spec:1.72 Thu Jul 10 23:15:18 2008 +++ SPECS/gv.spec Mon Oct 13 23:22:00 2008 @@ -1,28 +1,35 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_with libzio # use libzio for I/O (currently doesn't work because of unsupported seeking) +# Summary: An enhanced front-end for the ghostscript PostScript(TM) interpreter Summary(de.UTF-8): Verbessertes Frontend für Ghostscript Summary(fr.UTF-8): Frontal amélioré pour ghostscript Summary(pl.UTF-8): Zaawansowana nakładka na ghostscripta (interpreter PostScriptu(TM)) Summary(tr.UTF-8): Ghostscript için grafik arayüz Name: gv -Version: 3.6.5 +Version: 3.6.6 Release: 1 -License: GPL v2+ +License: GPL v3+ Group: X11/Applications/Graphics Source0: http://ftp.gnu.org/gnu/gv/%{name}-%{version}.tar.gz -# Source0-md5: ce3081b1b3e6258607f2de70f39cbcd2 +# Source0-md5: 0b9c02724af876d9e5556c4e957b6343 Source1: %{name}.desktop Source2: %{name}.png -Patch0: %{name}-buffer.patch -Patch1: %{name}-quote.patch -Patch2: %{name}-wheel.patch -Patch3: %{name}-info.patch +Patch0: %{name}-wheel.patch +Patch1: %{name}-info.patch URL: http://www.gnu.org/software/gv/ BuildRequires: Xaw3d-devel >= 1.5E BuildRequires: autoconf >= 2.59-9 BuildRequires: automake +BuildRequires: bzip2-devel +%{?with_libzio:BuildRequires: libzio-devel} BuildRequires: texinfo +BuildRequires: xorg-lib-libXinerama-devel BuildRequires: xorg-lib-libXmu-devel +BuildRequires: xorg-lib-libXt-devel +BuildRequires: zlib-devel Requires: ghostscript Obsoletes: ghostview BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -58,15 +65,17 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} -%configure +# libzio uses weak symbols to access libbz2 and libz, so -as-needed +# normally kills them from linking +%{?with_libzio:LDFLAGS="-lbz2 -lz %{rpmldflags}"} +%configure \ + %{!?with_libzio:ac_cv_header_zlib_h=no ac_cv_header_bzlib_h=no ac_cv_header_zio_h=no} %{__make} %install @@ -95,10 +104,12 @@ %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/ghostview %attr(755,root,root) %{_bindir}/gv -%{_libdir}/gv +%attr(755,root,root) %{_bindir}/gv-update-userconfig +%{_datadir}/gv %{_desktopdir}/gv.desktop %{_pixmapsdir}/gv.png %{_mandir}/man1/gv.1* +%{_mandir}/man1/gv-update-userconfig.1* %{_infodir}/gv.info* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -107,6 +118,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.73 2008/10/13 21:22:00 qboosh +- updated to 3.6.6 +- removed obsolete buffer,quote patches +- libzio disabled by default (broken, needs seek which is unsupported) + Revision 1.72 2008/07/10 21:15:18 qboosh - updated to 3.6.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gv.spec?r1=1.72&r2=1.73&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
