python 2.7 mass rebuild [release 1.0.13-2mamba;Fri May 17 2013]
This commit is contained in:
parent
d36fb0220e
commit
b8ec049308
@ -1,2 +1,4 @@
|
|||||||
# python-smbc
|
# python-smbc
|
||||||
|
|
||||||
|
Python bindings for the libsmbclient API from Samba.
|
||||||
|
|
||||||
|
54
python-smbc.spec
Normal file
54
python-smbc.spec
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
Name: python-smbc
|
||||||
|
Version: 1.0.13
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Python bindings for the libsmbclient API from Samba
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://cyberelk.net/tim/data/pysmbc/
|
||||||
|
Source: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
BuildRequires: libsmbclient-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
Python bindings for the libsmbclient API from Samba.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n pysmbc-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{python_sitearch}/smbc.so
|
||||||
|
%{python_sitearch}/pysmbc-*-py*.egg-info
|
||||||
|
%doc COPYING NEWS README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.13-2mamba
|
||||||
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
* Wed Apr 25 2012 Automatic Build System <autodist@mambasoft.it> 1.0.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jun 08 2011 Automatic Build System <autodist@mambasoft.it> 1.0.11-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 28 2010 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Jun 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.6-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user