rpms/canto/F-10 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
Mon Apr 27 16:59:09 UTC 2009


Author: th0br0

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

Modified Files:
	.cvsignore sources 
Added Files:
	canto.spec import.log 
Log Message:
Initial F-10 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()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:		canto
Version:	0.6.9
Release:	2%{?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_sitearch}/%{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_sitearch}/%{name}/widecurse.so
%{python_sitearch}/*.egg-info
%{python_sitearch}/%{name}/*

%changelog
* Fri Apr 17 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.6.9-2
- Changed python_sitelib to python_sitearch due to problems on 64bit archs.

* 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-2_fc10:F-10:canto-0.6.9-2.fc10.src.rpm:1240851462


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/canto/F-10/.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	27 Apr 2009 16:58:38 -0000	1.2
@@ -0,0 +1 @@
+canto-0.6.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/canto/F-10/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	27 Apr 2009 16:58:39 -0000	1.2
@@ -0,0 +1 @@
+b81a552f8577e3401f32487802807323  canto-0.6.9.tar.gz




More information about the fedora-extras-commits mailing list