forked from pool/python-feedparser
Accepting request 124619 from home:poorboywilly:branches:devel:languages:python
Update to 5.1.2 and spec cleanup, no --record-rpm OBS-URL: https://build.opensuse.org/request/show/124619 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedparser?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
d34a5aa1f2
commit
c4f37b4a94
@@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-feedparser
|
||||
Version: 5.1.1
|
||||
Version: 5.1.2
|
||||
Release: 0
|
||||
Summary: Universal Feed Parser Module for Python
|
||||
License: BSD-2-Clause
|
||||
@@ -42,13 +41,11 @@ A universal feed parser module for Python that handles RSS 0.9x, RSS 1.0, RSS
|
||||
|
||||
%prep
|
||||
%setup -q -n feedparser-%{version}
|
||||
chmod 0644 README # Fix executable bits
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
%if 0%{?suse_version} > 1010
|
||||
|
||||
%check
|
||||
cd feedparser && python feedparsertest.py
|
||||
%endif
|
||||
@@ -57,7 +54,7 @@ cd feedparser && python feedparsertest.py
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE NEWS README
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user