rpms/python-protocols/devel .cvsignore, 1.2, 1.3 python-protocols.spec, 1.5, 1.6 sources, 1.3, 1.4

Shahms King (shahms) fedora-extras-commits at redhat.com
Wed Apr 19 15:43:55 UTC 2006


Author: shahms

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

Modified Files:
	.cvsignore python-protocols.spec sources 
Log Message:
Update to dev version 1.0a0dev_r2082



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-protocols/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Mar 2005 20:49:49 -0000	1.2
+++ .cvsignore	19 Apr 2006 15:43:55 -0000	1.3
@@ -1,2 +1 @@
-PyProtocols-0.9.3.tar.gz
-setuptools.tar.gz
+PyProtocols-1.0a0dev_r2082.zip


Index: python-protocols.spec
===================================================================
RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- python-protocols.spec	13 Feb 2006 17:53:03 -0000	1.5
+++ python-protocols.spec	19 Apr 2006 15:43:55 -0000	1.6
@@ -1,22 +1,26 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %define python_abi %(%{__python} -c "import sys; print sys.version[:3]")
 
-%define srcname PyProtocols
+%define srcname  PyProtocols
+%define alphatag a0dev_r2082
+%define srcver   1.0%{?alphatag}
+%define eggver   1.0a0
 
 Name:           python-protocols
-Version:        0.9.3
-Release:        7%{?dist}
+Version:        1.0
+Release:        0.1.%{alphatag}%{?dist}
 
 Summary:        Open Protocols and Component Adaptation for Python
 
 Group:          Development/Libraries
 License:        PSF or ZPL
 URL:            http://peak.telecommunity.com/PyProtocols.html
-Source0:        http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz
+#Source0:        http://peak.telecommunity.com/dist/%{srcname}-%{version}.tar.gz
+Source0:        http://www.turbogears.org/download/eggs/%{srcname}-%{srcver}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel python-setuptools
-Requires:   python-abi = %{python_abi}
+Requires:       python-abi = %{python_abi}
 
 %description
 PyProtocols is an implementation of PEP 246 allowing Python programmers to
@@ -24,7 +28,7 @@
 fragile 'isinstance' if type() comparisons.
 
 %prep
-%setup -q -n %{srcname}-%{version}
+%setup -q -n %{srcname}-%{srcver}
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -48,10 +52,13 @@
 %{python_sitearch}/protocols/*/*.py
 %{python_sitearch}/protocols/*/*.pyc
 %ghost %{python_sitearch}/protocols/*/*.pyo
-%dir %{python_sitearch}/%{srcname}-%{version}-py%{python_abi}.egg-info
-%{python_sitearch}/%{srcname}-%{version}-py%{python_abi}.egg-info/*
+%dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info
+%{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/*
 
 %changelog
+* Wed Apr 19 2006 Shahms E. King <shahms at shahms.com> 1.0-0.1.a0dev_r2082
+- Update to new upstream location and snapshot version
+
 * Mon Feb 13 2006 Shahms E. King <shahms at shahms.com> 0.9.3-7
 - Rebuild for FC5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-protocols/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Feb 2006 17:53:03 -0000	1.3
+++ sources	19 Apr 2006 15:43:55 -0000	1.4
@@ -1 +1 @@
-50559c9869389e9d576b98f6382b1324  PyProtocols-0.9.3.tar.gz
+11c5871560b65cf72b45845013297b94  PyProtocols-1.0a0dev_r2082.zip




More information about the scm-commits mailing list