rpms/passivetex/devel passivetex.spec,1.16,1.17

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Thu Mar 20 16:38:08 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/passivetex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21344

Modified Files:
	passivetex.spec 
Log Message:
changes because of xmltex migration to texlive


Index: passivetex.spec
===================================================================
RCS file: /cvs/extras/rpms/passivetex/devel/passivetex.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- passivetex.spec	31 Jan 2008 15:04:53 -0000	1.16
+++ passivetex.spec	20 Mar 2008 16:37:30 -0000	1.17
@@ -1,21 +1,19 @@
 Summary:	Macros to process XSL formatting objects
 Name:		passivetex
 Version:	1.25
-Release:  7%{?dist}
+Release:  8%{?dist}
 License:	LPPL
 Group:		Applications/Publishing
 Source0:	http://www.tei-c.org.uk/Software/passivetex/%{name}-%{version}.zip
 Patch0:		passivetex-1.21-leader.patch
 URL:		http://www.tei-c.org.uk/Software/passivetex/
 BuildArch:	noarch
-Requires:		tetex
-Requires(post):	xmltex >= 20000118-4
-Requires:	xmltex >= 20000118-4
-BuildRequires:	xmltex >= 20000118-4
+Requires: (tex)latex
+Requires(post): (tex)latex
+Requires:	xmltex >= 20020625-10
+BuildRequires: (tex)latex
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-%define	mydir	%{_datadir}/texmf/tex/xmltex/passivetex
-
 %description
 PassiveTeX is a library of TeX macros which can be used to process an
 XML document which results from an XSL transformation to formatting
@@ -28,32 +26,36 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -p -d $RPM_BUILD_ROOT%{mydir}
-install -p *.sty *.xmt $RPM_BUILD_ROOT%{mydir}
+install -p -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
+install -p *.sty *.xmt $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
-/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --cnffile %{_datadir}/texmf/tex/xmltex/xmltexfmtutil.cnf --all > /dev/null 2>&1
+/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
 exit 0
 
 %postun
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
-%{_bindir}/env - PATH=$PATH:%{_bindir} fmtutil-sys --cnffile %{_datadir}/texmf/tex/xmltex/xmltexfmtutil.cnf --all > /dev/null 2>&1
+%{_bindir}/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
 exit 0
 
 %triggerin -- tetex-latex
-%{_bindir}/env - PATH=$PATH:%{_bindir} fmtutil-sys --cnffile %{_datadir}/texmf/tex/xmltex/xmltexfmtutil.cnf --all > /dev/null 2>&1
+%{_bindir}/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
 exit 0
 
 %files
 %defattr(644,root,root,755)
 %doc README.passivetex LICENSE
-%{mydir}
+%{_datadir}/texmf/tex/xmltex/passivetex
+
 
 %changelog
+* Thu Mar 20 2008 Ondrej Vasik <ovasik at redhat.com> - 1.25-8
+- changes because of xmltex migration to texlive
+
 * Thu Jan 31 2008 Jeremy Katz <katzj at redhat.com> - 1.25-7
 - Ensure xmltex is installed first to avoid infinite loop during installation
 
@@ -147,9 +149,8 @@
 All persons listed below can be reached at <cvs_login>@pld.org.pl
 
 $Log$
-Revision 1.16  2008/01/31 15:04:53  katzj
-* Thu Jan 31 2008 Jeremy Katz <katzj at redhat.com> - 1.25-7
-- Ensure xmltex is installed first to avoid infinite loop during installation
+Revision 1.17  2008/03/20 16:37:30  ovasik
+changes because of xmltex migration to texlive
 
 Revision 1.8  2001/08/21 10:12:42  wrobell
 - ver. 1.6




More information about the fedora-extras-commits mailing list