2024-01-05 16:51:38 +01:00
|
|
|
Name: python-vobject
|
2024-01-05 16:51:38 +01:00
|
|
|
Version: 0.9.6.1
|
|
|
|
Release: 1mamba
|
2024-01-05 16:51:38 +01:00
|
|
|
Summary: A Python iCalendar library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://vobject.skyhouseconsulting.com/
|
2024-01-05 16:51:38 +01:00
|
|
|
Source: https://pypi.debian.net/vobject/vobject-%{version}.tar.gz
|
2024-01-05 16:51:38 +01:00
|
|
|
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
|
|
|
|
|
2024-01-05 16:51:38 +01:00
|
|
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:51:38 +01:00
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:51:38 +01:00
|
|
|
* Fri Sep 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6.1-1mamba
|
|
|
|
- update to 0.9.6.1
|
|
|
|
|
2024-01-05 16:51:38 +01:00
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1c-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Mon Jul 25 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1c-1mamba
|
|
|
|
- package created by autospec
|