rpms/bittorrent/devel bittorrent.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Jan 14 20:00:31 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/bittorrent/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv1614

Modified Files:
	bittorrent.spec 
Log Message:
Fix #143136, x86_64.


Index: bittorrent.spec
===================================================================
RCS file: /cvs/extras/rpms/bittorrent/devel/bittorrent.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bittorrent.spec	10 Dec 2004 22:03:01 -0000	1.5
+++ bittorrent.spec	14 Jan 2005 20:00:29 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           bittorrent
 Version:        3.4.1
-Release:        2.a
+Release:        3.a
 Epoch:          0
 Summary:        BitTorrent swarming network file transfer tool
 
@@ -13,7 +13,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
-Requires:       python, %{python_sitelib}
+Requires:       python
+Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+
 BuildArch:      noarch
 
 %description
@@ -79,6 +81,9 @@
 
 
 %changelog
+* Wed Dec 22 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:3.4.1-3.a
+- x86_64: Fix python dependency, replace with python-abi dependency.
+
 * Mon Mar 29 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:3.4.1-0.fdr.2.a
 - Changed Requires wxPythonGTK to wxPython (bug 1416).
 - Converted spec file to UTF-8.




More information about the fedora-extras-commits mailing list