Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > c0338015deda47143f878d3f9efca9d1 > files > 2

python-formencode-1.2.2-1mdv2010.0.src.rpm

%define oname formencode
%define Oname FormEncode

%define name python-%oname
%define version 1.2.2
%define rel 1

Summary:  Python module to validate and generate form
Name: %{name}
Version: %{version}
Release: %mkrel %rel

Source0: http://cheeseshop.python.org/packages/source/F/%{Oname}/%{Oname}-%{version}.tar.gz
License: BSD
Group: Development/Python
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch
Url: http://formencode.org
BuildRequires: python-devel
BuildRequires: python-setuptools

%description
FormEncode is a validation and form generation package. The validation can be
used separately from the form generation. The validation works on compound
data structures, with all parts being nestable. It is separate from HTTP or
any other input mechanism.

%prep
%setup -q -n %Oname-%version
perl -pi -e 's/^(use_setuptools)/#$1/' setup.py

%build
python setup.py build

%install
rm -rf %buildroot
python setup.py install --root=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc docs/ examples/
%py_sitedir/%{oname}
%py_sitedir/*.egg-info/



%changelog
* Tue Jun 09 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.2.2-1mdv2010.0
+ Revision: 384250
- update to new version 1.2.2

* Sun Jan 11 2009 Funda Wang <fundawang@mandriva.org> 1.2.1-1mdv2009.1
+ Revision: 328230
- New version 1.2.1

* Sat Jan 03 2009 Funda Wang <fundawang@mandriva.org> 1.1-2mdv2009.1
+ Revision: 323713
- rebuild

* Sat Nov 22 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.1-1mdv2009.1
+ Revision: 305838
- update to new version 1.1

* Thu Sep 04 2008 Jérôme Soyer <saispo@mandriva.org> 1.0.1-1mdv2009.0
+ Revision: 280550
- New release

* Sat Jan 05 2008 Jérôme Soyer <saispo@mandriva.org> 0.9-1mdv2008.1
+ Revision: 145720
- New release

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Jul 16 2007 Guillaume Rousse <guillomovitch@mandriva.org> 0.7.1-1mdv2008.0
+ Revision: 52596
- update to new version 0.7.1


* Thu Aug 10 2006 Michael Scherer <misc@mandriva.org> 0.4-2mdv2007.0
- Rebuild for new extension
- add egg-info directory

* Sat Dec 10 2005 Michael Scherer <misc@mandriva.org> 0.4-1mdk
- initial package