python-feedparser/python-feedparser.spec

78 lines
2.6 KiB
RPMSpec

Name: python-feedparser
Version: 6.0.10
Release: 1mamba
Summary: Feed Parser package for Python
Group: Development/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/kurtmckee/feedparser
Source: https://pypi.debian.net/feedparser/feedparser-%{version}.tar.gz
License: Python Software Foundation License
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(sgmllib3k)
## AUTOBUILDREQ-END
%description
Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple\'s iTunes extensions.
This module is built for python %{python_version}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n feedparser-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
#sed -i "/__pycache__.*cpython/d" %{name}.filelist
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/feedparser-%{version}-py*.egg-info
%{python_sitearch}/feedparser-%{version}-py*.egg-info/*
%changelog
* Sun May 22 2022 Automatic Build System <autodist@mambasoft.it> 6.0.10-1mamba
- automatic version update by autodist
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 6.0.9-1mamba
- automatic version update by autodist
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.8-1mamba
- update to 6.0.8
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.1-2mamba
- rebuilt with py3* packages
* Thu Oct 22 2015 Automatic Build System <autodist@mambasoft.it> 5.2.1-1mamba
- automatic version update by autodist
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.3-2mamba
- python 2.7 mass rebuild
* Mon Apr 22 2013 Automatic Build System <autodist@mambasoft.it> 5.1.3-1mamba
- update to 5.1.3
* Wed Apr 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1-2mamba
- rebuilt with python 2.6
* Mon May 12 2008 gil <puntogil@libero.it> 4.1-1-1mamba
- package created by autospec