rpms/python-clientform/devel python-clientform.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Wed Nov 2 13:45:34 UTC 2005


Author: jwboyer

Update of /cvs/extras/rpms/python-clientform/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30228/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-clientform.spec 
Log Message:
auto-import python-clientform-0.1.17-3 on branch devel from python-clientform-0.1.17-3.src.rpm


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

Name:           python-clientform
Version:        0.1.17
Release:        3%{?dist}
Summary:        Python module for client-side HTML forms

Group:          Development/Languages
License:        BSD
URL:            http://wwwsearch.sourceforge.net/ClientForm/
Source0:        http://wwwsearch.sourceforge.net/ClientForm/src/ClientForm-0.1.17.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python

%description
ClientForm is a Python module for handling HTML forms on the client side,
useful for parsing HTML forms, filling them in and returning the completed
forms to the server.  It developed from a port of Gisle Aas' Perl module
HTML::Form, from the libwww-perl library, but the interface is not the same.

%prep
%setup -q -n ClientForm-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog README.txt
%{python_sitelib}/ClientForm.py
%{python_sitelib}/ClientForm.pyc
%ghost %{python_sitelib}/ClientForm.pyo

%changelog
* Sun Oct 30 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 0.1.17-3
- Fix up review comments

* Thu Oct 6 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 0.1.17-2
- Rename package to add python- prefix

* Wed Oct 5 2005 Josh Boyer <jwboyer at jdub.homelinux.org> 0.1.17-1
- Initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Nov 2005 13:44:37 -0000	1.1
+++ .cvsignore	2 Nov 2005 13:45:32 -0000	1.2
@@ -0,0 +1 @@
+ClientForm-0.1.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Nov 2005 13:44:37 -0000	1.1
+++ sources	2 Nov 2005 13:45:32 -0000	1.2
@@ -0,0 +1 @@
+0aa01b3ebcdf800d7ec07c86c7e60b38  ClientForm-0.1.17.tar.gz




More information about the fedora-extras-commits mailing list