]> git.pld-linux.org Git - packages/python-fuse.git/blame - python-fuse.spec
- release 4 (by relup.sh)
[packages/python-fuse.git] / python-fuse.spec
CommitLineData
93249b9c 1%define module fuse
93249b9c 2Summary: Python interface to FUSE (Filesystem in USErspace)
59397545 3Summary(pl.UTF-8): Pythonowy interfejs do FUSE (systemu plików w przestrzeni użytkownika)
93249b9c 4Name: python-%{module}
f266ade2 5Version: 0.2.1
cccc0c41 6Release: 4
db9230cd 7License: LGPL v2.1
93249b9c 8Group: Development/Languages/Python
f266ade2
ER
9Source0: http://downloads.sourceforge.net/fuse/fuse-python-%{version}.tar.gz
10# Source0-md5: 9d9c5c2311ac04291ce822dfece108f8
11URL: http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython
93249b9c 12BuildRequires: libfuse-devel
01aed787 13BuildRequires: pkgconfig
366406e8
ER
14BuildRequires: python-devel >= 1:2.5
15BuildRequires: rpm-pythonprov
6ac42cb3 16BuildRequires: rpmbuild(macros) >= 1.710
f266ade2 17Requires: python-modules
93249b9c
MK
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Python interface to FUSE (Filesystem in USErspace).
22
15865a16
JR
23%description -l pl.UTF-8
24Pythonowy interfejs do FUSE (Filesystem in USErspace - systemu plików
25w przestrzeni użytkownika).
04431660 26
93249b9c 27%prep
8c53c5d7 28%setup -q -n fuse-python-%{version}
93249b9c
MK
29
30%build
1fdbc2fb 31%py_build
93249b9c
MK
32
33%install
34rm -rf $RPM_BUILD_ROOT
1fdbc2fb 35%py_install
07397e09 36
a00a494c 37install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}-%{release}
f266ade2 38cp -p example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}-%{release}
e75d58e2 39%py_postclean
93249b9c
MK
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
8c53c5d7 46%doc AUTHORS Changelog FAQ README*
f266ade2
ER
47%{py_sitedir}/fuse.py[co]
48%dir %{py_sitedir}/fuseparts
8c53c5d7 49%{py_sitedir}/fuseparts/*.py[co]
50%attr(755,root,root) %{py_sitedir}/fuseparts/*.so
f266ade2 51%{py_sitedir}/fuse_python-%{version}-py*.egg-info
a00a494c 52%{_examplesdir}/%{name}-%{version}-%{release}
This page took 0.096775 seconds and 4 git commands to generate.