Blame SPECS/passivetex.spec

cc3d4d
Summary:	Macros to process XSL formatting objects
cc3d4d
Name:		passivetex
cc3d4d
Version:	1.25
cc3d4d
Release:  17%{?dist}
cc3d4d
License:	Copyright only
cc3d4d
Group:		Applications/Publishing
cc3d4d
#Source0 could be obtained at
cc3d4d
# http://www.tei-c.org.uk/Software/passivetex/passivetex.zip (non-reachable atm)
cc3d4d
# or at http://www.tex.ac.uk/tex-archive/macros/xmltex/contrib/passivetex.zip
cc3d4d
Source0:	passivetex-%{version}.zip
cc3d4d
#Fix leader length.
cc3d4d
Patch0:		passivetex-1.21-leader.patch
cc3d4d
#URL:		http://www.tei-c.org.uk/Software/passivetex/ (non-reachable atm)
cc3d4d
URL: http://web.archive.org/web/20070609180518/http://www.tei-c.org.uk/Software/passivetex/
cc3d4d
BuildArch:	noarch
cc3d4d
Requires: tex(latex)
cc3d4d
Requires(post): tex(latex)
cc3d4d
Requires:	xmltex >= 20020625-10
cc3d4d
BuildRequires: tex(latex)
cc3d4d
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cc3d4d
cc3d4d
%description
cc3d4d
PassiveTeX is a library of TeX macros which can be used to process an
cc3d4d
XML document which results from an XSL transformation to formatting
cc3d4d
objects.
cc3d4d
cc3d4d
cc3d4d
%prep
cc3d4d
%setup -q -n %{name}
cc3d4d
%patch0 -p1 -b .leader
cc3d4d
cc3d4d
%install
cc3d4d
rm -rf $RPM_BUILD_ROOT
cc3d4d
install -m 0755 -p -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
cc3d4d
install -m 0644 -p *.sty *.xmt $RPM_BUILD_ROOT%{_datadir}/texmf/tex/xmltex/passivetex
cc3d4d
cc3d4d
%clean
cc3d4d
rm -rf $RPM_BUILD_ROOT
cc3d4d
cc3d4d
%build
cc3d4d
cc3d4d
%post
cc3d4d
[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
cc3d4d
/usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
cc3d4d
exit 0
cc3d4d
cc3d4d
%postun
cc3d4d
[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
cc3d4d
%{_bindir}/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
cc3d4d
exit 0
cc3d4d
cc3d4d
%triggerin -- tetex-latex
cc3d4d
%{_bindir}/env - PATH=$PATH:%{_bindir} fmtutil-sys --all > /dev/null 2>&1
cc3d4d
exit 0
cc3d4d
cc3d4d
%files
cc3d4d
%defattr(-,root,root,-)
cc3d4d
%doc README.passivetex LICENSE
cc3d4d
%{_datadir}/texmf/tex/xmltex/passivetex
cc3d4d
cc3d4d
cc3d4d
%changelog
cc3d4d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.25-17
cc3d4d
- Mass rebuild 2013-12-27
cc3d4d
cc3d4d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-16
cc3d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cc3d4d
cc3d4d
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-15
cc3d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cc3d4d
cc3d4d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-14
cc3d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cc3d4d
cc3d4d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-13
cc3d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cc3d4d
cc3d4d
* Mon Feb 15 2010 Ondrej Vasik <ovasik@redhat.com> - 1.25-12
cc3d4d
- change URL to webarchives - to have something reachable,
cc3d4d
  old page probably dead
cc3d4d
cc3d4d
* Mon Dec 14 2009 Ondrej Vasik <ovasik@redhat.com> - 1.25-11
cc3d4d
- Merge Review(#226231): Fixed sources, license, buildroot,
cc3d4d
  added build section
cc3d4d
cc3d4d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-10
cc3d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cc3d4d
cc3d4d
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-9
cc3d4d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cc3d4d
cc3d4d
* Thu Mar 20 2008 Ondrej Vasik <ovasik@redhat.com> - 1.25-8
cc3d4d
- changes because of xmltex migration to texlive
cc3d4d
cc3d4d
* Thu Jan 31 2008 Jeremy Katz <katzj@redhat.com> - 1.25-7
cc3d4d
- Ensure xmltex is installed first to avoid infinite loop during installation
cc3d4d
cc3d4d
* Fri Jan  4 2008 Ondrej Vasik <ovasik@redhat.com> - 1.25-6
cc3d4d
- added doc files
cc3d4d
- used texconfig-sys rehash instead of texhash
cc3d4d
- dist tag, license tag, rpmlint silencing
cc3d4d
cc3d4d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.25-5.1.1
cc3d4d
- rebuild
cc3d4d
cc3d4d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
cc3d4d
- rebuilt
cc3d4d
cc3d4d
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.25-5
cc3d4d
- Use fmtutil-sys instead of fmtutil (bug #150089).
cc3d4d
cc3d4d
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.25-4
cc3d4d
- Rebuild for new teTeX.
cc3d4d
cc3d4d
* Wed Sep 22 2004 Than Ngo <than@redhat.com> 1.25-3
cc3d4d
- rebuilt
cc3d4d
cc3d4d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cc3d4d
- rebuilt
cc3d4d
cc3d4d
* Fri Jan 16 2004 Tim Waugh <twaugh@redhat.com> 1.25-1
cc3d4d
- 1.25.
cc3d4d
cc3d4d
* Fri Jul  4 2003 Tim Waugh <twaugh@redhat.com> 1.24-2.1
cc3d4d
- Rebuilt.
cc3d4d
cc3d4d
* Fri Jul  4 2003 Tim Waugh <twaugh@redhat.com> 1.24-2
cc3d4d
- URL changed (bug #97838).
cc3d4d
cc3d4d
* Thu May  9 2003 Tim Waugh <twaugh@redhat.com> 1.24-1
cc3d4d
- 1.24.
cc3d4d
cc3d4d
* Thu Mar  6 2003 Tim Waugh <twaugh@redhat.com> 1.23-1
cc3d4d
- 1.23.
cc3d4d
cc3d4d
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cc3d4d
- rebuilt
cc3d4d
cc3d4d
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 1.21-1
cc3d4d
- 1.21.
cc3d4d
- Fix leader length.
cc3d4d
cc3d4d
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cc3d4d
- automated rebuild
cc3d4d
cc3d4d
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cc3d4d
- automated rebuild
cc3d4d
cc3d4d
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.12-3
cc3d4d
- Fix group (bug #60178).
cc3d4d
cc3d4d
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.12-2
cc3d4d
- Rebuild in new environment.
cc3d4d
cc3d4d
* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 1.12-1
cc3d4d
- New tarball.
cc3d4d
- DEBUg and euro patches no longer required.
cc3d4d
cc3d4d
* Thu Jan 10 2002 Tim Waugh <twaugh@redhat.com> 1.11-5
cc3d4d
- New tarball.
cc3d4d
- Fix euro support.
cc3d4d
cc3d4d
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.11-4
cc3d4d
- automated rebuild
cc3d4d
cc3d4d
* Thu Dec 13 2001 Tim Waugh <twaugh@redhat.com> 1.11-3
cc3d4d
- Fix a typo in fotex.sty.
cc3d4d
cc3d4d
* Wed Dec 12 2001 Tim Waugh <twaugh@redhat.com> 1.11-2
cc3d4d
- Trigger recreation of the format file on tetex-latex.
cc3d4d
cc3d4d
* Fri Dec  7 2001 Tim Waugh <twaugh@redhat.com> 1.11-1
cc3d4d
- New upstream release.  Incorporates the body-start() fix.
cc3d4d
cc3d4d
* Sat Oct  6 2001 Tim Waugh <twaugh@redhat.com> 1.6-2
cc3d4d
- New archive from Sebastian.
cc3d4d
- Run fmtutil in %%post and %%postun.
cc3d4d
- Require new xmltex.
cc3d4d
- Fix body-start().
cc3d4d
cc3d4d
* Sat Oct  6 2001 Tim Waugh <twaugh@redhat.com> 1.6-1
cc3d4d
- Built for Red Hat Linux.  Package from PLD.
cc3d4d
cc3d4d
* Sat Oct  6 2001 PLD Team <pld-list@pld.org.pl>
cc3d4d
All persons listed below can be reached at <cvs_login>@pld.org.pl
cc3d4d
cc3d4d
$Log: passivetex.spec,v $
cc3d4d
Revision 1.22  2010/02/15 11:33:50  ovasik
cc3d4d
 change URL to webarchives - to have something reachable,old page probably dead
cc3d4d
cc3d4d
Revision 1.8  2001/08/21 10:12:42  wrobell
cc3d4d
- ver. 1.6
cc3d4d
- stb
cc3d4d
cc3d4d
Revision 1.7  2001/03/27 16:55:44  wiget
cc3d4d
Requires xmltex
cc3d4d
cc3d4d
Revision 1.6  2001/03/27 16:53:29  wiget
cc3d4d
changed Source URL, updated to 1.5 version, more files in package; now passivetex is more powerfull and work ;-)
cc3d4d
cc3d4d
Revision 1.5  2001/01/27 03:25:36  kloczek
cc3d4d
- added tetex to Prerq,
cc3d4d
- simplified %%post, %%postun.
cc3d4d
cc3d4d
Revision 1.4  2001/01/27 00:08:39  klakier
cc3d4d
- added URL
cc3d4d
cc3d4d
Revision 1.3  2001/01/27 00:07:47  klakier
cc3d4d
- added URL
cc3d4d
cc3d4d
Revision 1.2  2001/01/24 12:41:17  klakier
cc3d4d
- small fixes
cc3d4d
cc3d4d
Revision 1.1  2001/01/24 12:31:43  klakier
cc3d4d
- initial