rpms/python-protocols/devel .cvsignore, 1.3, 1.4 python-protocols.spec, 1.9, 1.10 sources, 1.4, 1.5

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu May 10 22:20:59 UTC 2007


Author: lmacken

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

Modified Files:
	.cvsignore python-protocols.spec sources 
Log Message:
1.0a0dev-r2302


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-protocols/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Apr 2006 15:43:55 -0000	1.3
+++ .cvsignore	10 May 2007 22:17:19 -0000	1.4
@@ -1 +1 @@
-PyProtocols-1.0a0dev_r2082.zip
+PyProtocols-1.0a0dev-r2302.zip


Index: python-protocols.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-protocols/devel/python-protocols.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-protocols.spec	16 Dec 2006 03:21:56 -0000	1.9
+++ python-protocols.spec	10 May 2007 22:17:19 -0000	1.10
@@ -2,25 +2,24 @@
 %define python_abi %(%{__python} -c "import sys; print sys.version[:3]")
 
 %define srcname  PyProtocols
-%define alphatag a0dev_r2082
-%define srcver   1.0%{?alphatag}
-%define eggver   1.0a0
+%define eggver   1.0
+%define alphatag a0dev
+%define revision r2302
+%define filever  %{eggver}%{alphatag}-%{revision}
 
 Name:           python-protocols
 Version:        1.0
-Release:        0.4.%{alphatag}%{?dist}
+Release:        0.5.%{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://www.turbogears.org/download/eggs/%{srcname}-%{srcver}.zip
+Source0:        http://www.turbogears.org/download/eggs/%{srcname}-%{filever}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel python-setuptools
-Requires:       python-abi = %{python_abi}
 
 %description
 PyProtocols is an implementation of PEP 246 allowing Python programmers to
@@ -28,7 +27,7 @@
 fragile 'isinstance' if type() comparisons.
 
 %prep
-%setup -q -n %{srcname}-%{srcver}
+%setup -q -n %{srcname}-%{filever}
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -52,10 +51,13 @@
 %{python_sitearch}/protocols/*/*.py
 %{python_sitearch}/protocols/*/*.pyc
 %{python_sitearch}/protocols/*/*.pyo
-%dir %{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info
-%{python_sitearch}/%{srcname}-%{eggver}-py%{python_abi}.egg-info/*
+%dir %{python_sitearch}/%{srcname}-%{eggver}%{alphatag}_%{revision}-py%{python_abi}.egg-info
+%{python_sitearch}/%{srcname}-%{eggver}%{alphatag}_%{revision}-py%{python_abi}.egg-info/*
 
 %changelog
+* Thu May 10 2007 Luke Macken <lmacken at redhat.com> 1.0-0.5-a0dev_r2302
+- 1.0a0dev-r2302
+
 * Fri Dec 15 2006 Luke Macken <lmacken at redhat.com> 1.0-0.4-a0dev_r2082
 - Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-protocols/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Apr 2006 15:43:55 -0000	1.4
+++ sources	10 May 2007 22:17:19 -0000	1.5
@@ -1 +1 @@
-11c5871560b65cf72b45845013297b94  PyProtocols-1.0a0dev_r2082.zip
+04ab0051ceb961919607b025a92671f7  PyProtocols-1.0a0dev-r2302.zip




More information about the fedora-extras-commits mailing list