From b8ec049308c4f866d2663ce15eeb6b94219d0551 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:41:06 +0100 Subject: [PATCH] python 2.7 mass rebuild [release 1.0.13-2mamba;Fri May 17 2013] --- README.md | 2 ++ python-smbc.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 python-smbc.spec diff --git a/README.md b/README.md index fa051fb..08f9acc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-smbc +Python bindings for the libsmbclient API from Samba. + diff --git a/python-smbc.spec b/python-smbc.spec new file mode 100644 index 0000000..bacd8c6 --- /dev/null +++ b/python-smbc.spec @@ -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 +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 1.0.13-2mamba +- python 2.7 mass rebuild + +* Wed Apr 25 2012 Automatic Build System 1.0.13-1mamba +- automatic version update by autodist + +* Wed Jun 08 2011 Automatic Build System 1.0.11-1mamba +- automatic update by autodist + +* Sat Aug 28 2010 Automatic Build System 1.0.9-1mamba +- automatic update by autodist + +* Sat May 29 2010 Automatic Build System 1.0.8-1mamba +- automatic update by autodist + +* Tue Jun 16 2009 Silvan Calarco 1.0.6-1mamba +- package created by autospec