Compare commits

..

8 commits

Author SHA1 Message Date
Jindrich Novy
c7f16413b6 obsoleted by texlive-xetex 2012-10-18 15:45:24 +02:00
Dennis Gilmore
dce48899aa - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:51:26 -05:00
Dennis Gilmore
2d799a1b8c - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:44:22 -06:00
Adam Jackson
5e78b3b154 Rebuild for new libpng 2011-12-06 01:34:38 -05:00
Dennis Gilmore
530e3aebdd - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 22:00:59 -06:00
Fedora Release Engineering
1c4daa3434 dist-git conversion 2010-07-29 15:38:41 +00:00
Bill Nottingham
3d2cc4ec2f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:55 +00:00
Jesse Keating
824f62780b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:45:37 +00:00
4 changed files with 1 additions and 86 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
xdvipdfmx-0.4.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
obsoleted by texlive-xetex

View file

@ -1 +0,0 @@
2bb9d65f2406a112fa53dbd0697d93ad xdvipdfmx-0.4.tar.gz

View file

@ -1,84 +0,0 @@
Summary: An extended version of DVIPDFMx with support for XeTeX output
Name: xdvipdfmx
Version: 0.4
Release: 4%{?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
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Mar 6 2008 Neal Becker <ndbecker2@gmail.com> - 0.4-3
- Fix typo tex(tex)
- Add dist
* Thu Mar 6 2008 Neal Becker <ndbecker2@gmail.com> - 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 <ndbecker2@gmail.com> - 0.4-1
- Update to 0.4
* Mon Mar 3 2008 Neal Becker <ndbecker2@gmail.com> - 0.3-1
- First try on Fedora