https://bugzilla.redhat.com/show_bug.cgi?id=828732 --- Comment #7 from Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> --- No response from upstream regarding feedstail/utils.py. or even regarding that 'patch'. I added a comment, what it does. I'd tend to see utils.py as fork from the corresponding file in web.py That file has 62 lines of code including comments. web.py takes about 570k, when installed. Updated SRPM: http://www.matthias-runge.de/fedora/feedstail-0.4.0-2.fc17.src.rpm SPEC: http://www.matthias-runge.de/fedora/feedstail.spec [mrunge@mrungexp SPECS]$ rpmlint ./feedstail.spec ../RPMS/noarch/feedstail-0.4.0-2.fc17.noarch.rpm ../SRPMS/feedstail-0.4.0-2.fc17.src.rpm feedstail.noarch: W: spelling-error %description -l en_US hackable -> hack able, hack-able, hackle feedstail.noarch: W: spelling-error %description -l en_US rsstail -> horsetail feedstail.noarch: W: no-manual-page-for-binary feedstail feedstail.src: W: spelling-error %description -l en_US hackable -> hack able, hack-able, hackle feedstail.src: W: spelling-error %description -l en_US rsstail -> horsetail 2 packages and 1 specfiles checked; 0 errors, 5 warnings. [mrunge@mrungexp SPECS]$ diff -u feedstail.spec.1 feedstail.spec --- feedstail.spec.1 2012-06-06 11:06:34.000000000 +0200 +++ feedstail.spec 2012-06-21 09:08:38.840649652 +0200 @@ -1,11 +1,14 @@ Name: feedstail Version: 0.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tail-f-like utility for feeds -License: GPLv3 +License: GPLv3+ and Public Domain URL: http://pypi.python.org/pypi/%{name}/0.4.0 Source0: http://pypi.python.org/packages/source/f/%{name}/%{name}-%{version}.tar.gz + +# this simple patch makes setup install not to install docs under /usr +# upstream is informed, but doesn't have a (public) bug tracker Patch0: feedstail-doc.patch BuildArch: noarch @@ -14,16 +17,19 @@ BuildRequires: python-setuptools Requires: python-argparse -Requires: python-FeedParser +Requires: python-feedparser %description -Feedstail is a tail-f-like utility for feeds. It monitor a +Feedstail is a tail-f-like utility for feeds. It monitors a feed and emits new entries. -Feedstail aim to be simple, hackable and compatible -with rsstail_ its C brother. + +Feedstail aims to be simple, hackable and compatible +with rsstail, its C brother. %prep %setup -q + +# patch setup.py not to install docs in /usr %patch0 -p1 # Remove bundled egg-info rm -rf %{name}.egg-info @@ -45,5 +51,11 @@ %{_bindir}/%{name} %changelog +* Thu Jun 21 2012 Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> - 0.4.0-2 +- correct license +- add a comment regarding patch +- correct requirement python-feedparser +- correct description + * Tue Jun 05 2012 Matthias Runge <mrunge@xxxxxxxxxxxxxxxxx> - 0.4.0-1 - Initial package. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review