rpms/fuse-python/F-13 import.log,NONE,1.1 fuse-python.spec,1.8,1.9

Peter Lemenkov peter at fedoraproject.org
Wed Mar 10 08:06:54 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/fuse-python/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10656/F-13

Modified Files:
	fuse-python.spec 
Added Files:
	import.log 
Log Message:
Fixed FTBFS on F-13 (missing BR added)


--- NEW FILE import.log ---
fuse-python-0_2-13_fc12:F-13:fuse-python-0.2-13.fc12.src.rpm:1268208386


Index: fuse-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-python/F-13/fuse-python.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- fuse-python.spec	17 Sep 2009 05:39:27 -0000	1.8
+++ fuse-python.spec	10 Mar 2010 08:06:54 -0000	1.9
@@ -1,13 +1,13 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           fuse-python
 Version:        0.2
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Python bindings for FUSE - filesystem in userspace
 
 Group:          System Environment/Base
 License:        LGPLv2
-URL:            http://fuse.sourceforge.net/wiki/index.php/FusePython
+URL:            http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython
 Source0:        http://downloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz
 Patch0:		fuse-python--libewf_fix.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,6 +15,7 @@ Provides:       python-fuse = %{version}
 
 BuildRequires:  pkgconfig
 BuildRequires:  fuse-devel
+BuildRequires:  python-devel
 # Must have setuptools to build the package
 # The build portions moved to a subpackage in F-8
 %if 0%{?fedora} >= 8
@@ -38,7 +39,7 @@ iconv -f iso8859-1 -t utf-8 < Changelog.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install --skip-build --root $RPM_BUILD_ROOT 
+python setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/*
 
 %changelog
+* Wed Mar 10 2010 Peter Lemenkov <lemenkov at gmail.com> 0.2-13
+- Fixed URL
+- Added missing BR python-devel (this fixes rhbz #539185)
+
 * Thu Sep 17 2009 Peter Lemenkov <lemenkov at gmail.com> 0.2-12
 - rebuilt with new fuse
 



More information about the scm-commits mailing list