forked from pool/python-fuse
Accepting request 71749 from openSUSE:Factory:Contrib
please review, contrib cleanup OBS-URL: https://build.opensuse.org/request/show/71749 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=1
This commit is contained in:
commit
8bc9eea52a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
fuse-python-0.2.tar.bz2
Normal file
3
fuse-python-0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18cfea6ccb564339fd16b15303c0223eaf1377994f7338432ca934fc23dbf8b1
|
||||
size 48182
|
5
python-fuse.changes
Normal file
5
python-fuse.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 10:53:42 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
- created package (v 0.2)
|
||||
|
42
python-fuse.spec
Normal file
42
python-fuse.spec
Normal file
@ -0,0 +1,42 @@
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: python-fuse
|
||||
Version: 0.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Python bindings for FUSE
|
||||
Url: http://sourceforge.net/apps/mediawiki/fuse/index.php?title=FusePython
|
||||
Group: Development/Libraries/Python
|
||||
Source: fuse-python-%{version}.tar.bz2
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%py_requires
|
||||
|
||||
%description
|
||||
|
||||
Python bindings for FUSE (User space File System)
|
||||
|
||||
%prep
|
||||
%setup -q -n fuse-python-%{version}
|
||||
|
||||
%build
|
||||
env CFLAGS="%{optflags}" python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --root=%{buildroot}
|
||||
mv %{buildroot}%{_prefix}/local/* %{buildroot}/usr
|
||||
rm -rf %{buildroot}%{_prefix}/local
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING Changelog FAQ PKG-INFO README*
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user