diff --git a/README.md b/README.md index f196ded..908c759 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-ino +Ino is a command line toolkit for working with Arduino hardware. + diff --git a/python-ino.spec b/python-ino.spec new file mode 100644 index 0000000..a714d35 --- /dev/null +++ b/python-ino.spec @@ -0,0 +1,66 @@ +Name: python-ino +Version: 0.3.6 +Release: 1mamba +Summary: A command line toolkit for working with Arduino hardware +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://inotool.org/ +Source: http://pypi.python.org/packages/source/i/ino/ino-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: libpython-devel +BuildRequires: python-setuptools +Requires: python-argparse +Requires: python-configobj +Requires: python-Jinja2 +Requires: python-ordereddict +Requires: python-serial +Requires: python >= %python_version +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Ino is a command line toolkit for working with Arduino hardware. + +%prep +%setup -q -n ino-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --single-version-externally-managed \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) + +## note: eventually add the remaining documents (if any) +# %doc README.rst + +%changelog +* Thu Sep 26 2013 Automatic Build System 0.3.6-1mamba +- automatic update by autodist + +* Fri May 17 2013 Silvan Calarco 0.3.5-2mamba +- python 2.7 mass rebuild + +* Wed Feb 20 2013 Automatic Build System 0.3.5-1mamba +- automatic version update by autodist + +* Mon Oct 08 2012 Automatic Build System 0.3.4-1mamba +- automatic version update by autodist + +* Mon Mar 26 2012 Silvan Calarco 0.3.3-1mamba +- package created by autospec