Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 1a3397d52f6f12cefe44235931d5dae8 > files > 2

python-module-feedparser-4.1.svn290-alt1.src.rpm

Name: python-module-feedparser
Version: 4.1.svn290
Release: alt1

Summary: parse RSS and Atom feeds in Python
License: BSD-style
Group: Development/Python
Url: http://feedparser.org
Packager: Andriy Khavryuchenko <akhavr@altlinux.org>
BuildArch: noarch

Source: feedparser-%version.tar.bz2

BuildRequires: python-devel

%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

%prep
rm -rf feedparser
%setup -n feedparser

%install
cd feedparser
%__python setup.py \
	install --optimize=2 \
		--root=%buildroot \
		--record=INSTALLED_FILES

%files -f feedparser/INSTALLED_FILES


%changelog
* Tue Mar 18 2008 Andriy Khavryuchenko <akhavr@altlinux.org> 4.1.svn290-alt1
- Updated to svn r290 with fix for #14957

* Thu Jan 24 2008 Grigory Batalov <bga@altlinux.ru> 4.1-alt1.1
- Rebuilt with python-2.5.

* Sun Nov 11 2007 Alex V. Myltsev <avm@altlinux.ru> 4.1-alt1
- Initial build for Sisyphus.