From 2be32074d3ce20cee74b768c26d61054cf1f0f78 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 15 Apr 2009 08:01:10 +0000 Subject: [PATCH 01/11] Initialize branch F-11 for xdvipdfmx --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..25c7708 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-11 From 824f62780b716442e96ecb8952bb10d8c0f452f5 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 07:45:37 +0000 Subject: [PATCH 02/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xdvipdfmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdvipdfmx.spec b/xdvipdfmx.spec index ddccf39..207e619 100644 --- a/xdvipdfmx.spec +++ b/xdvipdfmx.spec @@ -1,7 +1,7 @@ Summary: An extended version of DVIPDFMx with support for XeTeX output Name: xdvipdfmx Version: 0.4 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: Applications/Publishing Source: http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/xdvipdfmx-%{version}.tar.gz @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %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 From 3d2cc4ec2ff2a30e7ab3d9a62c32f82e467d2400 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:55 +0000 Subject: [PATCH 03/11] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bcadd5d..14de2b9 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xdvipdfmx -# $Id$ +# $Id: Makefile,v 1.1 2008/03/07 00:25:42 kevin Exp $ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 3d6aef2627402eb9291455b4f0f64c8bec18814a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:30:25 +0000 Subject: [PATCH 04/11] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bcadd5d..14de2b9 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xdvipdfmx -# $Id$ +# $Id: Makefile,v 1.1 2008/03/07 00:25:42 kevin Exp $ 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 +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 1c4daa3434019b313dcfb69c8ff804af24964720 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:38:41 +0000 Subject: [PATCH 05/11] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 14de2b9..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xdvipdfmx -# $Id: Makefile,v 1.1 2008/03/07 00:25:42 kevin Exp $ -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 $$d/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) From 1338f7d1df4be64521945ccd3a4a24d5f4a3b971 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:38:42 +0000 Subject: [PATCH 06/11] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 14de2b9..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xdvipdfmx -# $Id: Makefile,v 1.1 2008/03/07 00:25:42 kevin Exp $ -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 $$d/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/branch b/branch deleted file mode 100644 index 25c7708..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-11 From 530e3aebdd7875695f0f30919b5e2ee266d58f90 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 22:00:59 -0600 Subject: [PATCH 07/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xdvipdfmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdvipdfmx.spec b/xdvipdfmx.spec index 207e619..cbbdf19 100644 --- a/xdvipdfmx.spec +++ b/xdvipdfmx.spec @@ -1,7 +1,7 @@ Summary: An extended version of DVIPDFMx with support for XeTeX output Name: xdvipdfmx Version: 0.4 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: Applications/Publishing Source: http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/xdvipdfmx-%{version}.tar.gz @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %doc README AUTHORS BUGS COPYING TODO doc/tug2003.pdf index.html *.css %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 5e78b3b154fbe88356a110e8835ea6308c0f9404 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 6 Dec 2011 01:34:38 -0500 Subject: [PATCH 08/11] Rebuild for new libpng --- xdvipdfmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdvipdfmx.spec b/xdvipdfmx.spec index cbbdf19..fdd94da 100644 --- a/xdvipdfmx.spec +++ b/xdvipdfmx.spec @@ -1,7 +1,7 @@ Summary: An extended version of DVIPDFMx with support for XeTeX output Name: xdvipdfmx Version: 0.4 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/Publishing Source: http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/xdvipdfmx-%{version}.tar.gz @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %doc README AUTHORS BUGS COPYING TODO doc/tug2003.pdf index.html *.css %changelog +* Tue Dec 06 2011 Adam Jackson - 0.4-7 +- Rebuild for new libpng + * Mon Feb 07 2011 Fedora Release Engineering - 0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 2d799a1b8c123f4dd8501e6a349fcf9a21b6425f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:44:22 -0600 Subject: [PATCH 09/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xdvipdfmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdvipdfmx.spec b/xdvipdfmx.spec index fdd94da..c2c2307 100644 --- a/xdvipdfmx.spec +++ b/xdvipdfmx.spec @@ -1,7 +1,7 @@ Summary: An extended version of DVIPDFMx with support for XeTeX output Name: xdvipdfmx Version: 0.4 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: Applications/Publishing Source: http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/xdvipdfmx-%{version}.tar.gz @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %doc README AUTHORS BUGS COPYING TODO doc/tug2003.pdf index.html *.css %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Dec 06 2011 Adam Jackson - 0.4-7 - Rebuild for new libpng From dce48899aaf83673e8c717c2f9cb8320abdbdebe Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 23:51:26 -0500 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xdvipdfmx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdvipdfmx.spec b/xdvipdfmx.spec index c2c2307..7e0a079 100644 --- a/xdvipdfmx.spec +++ b/xdvipdfmx.spec @@ -1,7 +1,7 @@ Summary: An extended version of DVIPDFMx with support for XeTeX output Name: xdvipdfmx Version: 0.4 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: Applications/Publishing Source: http://scripts.sil.org/svn-view/xdvipdfmx/TAGS/xdvipdfmx-%{version}.tar.gz @@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %doc README AUTHORS BUGS COPYING TODO doc/tug2003.pdf index.html *.css %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From c7f16413b60d7489149eed903c50a910af73d603 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 18 Oct 2012 15:45:24 +0200 Subject: [PATCH 11/11] obsoleted by texlive-xetex --- .gitignore | 1 - dead.package | 1 + sources | 1 - xdvipdfmx.spec | 99 -------------------------------------------------- 4 files changed, 1 insertion(+), 101 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xdvipdfmx.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7704f90..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xdvipdfmx-0.4.tar.gz 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 7e0a079..0000000 --- a/xdvipdfmx.spec +++ /dev/null @@ -1,99 +0,0 @@ -Summary: An extended version of DVIPDFMx with support for XeTeX output -Name: xdvipdfmx -Version: 0.4 -Release: 9%{?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 -* Sun Jul 22 2012 Fedora Release Engineering - 0.4-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 0.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.4-7 -- Rebuild for new libpng - -* Mon Feb 07 2011 Fedora Release Engineering - 0.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* 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 -