SPECS: python-fuse.spec - not noarch, fix deps and packaging; rel 2

glen glen at pld-linux.org
Sun Jan 6 17:54:06 CET 2008


Author: glen                         Date: Sun Jan  6 16:54:06 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- not noarch, fix deps and packaging; rel 2

---- Files affected:
SPECS:
   python-fuse.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/python-fuse.spec
diff -u SPECS/python-fuse.spec:1.11 SPECS/python-fuse.spec:1.12
--- SPECS/python-fuse.spec:1.11	Sun Mar  4 13:33:52 2007
+++ SPECS/python-fuse.spec	Sun Jan  6 17:54:01 2008
@@ -2,23 +2,24 @@
 %define 	module	fuse
 
 # lacking a proper versioning scheme, we use the latest changelog entry date
-%define		_snap	20070119
+%define		snap	20070119
+%define		rel		2
 
 Summary:	Python interface to FUSE (Filesystem in USErspace)
 Summary(pl.UTF-8):	Pythonowy interfejs do FUSE (systemu plików w przestrzeni użytkownika)
 Name:		python-%{module}
 Version:	0.1
-Release:	0.%{_snap}.1
+Release:	0.%{snap}.%{rel}
 License:	GPL
 Group:		Development/Languages/Python
 Source0:	http://richard.jones.name/google-hacks/gmail-filesystem/%{module}-python.tar.gz
 # Source0-md5:	7d2d48b10d7e3ec3b1d04b3efbd6c955
 URL:		http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
-BuildRequires:	python-devel
 BuildRequires:	libfuse-devel
+BuildRequires:	python-devel >= 1:2.5
+BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq	python-modules
-BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,6 +56,7 @@
 %doc AUTHORS ChangeLog README
 %{py_sitedir}/*.py[co]
 %attr(755,root,root) %{py_sitedir}/*.so
+%{py_sitedir}/%{module}-*.egg-info
 %{_examplesdir}/%{name}-%{version}-%{release}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -63,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008-01-06 16:54:01  glen
+- not noarch, fix deps and packaging; rel 2
+
 Revision 1.11  2007-03-04 12:33:52  beorn
 - Added an example file
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-fuse.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list