]> git.pld-linux.org Git - SPECS.git/blob - python-fusepy.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-fusepy.spec
1 %define         module  fusepy
2
3 Summary:        Python interface to FUSE (Filesystem in USErspace)
4 Summary(pl.UTF-8):      Pythonowy interfejs do FUSE (systemu plików w przestrzeni użytkownika)
5 Name:           python-%{module}
6 # it's svn revision
7 Version:        0.r20
8 Release:        3
9 License:        GPL
10 Group:          Development/Languages/Python
11 Source0:        http://fusepy.googlecode.com/svn/trunk/fuse.py
12 # Source0-md5:  6dcd2fc3caa6495a34dcdaf4135c495e
13 URL:            http://fusepy.googlecode.com/
14 BuildRequires:  rpm-pythonprov
15 BuildRequires:  rpmbuild(macros) >= 1.219
16 Requires:       iconv
17 Requires:       libfuse
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Python interface to FUSE (Filesystem in USErspace).
23
24 %description -l pl.UTF-8
25 Pythonowy interfejs do FUSE (Filesystem in USErspace - systemu plików
26 w przestrzeni użytkownika).
27
28 %prep
29 %setup -q -T -c
30
31 %build
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 install -D %{SOURCE0} $RPM_BUILD_ROOT%{py_sitescriptdir}/fuse.py
37
38 %py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
39 %py_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
40 %py_postclean
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %{py_sitescriptdir}/*.py[co]
This page took 0.181116 seconds and 3 git commands to generate.