Author: uzsolt Date: Mon Aug 18 11:59:31 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: canto.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/canto.spec diff -u /dev/null SPECS/canto.spec:1.1 --- /dev/null Mon Aug 18 13:59:31 2008 +++ SPECS/canto.spec Mon Aug 18 13:59:26 2008 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +Summary: Canto is an Atom/RSS feed reader for the console +Summary(hu.UTF-8): Canto egy Atom/RSS hírolvasó konzolra +Name: canto +Version: 0.4.5 +Release: 0.1 +License: GPL v2 +Group: Applications/Networking +Source0: http://codezen.org/static/%{name}-%{version}.tar.gz +# Source0-md5: 167ed02e36488ff773cf818e01f150ea +URL: http://www.codezen.org/canto +BuildRequires: ncurses-devel +BuildRequires: python-devel >= 2.4.0 +Obsoletes: nrss +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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. + +%description -l hu.UTF-8 +Canto egy Atom/RSS olvasó konzolra, azaz gyors, tömör és színes. +Egy nagyon egyszerű felüleletet biztosít. Nincsenek menük, +nincsenek sűrű képernyőrészek olvashatatlan fehér szöveggel. +Egy interfész, amely majdnem a végtelenségig beállítható és +bővíthető a Python programozási nyelv segítségével. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT +./setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog INSTALL README +%attr(755,root,root) %{_bindir}/%{name} +%attr(755,root,root) %{_bindir}/%{name}-fetch +%{_mandir}/man1/%{name}.1* +%{_mandir}/man1/%{name}-fetch.1* +%dir %{py_sitedir}/canto +%dir %{py_sitedir}/canto_fetch +%{py_sitedir}/canto/* +%{py_sitedir}/canto_fetch/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/08/18 11:59:26 uzsolt +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
