Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567806
en ru br
ALT Linux repos
S:2.0.2-alt3
5.0: 2.0.1-alt1.1
4.1: 2.0.1-alt1.1
4.0: 2.0.1-alt1

Group :: Publishing
RPM: texml

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define version 2.0.1
%define release alt1

%setup_python_module texml

Summary: TeXML: an XML syntax for TeX (LaTeX, ConTeXt)
Name: texml
Version: %version
Release: %release
Source: %modulename-%version.tar.gz
Packager: Oleg Parashchenko <olpa at altlinux.ru>
License: MIT
Group: Publishing
Url: http://getfo.org/texml/
BuildArch: noarch

# Automatically added by buildreq on Mon Jul 10 2006

BuildRequires: python-base python-dev python-modules-compiler python-modules-encodings python-modules-xml

%description
TeXML is an XML syntax for TeX. The processor transforms the TeXML
markup into the TeX markup, escaping special and out-of-encoding
characters. The intended audience is developers who automatically
generate [La]TeX or ConTeXt files.

%prep
%setup -q

%build
%__python setup.py build
             
%install
%__python setup.py install --root=%buildroot \
                         --optimize=2 \
                         --record=INSTALLED_FILES
# texml.1 somehow becomes texml.1.gz, INSTALLED_FILES becomes incorrect
cp INSTALLED_FILES INSTALLED_FILES.0 && /bin/sed 's/texml.1/texml.1.gz/' INSTALLED_FILES.0 >INSTALLED_FILES

%files -f INSTALLED_FILES

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin