Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37660592
en ru br
ALT Linux repos
5.0: 1.0.5-alt1.1
4.1: 1.0.5-alt1.1
4.0: 1.0.5-alt1

Group :: Development/Python
RPM: python-module-cElementTree

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define version 1.0.5
%define release alt1
%setup_python_module cElementTree

Summary: A fast C implementation of the ElementTree API.
Name: %{packagename}
Version: %{version}
Release: %{release}
Source0: %{modulename}-%{version}-20051216.tar.gz
License: Python (MIT style)
Group: Development/Python
Prefix: %{_prefix}
Vendor: Fredrik Lundh <fredrik at pythonware.com>
URL: http://www.effbot.org/zone/celementtree.htm
Packager: Andrey Khavryuchenko <akhavr at altlinux.ru>
Requires: python-module-elementtree

# Automatically added by buildreq on Thu May 18 2006

BuildRequires: python-modules python-modules-compiler python-modules-encodings

BuildPreReq: python-devel = 2.4

%description
A fast C implementation of the ElementTree API.

%prep
%setup  -q -n %modulename-%version-20051216

%build
env CFLAGS="$RPM_OPT_FLAGS" %__python setup.py build

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES

%files -f INSTALLED_FILES
%defattr(-,root,root)

%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