diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 7704f90..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xdvipdfmx-0.4.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index bcadd5d..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xdvipdfmx -# $Id$ -NAME := xdvipdfmx -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..0ef390c --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +obsoleted by texlive-xetex diff --git a/sources b/sources deleted file mode 100644 index bfff14b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -2bb9d65f2406a112fa53dbd0697d93ad xdvipdfmx-0.4.tar.gz diff --git a/xdvipdfmx.spec b/xdvipdfmx.spec deleted file mode 100644 index 207e619..0000000 --- a/xdvipdfmx.spec +++ /dev/null @@ -1,87 +0,0 @@ -Summary: An extended version of DVIPDFMx with support for XeTeX output -Name: xdvipdfmx -Version: 0.4 -Release: 5%{?dist} -License: GPLv2+ -Group: Applications/Publishing -Source: http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/xdvipdfmx-%{version}.tar.gz -URL: http://scripts.sil.org/xetex_linux - -Requires: tex(tex), dvipdfmx -# dvipdfmx is required because some data files are shared -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -# to build, we need various -devel packages... -BuildRequires: fontconfig-devel, freetype-devel, libpng-devel, zlib-devel, kpathsea-devel, libpaper-devel - -%description -xdvipdfmx is an output driver for the XeTeX typesetting system. -It is an extended version of DVIPDFMx by Jin-Hwan Cho and Shunsaku Hirata, -which is itself an extended version of dvipdfm by Mark A. Wicks. -This driver converts XDV (extended DVI) output from the xetex program -into standard PDF that can be viewed or printed. - -# # # # # # # # # # -# PREP -# # # # # # # # # # - -%prep - -# setup macro does standard clean-and-unpack -%setup -q - -# # # # # # # # # # -# BUILD -# # # # # # # # # # - -%build -chmod +x configure -%{configure} --with-freetype2=`freetype-config --prefix` -make %{?_smp_mflags} - -# # # # # # # # # # -# INSTALL -# # # # # # # # # # - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT - -# # # # # # # # # # -# FILE LIST -# # # # # # # # # # - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%{_bindir}/xdvipdfmx -%doc README AUTHORS BUGS COPYING TODO doc/tug2003.pdf index.html *.css - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 0.4-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 0.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Mar 6 2008 Neal Becker - 0.4-3 -- Fix typo tex(tex) -- Add dist - -* Thu Mar 6 2008 Neal Becker - 0.4-2 -- Drop Vendor -- Add Req dvipdfmx -- Add doc -- Add BR libpaper-devel -- Drop Req fontconfig -- Req changed to tex(tex) - -* Wed Mar 5 2008 Neal Becker - 0.4-1 -- Update to 0.4 - - -* Mon Mar 3 2008 Neal Becker - 0.3-1 -- First try on Fedora -