Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 12502948e836eb2735ec83fad6c5e493 > files > 2

python-Itpl-0-3mdk.src.rpm

%define oname   Itpl
%define name    python-%oname
%define version 0
%define release 3mdk


Summary:       String interpolation (variable expansion) for Python
Name:          %{name}
Version:       %{version}
Release:       %{release}
Source0:       http://www.lfw.org/python/Itpl.py
License:       Public Domain
Group:         Development/Python
BuildRoot:     %{_tmppath}/%{name}-buildroot
Url:           http://www.python.org/peps/pep-0215.html
BuildRequires: python
BuildArch:     noarch

%description
This is a python module for interpolating strings (that is,
for expanding variables within strings), as described in
PEP 215. This module may become part of the standard library,
or the functionality may be built into Python in the future.

%install
rm -rf $RPM_BUILD_ROOT
install -m644 -D %SOURCE0 $RPM_BUILD_ROOT/%{_libdir}/python%pyver/site-packages/%oname.py
cd $RPM_BUILD_ROOT/%{_libdir}/python%pyver/site-packages/
python -c "import Itpl"

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_libdir}/python*/site-packages/Itpl.py*

%changelog
* Sun Dec 05 2004 Michael Scherer <misc@mandrake.org> 0-3mdk
- Rebuild for new python

* Sat Aug 9 2003 Austin Acton <aacton@yorku.ca> 0-2mdk
- python 2.3

* Wed Jul 9 2003 Austin Acton <aacton@yorku.ca> 0-1mdk
- from andi payn <payn@myrealbox.com> :
  - initial specfile