rpms/fuse-python/devel fuse-python.spec,1.1,1.2

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Thu Oct 18 22:18:09 UTC 2007


Author: peter

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

Modified Files:
	fuse-python.spec 
Log Message:
Fixes Source0 and adds examples (BZ# 338851)


Index: fuse-python.spec
===================================================================
RCS file: /cvs/extras/rpms/fuse-python/devel/fuse-python.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fuse-python.spec	11 Oct 2007 14:49:46 -0000	1.1
+++ fuse-python.spec	18 Oct 2007 22:17:35 -0000	1.2
@@ -2,13 +2,13 @@
 
 Name:           fuse-python
 Version:        0.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Python bindings for FUSE - filesystem in userspace
 
 Group:          System Environment/Base
 License:        LGPLv2
 URL:            http://fuse.sourceforge.net/wiki/index.php/FusePython
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/fuse/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides:       python-fuse = %{version}-%{release}
 
@@ -43,10 +43,14 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING Changelog FAQ README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers
+%doc AUTHORS COPYING Changelog FAQ example
+%doc README.new_fusepy_api README.new_fusepy_api.html README.package_maintainers
 %{python_sitearch}/*
 
 %changelog
+* Thu Oct 18 2007 Michel Salim <michel.sylvan at gmail.com> 0.2-6
+- Fix source URL
+- Include examples
 
 * Fri Oct  5 2007 Peter Lemenkov <lemenkov at gmail.com> 0.2-5
 - Removed BR: python-devel (excessive since we BR: python-setuptool)




More information about the fedora-extras-commits mailing list