rpms/python-feedparser/devel python-feedparser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Sat Jan 7 05:19:24 UTC 2006


Author: icon

Update of /cvs/extras/rpms/python-feedparser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10295/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-feedparser.spec 
Log Message:
auto-import python-feedparser-4.0.2-2 on branch devel from python-feedparser-4.0.2-2.src.rpm


--- NEW FILE python-feedparser.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-feedparser
Version:        4.0.2
Release:        2%{?dist}
Summary:        Parse RSS and Atom feeds in Python

Group:          Development/Languages
License:        BSD-ish
URL:            http://feedparser.org/
Source0:        http://download.sourceforge.net/feedparser/feedparser-%{version}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")

%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.


%prep
%setup -q -c


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
cp -a docs html
chmod 0644 LICENSE README
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE README html
%{python_sitelib}/*.py
%{python_sitelib}/*.pyc
%ghost %{python_sitelib}/*.pyo


%changelog
* Sat Jan 07 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.0.2-2
- Set sane permissions on doc files.

* Wed Jan 04 2006 Konstantin Ryabitsev <icon at fedoraproject.org> - 4.0.2-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-feedparser/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Jan 2006 05:19:00 -0000	1.1
+++ .cvsignore	7 Jan 2006 05:19:24 -0000	1.2
@@ -0,0 +1 @@
+feedparser-4.0.2.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-feedparser/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Jan 2006 05:19:00 -0000	1.1
+++ sources	7 Jan 2006 05:19:24 -0000	1.2
@@ -0,0 +1 @@
+85cc43faf40f8aefdb5885bdabc1a94c  feedparser-4.0.2.zip




More information about the fedora-extras-commits mailing list