Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37858789
en ru br
ALT Linux repos
5.0: 1.1-alt9.16

Group :: Development/Python
RPM: trmltools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: trmltools
Summary: Tools to convert rml to pdf and html
Version: 1.1
Release: alt9.16
Source: trml2pdf-%version.tar.bz2
License: BSD-like
Group: Development/Python
Url: http://www.openreport.org

BuildArch: noarch
BuildRequires: rpm-build-python >= 0.8
BuildRequires: python-devel

Packager: Ilya Mashkin <oddity at altlinux.ru>

%{!?python_sitelib: %define python_sitelib %(%__python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}


Requires: python-module-Reportlab python-module-imaging

%description
Tools to convert rml files to pdf and html und Schweinsbacken

%prep
%setup -q -n trml2pdf-%version

%build
%install

%define python_sitelib %__python/site-packages/


%__install -d %buildroot/%python_sitelib
%__cp -rf trml2pdf %buildroot/%python_sitelib/

%__install -d %buildroot/%_bindir
%__ln_s -f %python_sitelib/trml2pdf/trml2pdf.py %buildroot/%_bindir/trml2pdf
%__chmod 775 %buildroot/%python_sitelib/trml2pdf/trml2pdf.py

%files
/usr/bin/trml2pdf
%python_sitelib/trml2pdf
%doc rmls

%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