rpms/canto/F-11 canto.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Osowski th0br0 at fedoraproject.org
Fri Apr 17 17:36:11 UTC 2009


Author: th0br0

Update of /cvs/pkgs/rpms/canto/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20600/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	canto.spec import.log 
Log Message:
Initial CVS import for canto



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

Name:		canto
Version:	0.6.9
Release:	1%{?dist}
Summary:	Atom/RSS feed reader based on ncurses
Group:		Applications/Internet
License:	GPLv2
URL:		http://codezen.org/canto/
Source0:	http://codezen.org/static/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	python-devel 
BuildRequires:	ncurses-devel
BuildRequires:	python-feedparser
BuildRequires:	python-chardet
BuildRequires:	python-setuptools-devel
Requires:	python-chardet

%description
Canto is an Atom/RSS feed reader for the console that is meant to be quick,
concise, and colorful. It's meant to allow you to crank through feeds like
you've never cranked before by providing a minimal, yet information packed
interface. No navigating menus. No dense blocks of unreadable white text.
An interface with almost infinite customization and extensibility using
the excellent Python programming language.

%prep
%setup -q -n %{name}-%{version}

%build
CFLAGS="%{optflags}" %{__python} setup.py build

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
sed -i -e '/#\!/d' %{buildroot}/%{python_sitelib}/%{name}/canto_html.py

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_bindir}/%{name}*
%{_mandir}/man1/%{name}*
%attr(0644,root,root) %{python_sitelib}/%{name}/widecurse.so
%{python_sitelib}/*.egg-info
%{python_sitelib}/%{name}/*

%changelog
* Thu Apr 16 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.6.9-1
- Updated to 0.6.9

* Wed Apr 15 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.6.8-2
- Changed License
- rpmlint fixes
- Added BuildRequires: python-setuptools-devel
- Added Requires: python-chardet

* Fri Mar 27 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.6.8-1
- Initial package build


--- NEW FILE import.log ---
canto-0_6_9-1_fc10:F-11:canto-0.6.9-1.fc10.src.rpm:1239989604


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/canto/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2009 16:46:28 -0000	1.1
+++ .cvsignore	17 Apr 2009 17:35:41 -0000	1.2
@@ -0,0 +1 @@
+canto-0.6.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/canto/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2009 16:46:28 -0000	1.1
+++ sources	17 Apr 2009 17:35:41 -0000	1.2
@@ -0,0 +1 @@
+b81a552f8577e3401f32487802807323  canto-0.6.9.tar.gz




More information about the fedora-extras-commits mailing list