%bcond_without japanese %define desktop_file_utils_version 0.9 %{!?_texmf_main: %define _texmf_main %{_datadir}/texmf} Summary: An X viewer for DVI files Name: xdvik Version: 22.84.13 Release: 4%{?dist} Url: http://xdvi.sourceforge.net/ # encodings.c is GPLv2+ and LGPL and MIT # read-mapfile.c tfmload.c are from dvips # remaining is MIT License: GPLv2+ Group: Applications/Publishing Obsoletes: tetex-xdvi < 3.0-99 Provides: tetex-xdvi = 3.0-99 Provides: xdvi = %{version}-%{release} Obsoletes: xdvi = 22.84.12 Requires: texlive-dvips texlive-texmf Requires(post): desktop-file-utils >= %{desktop_file_utils_version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: t1lib-devel >= 5.0.2 BuildRequires: Xaw3d-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: autoconf213 BuildRequires: libtool BuildRequires: kpathsea-devel %if %{with japanese} BuildRequires: freetype-devel >= 2.1.10 %endif Source0: http://kent.dl.sourceforge.net/sourceforge/xdvi/%{name}-%{version}.tar.gz # Source30 is http://xdvi.sourceforge.net/xdvi48x48.gif converted to png Source30: xdvi48x48.png %if %{with japanese} Source100: vfontmap %endif Patch1: texlive-2007-xprint.patch Patch2: texlive-2007-xdvi-keepflag.patch Patch3: texlive-xdvi-maxchar.patch Patch4: texlive-source-xdvi-numlock.patch Patch5: xdvik-22.84.13-xdgopen.patch %if %{with japanese} # Japanese patch for xdvi from http://sourceforge.jp/projects/xdvi/ Patch1000: http://globalbase.dl.sourceforge.jp/xdvi/28452/%{name}-%{version}-j1.34.patch.gz Patch1001: pxdvik-22.84.13.patch Patch1002: pxdvik-22.84.13-use-system-libs.patch %endif # These patches would conflict with Patch1000 and friends and so must be applied after the # xdvik directory has been copied to pxdvik Patch2000: xdvik-22.84.13-use-system-libs.patch Patch2001: xdvik-22.84.13-uint32_t-fix.patch %description Xdvik, the kpathsea version of xdvi, is a previewer for DVI files produced e.g. by the TeX or troff typesetting systems. If you are installing texlive and you use PlainTeX or you are using DVI files, you will also need to install xdvi which allows you to view DVI files. Consider installing texlive-dvips (for converting .dvi files to PostScript format for printing on PostScript printers), and texlive-latex (a higher level formatting package which provides an easier-to-use interface for TeX). %prep %setup -q %patch1 -p1 # Fix for navigation with a spacebar does not keep position (RH bug #168124) %patch2 -p1 %patch3 -p1 %patch4 -p0 %patch5 -p1 -b .xdgopen # Allow Xaw3d enabled build of xdvi sed -i 's|/Xaw/|/Xaw3d/|' texk/xdvik/gui/*.[ch] texk/xdvik/*.[ch] %if %{with japanese} # set up Japanese xdvi in its own directory cp -a texk/xdvik texk/pxdvik pushd texk/pxdvik # This is the Japanese xdvi patch %patch1000 -p3 popd # Build both the normal and the Japanese xdvi at the same time %patch1001 -p0 # Build pxdvik against system libs %patch1002 -p1 # XXX Is this really necessary? mv texk/pxdvik/vfontmap.sample texk/pxdvik/vfontmap.sample.orig install -p -m 644 %{SOURCE100} texk/pxdvik/vfontmap.sample %endif # Build xdvik against system libs %patch2000 -p1 -b .use-system-libs # Fix unin32_t problem for xdvik (pxdvik is already fixed by Patch1000) %patch2001 -p0 # Re-run autoconf against patched Makefile.ins ( cd texk/xdvik ; autoconf-2.13 -m $RPM_BUILD_DIR/%{name}-%{version}/texk/etc/autoconf ) %if %{with japanese} ( cd texk/pxdvik ; autoconf-2.13 -m $RPM_BUILD_DIR/%{name}-%{version}/texk/etc/autoconf ) %endif ( cd texk ; autoconf-2.13 -m $RPM_BUILD_DIR/%{name}-%{version}/texk/etc/autoconf ) %build # Here we go to great pains to avoid the automatic dependency generation from pulling in the # bundled kpathsea stuff %configure --with-system-t1lib --with-xdvi-x-toolkit=xaw3d mv texk/kpathsea texk/kpathsea-keep cp -p texk/make/rdepend.mk texk/make/rdepend.mk.maint sed -i -e 's/@MAINT@//' texk/make/rdepend.mk %if %{with japanese} # configure pxdvi with more options pushd texk/pxdvik sh `grep "# ./con" config.status |sed -e s/^#\ //` --program-prefix=p --with-default-dvips-path=pdvips popd make -C texk/pxdvik/ depend %endif make -C texk/xdvik/ depend mv texk/kpathsea-keep texk/kpathsea %configure --with-system-t1lib --with-xdvi-x-toolkit=xaw3d %if %{with japanese} # configure pxdvi with more options pushd texk/pxdvik sh `grep "# ./con" config.status |sed -e s/^#\ //` --program-prefix=p --with-default-dvips-path=pdvips popd %endif rm -rf libs texk/contrib/ texk/kpathsea make %{?_smp_mflags} # Doc files (the full list of changes is in the texk/xdvik/CHANGES file) iconv -f ISO-8859-1 -t UTF8 texk/xdvik/CHANGES -o CHANGES touch -r texk/xdvik/CHANGES CHANGES cp -p texk/xdvik/README.t1* . %install rm -rf $RPM_BUILD_ROOT %if %{with japanese} install_dirs='INSTDIRS=texk/xdvik texk/pxdvik' %endif # make install DESTDIR=$RPM_BUILD_ROOT doesn't work here %makeinstall \ texmf=$RPM_BUILD_ROOT%{_texmf_main} \ texmfmain=$RPM_BUILD_ROOT%{_texmf_main} \ "$install_dirs" \ INSTALL='install -p' # desktop file cat > xdvi.desktop < /dev/null || : update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun %{_bindir}/texconfig-sys rehash 2> /dev/null || : update-desktop-database &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README README.t1mapper README.t1fonts CHANGES %{_bindir}/oxdvi %{_bindir}/xdvi %{_bindir}/xdvizilla %{_bindir}/xdvi-xaw3d %{_texmf_main}/xdvi/ %{_mandir}/man1/oxdvi.1* %{_mandir}/man1/xdvi.1* %{_mandir}/man1/xdvizilla.1* %{_datadir}/pixmaps/xdvi48x48.png %{_datadir}/icons/hicolor/48x48/apps/xdvi.png %{_datadir}/applications/fedora-xdvi.desktop %if %{with japanese} %doc pxdvik/ %{_bindir}/opxdvi %{_bindir}/pxdvi %{_bindir}/pxdvizilla %{_bindir}/pxdvi-xaw3d %{_texmf_main}/pxdvi/ %endif %changelog * Mon Jan 14 2008 Jonathan G. Underwood - 22.84.13-4 - Use bcond for Japanese conditional stuff (Patrice Dumas) - Fix license (Patrice Dumas) - Make desktop file scriplets conform to packaging guidelines (Patrice Dumas) - Remove unneeded Requires (Patrice Dumas) - Adjust Provides and Obsoletes of xdvi * Sun Jan 13 2008 Jonathan G. Underwood - 22.84.13-3 - Added xdg-open patch (Patrice Dumas) - Avoid dependency generation implicating the bundled kpathsea files (Patrice Dumas) - Added Requires for Xaw3d * Sun Jan 13 2008 Jonathan G. Underwood - 22.84.13-2 - Add patch to build against system kpathsea rather than the one in the tarball - Same patch also removes all includes to the t1lib headers shipped in the tarball to prevent conflicts with system t1lib-devel - Spefile cleanups * Sun Jan 6 2008 Jonathan G. Underwood - 22.84.13-1 - Initial package based on the texlive.spec by Jindrich Novy - Updated to latest upstream xdvik and Japanese xdvik - Reviewed all patches relating to xdvi in texlive.spec and cherry picked those that are still needed - Reworked the patch to allow building of xdvik and pxdvik