rpms/python-formencode/FC-4 .cvsignore, 1.2, 1.3 python-formencode.spec, 1.3, 1.4 sources, 1.2, 1.3 python-formencode-setup.patch, 1.1, NONE

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Dec 29 07:00:59 UTC 2005


Author: ivazquez

Update of /cvs/extras/rpms/python-formencode/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28375/FC-4

Modified Files:
	.cvsignore python-formencode.spec sources 
Removed Files:
	python-formencode-setup.patch 
Log Message:
Upstream update


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-formencode/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Oct 2005 09:33:55 -0000	1.2
+++ .cvsignore	29 Dec 2005 07:00:59 -0000	1.3
@@ -1 +1 @@
-FormEncode-0.2.2.tar.gz
+FormEncode-0.4.tar.gz


Index: python-formencode.spec
===================================================================
RCS file: /cvs/extras/rpms/python-formencode/FC-4/python-formencode.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-formencode.spec	23 Oct 2005 20:18:43 -0000	1.3
+++ python-formencode.spec	29 Dec 2005 07:00:59 -0000	1.4
@@ -1,20 +1,21 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-formencode
-Version:        0.2.2
-Release:        3%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        HTML form validation, generation, and convertion package  
 
 Group:          Development/Libraries
 License:        PSF
 URL:            http://formencode.org/
 Source0:        http://cheeseshop.python.org/packages/source/F/FormEncode/FormEncode-%{version}.tar.gz  
-Patch0:         python-formencode-setup.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+BuildRequires:  python-setuptools
+Requires:       python-abi = %{pyver}
 
 
 %description
@@ -24,8 +25,6 @@
 
 %prep
 %setup -q -n FormEncode-%{version}
-rm -rf ez_setup
-%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -34,6 +33,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+echo "FormEncode-%{version}-py%{pyver}.egg" > $RPM_BUILD_ROOT%{python_sitelib}/FormEncode.pth
 
 
 %clean
@@ -43,21 +43,13 @@
 %files
 %defattr(-,root,root,-)
 %doc PKG-INFO docs
-
-%dir %{python_sitelib}/formencode
-%{python_sitelib}/formencode/*.py
-%{python_sitelib}/formencode/*.pyc
-%ghost %{python_sitelib}/formencode/*.pyo
-
-%dir %{python_sitelib}/formencode/util
-%{python_sitelib}/formencode/util/*.py
-%{python_sitelib}/formencode/util/*.pyc
-%ghost %{python_sitelib}/formencode/util/*.pyo
-
-%dir %{python_sitelib}/formencode/javascript
-%{python_sitelib}/formencode/javascript/*.js
+%{python_sitelib}/FormEncode.pth
+%{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg
 
 %changelog
+* Thu Dec 29 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.4-1
+- Upstream update
+
 * Sun Oct 23 2005 Oliver Andrich <oliver.andrich at gmail.com> 0.2.2-3
 - fixed some minor packaging issues
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-formencode/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Oct 2005 09:33:55 -0000	1.2
+++ sources	29 Dec 2005 07:00:59 -0000	1.3
@@ -1 +1 @@
-56bb04a6ce9a3dcb187b3db6091ec5d9  FormEncode-0.2.2.tar.gz
+797852a19505f7d919db96dd994d0484  FormEncode-0.4.tar.gz


--- python-formencode-setup.patch DELETED ---




More information about the scm-commits mailing list