Changes of Revision 2
[-] | Added | python-fuse.changes |
1
2 +------------------------------------------------------------------- 3 +Fri Jun 27 10:53:42 CEST 2008 - prusnak@suse.cz 4 + 5 +- created package (v 0.2) 6 + 7 |
||
[-] | Added | python-fuse.spec ^ |
44 1
2 +# 3 +# spec file for package scout 4 +# 5 + 6 +# norootforbuild 7 + 8 +Name: python-fuse 9 +Version: 0.2 10 +Release: 1 11 +Url: http://fuse.sourceforge.net/wiki/index.php/FusePython 12 +License: GPL v2 or later 13 +Group: Development/Libraries/Python 14 +Summary: Python bindings for FUSE 15 +Source: fuse-python-%{version}.tar.bz2 16 +BuildRoot: %{_tmppath}/%{name}-%{version}-build 17 +BuildRequires: fuse-devel pkg-config python-devel 18 +%py_requires 19 + 20 +%description 21 + 22 +Python bindings for FUSE (User space File System) 23 + 24 +%prep 25 +%setup -q -n fuse-python-%{version} 26 + 27 +%build 28 +env CFLAGS="$RPM_OPT_FLAGS" python setup.py build 29 + 30 +%install 31 +python setup.py install --root=$RPM_BUILD_ROOT 32 +mv $RPM_BUILD_ROOT/usr/local/* $RPM_BUILD_ROOT/usr 33 +rm -rf $RPM_BUILD_ROOT/usr/local 34 + 35 +%clean 36 +rm -rf $RPM_BUILD_ROOT 37 + 38 +%files 39 +%defattr(-,root,root) 40 +%doc AUTHORS COPYING Changelog FAQ PKG-INFO README* 41 +%{py_sitedir}/* 42 + 43 +%changelog 44 |
||
Added | fuse-python-0.2.tar.bz2 ^ |