Name: python-vobject Version: 0.9.6.1 Release: 1mamba Summary: A Python iCalendar library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://vobject.skyhouseconsulting.com/ Source: https://pypi.debian.net/vobject/vobject-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description vobject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. %prep %setup -q -n vobject-%{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 "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) %changelog * Fri Sep 07 2018 Silvan Calarco 0.9.6.1-1mamba - update to 0.9.6.1 * Fri May 17 2013 Silvan Calarco 0.8.1c-2mamba - python 2.7 mass rebuild * Mon Jul 25 2011 Silvan Calarco 0.8.1c-1mamba - package created by autospec